rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
490 lines (489 loc) • 30.1 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsCloudGateMappingsAConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#attribute_sets DataOciIdentityDomainsCloudGateMappingsA#attribute_sets}
*/
readonly attributeSets?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#attributes DataOciIdentityDomainsCloudGateMappingsA#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#authorization DataOciIdentityDomainsCloudGateMappingsA#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#cloud_gate_mapping_count DataOciIdentityDomainsCloudGateMappingsA#cloud_gate_mapping_count}
*/
readonly cloudGateMappingCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#cloud_gate_mapping_filter DataOciIdentityDomainsCloudGateMappingsA#cloud_gate_mapping_filter}
*/
readonly cloudGateMappingFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#compartment_id DataOciIdentityDomainsCloudGateMappingsA#compartment_id}
*/
readonly compartmentId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#id DataOciIdentityDomainsCloudGateMappingsA#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/data-sources/identity_domains_cloud_gate_mappings#idcs_endpoint DataOciIdentityDomainsCloudGateMappingsA#idcs_endpoint}
*/
readonly idcsEndpoint: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#resource_type_schema_version DataOciIdentityDomainsCloudGateMappingsA#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#sort_by DataOciIdentityDomainsCloudGateMappingsA#sort_by}
*/
readonly sortBy?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#sort_order DataOciIdentityDomainsCloudGateMappingsA#sort_order}
*/
readonly sortOrder?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#start_index DataOciIdentityDomainsCloudGateMappingsA#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGate {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGateToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGate): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGateToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGate): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGateOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGate | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGate | undefined);
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGateList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGateOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayApp {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayAppToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayApp): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayAppToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayApp): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayAppOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayApp | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayApp | undefined);
get name(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayAppList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayAppOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedByList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedByList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMeta {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMetaToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMeta): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMetaToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMeta): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMetaOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMeta | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMetaList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMetaOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServer {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServerToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServer): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServerToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServer): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServerOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServer | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServer | undefined);
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServerList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServerOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTags {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTagsToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTags): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTagsToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTags): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTagsOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTags | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTagsList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTagsOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroup {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroupToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroup): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroupToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroup): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroupOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroup | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroup | undefined);
get ref(): string;
get ssl(): cdktf.IResolvable;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroupList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroupOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappingsCloudGateMappings {
}
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsToTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappings): any;
export declare function dataOciIdentityDomainsCloudGateMappingsCloudGateMappingsToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappingsCloudGateMappings): any;
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsOutputReference 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(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappings | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappingsCloudGateMappings | undefined);
get attributeSets(): string[];
get attributes(): string;
get authorization(): string;
private _cloudGate;
get cloudGate(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsCloudGateList;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
private _gatewayApp;
get gatewayApp(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsGatewayAppList;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isOpcService(): cdktf.IResolvable;
private _meta;
get meta(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsMetaList;
get nginxSettings(): string;
get ocid(): string;
get policyName(): string;
get proxyPass(): string;
get resourcePrefix(): string;
get resourceTypeSchemaVersion(): string;
get schemas(): string[];
private _server;
get server(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsServerList;
private _tags;
get tags(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsTagsList;
get tenancyOcid(): string;
private _upstreamServerGroup;
get upstreamServerGroup(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsUpstreamServerGroupList;
}
export declare class DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsList 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): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings oci_identity_domains_cloud_gate_mappings}
*/
export declare class DataOciIdentityDomainsCloudGateMappingsA extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_cloud_gate_mappings";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsCloudGateMappingsA 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 DataOciIdentityDomainsCloudGateMappingsA to import
* @param importFromId The id of the existing DataOciIdentityDomainsCloudGateMappingsA that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate_mappings#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsCloudGateMappingsA 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/data-sources/identity_domains_cloud_gate_mappings oci_identity_domains_cloud_gate_mappings} Data Source
*
* @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 DataOciIdentityDomainsCloudGateMappingsAConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsCloudGateMappingsAConfig);
private _attributeSets?;
get attributeSets(): string[];
set attributeSets(value: string[]);
resetAttributeSets(): void;
get attributeSetsInput(): string[] | undefined;
private _attributes?;
get attributes(): string;
set attributes(value: string);
resetAttributes(): void;
get attributesInput(): string | undefined;
private _authorization?;
get authorization(): string;
set authorization(value: string);
resetAuthorization(): void;
get authorizationInput(): string | undefined;
private _cloudGateMappingCount?;
get cloudGateMappingCount(): number;
set cloudGateMappingCount(value: number);
resetCloudGateMappingCount(): void;
get cloudGateMappingCountInput(): number | undefined;
private _cloudGateMappingFilter?;
get cloudGateMappingFilter(): string;
set cloudGateMappingFilter(value: string);
resetCloudGateMappingFilter(): void;
get cloudGateMappingFilterInput(): string | undefined;
private _cloudGateMappings;
get cloudGateMappings(): DataOciIdentityDomainsCloudGateMappingsCloudGateMappingsList;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
resetCompartmentId(): void;
get compartmentIdInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
get itemsPerPage(): number;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _sortBy?;
get sortBy(): string;
set sortBy(value: string);
resetSortBy(): void;
get sortByInput(): string | undefined;
private _sortOrder?;
get sortOrder(): string;
set sortOrder(value: string);
resetSortOrder(): void;
get sortOrderInput(): string | undefined;
private _startIndex?;
get startIndex(): number;
set startIndex(value: number);
resetStartIndex(): void;
get startIndexInput(): number | undefined;
get totalResults(): number;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}