UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

278 lines (277 loc) 17.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface StackMonitoringMonitoredResourcesSearchAssociationConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#association_type StackMonitoringMonitoredResourcesSearchAssociation#association_type} */ readonly associationType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#compartment_id StackMonitoringMonitoredResourcesSearchAssociation#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#destination_resource_id StackMonitoringMonitoredResourcesSearchAssociation#destination_resource_id} */ readonly destinationResourceId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#destination_resource_name StackMonitoringMonitoredResourcesSearchAssociation#destination_resource_name} */ readonly destinationResourceName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#destination_resource_type StackMonitoringMonitoredResourcesSearchAssociation#destination_resource_type} */ readonly destinationResourceType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#id StackMonitoringMonitoredResourcesSearchAssociation#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#source_resource_id StackMonitoringMonitoredResourcesSearchAssociation#source_resource_id} */ readonly sourceResourceId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#source_resource_name StackMonitoringMonitoredResourcesSearchAssociation#source_resource_name} */ readonly sourceResourceName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#source_resource_type StackMonitoringMonitoredResourcesSearchAssociation#source_resource_type} */ readonly sourceResourceType?: string; /** * timeouts block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#timeouts StackMonitoringMonitoredResourcesSearchAssociation#timeouts} */ readonly timeouts?: StackMonitoringMonitoredResourcesSearchAssociationTimeouts; } export interface StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetails { } export declare function stackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetailsToTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetails): any; export declare function stackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetailsToHclTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetails): any; export declare class StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetailsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetails | undefined; set internalValue(value: StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetails | undefined); get compartmentId(): string; get name(): string; get type(): string; } export declare class StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetailsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetailsOutputReference; } export interface StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetails { } export declare function stackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetailsToTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetails): any; export declare function stackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetailsToHclTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetails): any; export declare class StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetailsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetails | undefined; set internalValue(value: StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetails | undefined); get compartmentId(): string; get name(): string; get type(): string; } export declare class StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetailsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetailsOutputReference; } export interface StackMonitoringMonitoredResourcesSearchAssociationItems { } export declare function stackMonitoringMonitoredResourcesSearchAssociationItemsToTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationItems): any; export declare function stackMonitoringMonitoredResourcesSearchAssociationItemsToHclTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationItems): any; export declare class StackMonitoringMonitoredResourcesSearchAssociationItemsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): StackMonitoringMonitoredResourcesSearchAssociationItems | undefined; set internalValue(value: StackMonitoringMonitoredResourcesSearchAssociationItems | undefined); get associationType(): string; private _destinationResourceDetails; get destinationResourceDetails(): StackMonitoringMonitoredResourcesSearchAssociationItemsDestinationResourceDetailsList; get destinationResourceId(): string; private _sourceResourceDetails; get sourceResourceDetails(): StackMonitoringMonitoredResourcesSearchAssociationItemsSourceResourceDetailsList; get sourceResourceId(): string; get timeCreated(): string; } export declare class StackMonitoringMonitoredResourcesSearchAssociationItemsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): StackMonitoringMonitoredResourcesSearchAssociationItemsOutputReference; } export interface StackMonitoringMonitoredResourcesSearchAssociationTimeouts { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#create StackMonitoringMonitoredResourcesSearchAssociation#create} */ readonly create?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#delete StackMonitoringMonitoredResourcesSearchAssociation#delete} */ readonly delete?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#update StackMonitoringMonitoredResourcesSearchAssociation#update} */ readonly update?: string; } export declare function stackMonitoringMonitoredResourcesSearchAssociationTimeoutsToTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationTimeouts | cdktf.IResolvable): any; export declare function stackMonitoringMonitoredResourcesSearchAssociationTimeoutsToHclTerraform(struct?: StackMonitoringMonitoredResourcesSearchAssociationTimeouts | cdktf.IResolvable): any; export declare class StackMonitoringMonitoredResourcesSearchAssociationTimeoutsOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): StackMonitoringMonitoredResourcesSearchAssociationTimeouts | cdktf.IResolvable | undefined; set internalValue(value: StackMonitoringMonitoredResourcesSearchAssociationTimeouts | cdktf.IResolvable | undefined); private _create?; get create(): string; set create(value: string); resetCreate(): void; get createInput(): string | undefined; private _delete?; get delete(): string; set delete(value: string); resetDelete(): void; get deleteInput(): string | undefined; private _update?; get update(): string; set update(value: string); resetUpdate(): void; get updateInput(): string | undefined; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association oci_stack_monitoring_monitored_resources_search_association} */ export declare class StackMonitoringMonitoredResourcesSearchAssociation extends cdktf.TerraformResource { static readonly tfResourceType = "oci_stack_monitoring_monitored_resources_search_association"; /** * Generates CDKTF code for importing a StackMonitoringMonitoredResourcesSearchAssociation resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StackMonitoringMonitoredResourcesSearchAssociation to import * @param importFromId The id of the existing StackMonitoringMonitoredResourcesSearchAssociation that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StackMonitoringMonitoredResourcesSearchAssociation to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/stack_monitoring_monitored_resources_search_association oci_stack_monitoring_monitored_resources_search_association} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options StackMonitoringMonitoredResourcesSearchAssociationConfig */ constructor(scope: Construct, id: string, config: StackMonitoringMonitoredResourcesSearchAssociationConfig); private _associationType?; get associationType(): string; set associationType(value: string); resetAssociationType(): void; get associationTypeInput(): string | undefined; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _destinationResourceId?; get destinationResourceId(): string; set destinationResourceId(value: string); resetDestinationResourceId(): void; get destinationResourceIdInput(): string | undefined; private _destinationResourceName?; get destinationResourceName(): string; set destinationResourceName(value: string); resetDestinationResourceName(): void; get destinationResourceNameInput(): string | undefined; private _destinationResourceType?; get destinationResourceType(): string; set destinationResourceType(value: string); resetDestinationResourceType(): void; get destinationResourceTypeInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _items; get items(): StackMonitoringMonitoredResourcesSearchAssociationItemsList; private _sourceResourceId?; get sourceResourceId(): string; set sourceResourceId(value: string); resetSourceResourceId(): void; get sourceResourceIdInput(): string | undefined; private _sourceResourceName?; get sourceResourceName(): string; set sourceResourceName(value: string); resetSourceResourceName(): void; get sourceResourceNameInput(): string | undefined; private _sourceResourceType?; get sourceResourceType(): string; set sourceResourceType(value: string); resetSourceResourceType(): void; get sourceResourceTypeInput(): string | undefined; private _timeouts; get timeouts(): StackMonitoringMonitoredResourcesSearchAssociationTimeoutsOutputReference; putTimeouts(value: StackMonitoringMonitoredResourcesSearchAssociationTimeouts): void; resetTimeouts(): void; get timeoutsInput(): cdktf.IResolvable | StackMonitoringMonitoredResourcesSearchAssociationTimeouts | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }