rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
445 lines (444 loc) • 24.8 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsCloudGateConfig 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#attribute_sets DataOciIdentityDomainsCloudGate#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#attributes DataOciIdentityDomainsCloudGate#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#authorization DataOciIdentityDomainsCloudGate#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#cloud_gate_id DataOciIdentityDomainsCloudGate#cloud_gate_id}
*/
readonly cloudGateId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate#idcs_endpoint DataOciIdentityDomainsCloudGate#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#resource_type_schema_version DataOciIdentityDomainsCloudGate#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsCloudGateIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsCloudGateIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsCloudGateIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsCloudGateIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsCloudGateIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsCloudGateIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateIdcsCreatedByList 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): DataOciIdentityDomainsCloudGateIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsCloudGateIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsCloudGateIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsCloudGateIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsCloudGateIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsCloudGateIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsCloudGateIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateIdcsLastModifiedByList 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): DataOciIdentityDomainsCloudGateIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMappings {
}
export declare function dataOciIdentityDomainsCloudGateMappingsToTerraform(struct?: DataOciIdentityDomainsCloudGateMappings): any;
export declare function dataOciIdentityDomainsCloudGateMappingsToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMappings): any;
export declare class DataOciIdentityDomainsCloudGateMappingsOutputReference 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(): DataOciIdentityDomainsCloudGateMappings | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMappings | undefined);
get appId(): string;
get mappingId(): string;
get name(): string;
get nginxSettings(): string;
get policyName(): string;
get proxyPass(): string;
get ref(): string;
get resourcePrefix(): string;
get serverId(): string;
get upstreamServerGroupId(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateMappingsList 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): DataOciIdentityDomainsCloudGateMappingsOutputReference;
}
export interface DataOciIdentityDomainsCloudGateMeta {
}
export declare function dataOciIdentityDomainsCloudGateMetaToTerraform(struct?: DataOciIdentityDomainsCloudGateMeta): any;
export declare function dataOciIdentityDomainsCloudGateMetaToHclTerraform(struct?: DataOciIdentityDomainsCloudGateMeta): any;
export declare class DataOciIdentityDomainsCloudGateMetaOutputReference 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(): DataOciIdentityDomainsCloudGateMeta | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsCloudGateMetaList 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): DataOciIdentityDomainsCloudGateMetaOutputReference;
}
export interface DataOciIdentityDomainsCloudGateOauthClient {
}
export declare function dataOciIdentityDomainsCloudGateOauthClientToTerraform(struct?: DataOciIdentityDomainsCloudGateOauthClient): any;
export declare function dataOciIdentityDomainsCloudGateOauthClientToHclTerraform(struct?: DataOciIdentityDomainsCloudGateOauthClient): any;
export declare class DataOciIdentityDomainsCloudGateOauthClientOutputReference 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(): DataOciIdentityDomainsCloudGateOauthClient | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateOauthClient | undefined);
get clientId(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateOauthClientList 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): DataOciIdentityDomainsCloudGateOauthClientOutputReference;
}
export interface DataOciIdentityDomainsCloudGateServers {
}
export declare function dataOciIdentityDomainsCloudGateServersToTerraform(struct?: DataOciIdentityDomainsCloudGateServers): any;
export declare function dataOciIdentityDomainsCloudGateServersToHclTerraform(struct?: DataOciIdentityDomainsCloudGateServers): any;
export declare class DataOciIdentityDomainsCloudGateServersOutputReference 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(): DataOciIdentityDomainsCloudGateServers | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateServers | undefined);
get hostName(): string;
get nginxSettings(): string;
get port(): number;
get serverId(): string;
get ssl(): cdktf.IResolvable;
}
export declare class DataOciIdentityDomainsCloudGateServersList 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): DataOciIdentityDomainsCloudGateServersOutputReference;
}
export interface DataOciIdentityDomainsCloudGateTags {
}
export declare function dataOciIdentityDomainsCloudGateTagsToTerraform(struct?: DataOciIdentityDomainsCloudGateTags): any;
export declare function dataOciIdentityDomainsCloudGateTagsToHclTerraform(struct?: DataOciIdentityDomainsCloudGateTags): any;
export declare class DataOciIdentityDomainsCloudGateTagsOutputReference 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(): DataOciIdentityDomainsCloudGateTags | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateTagsList 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): DataOciIdentityDomainsCloudGateTagsOutputReference;
}
export interface DataOciIdentityDomainsCloudGateUpstreamServerGroups {
}
export declare function dataOciIdentityDomainsCloudGateUpstreamServerGroupsToTerraform(struct?: DataOciIdentityDomainsCloudGateUpstreamServerGroups): any;
export declare function dataOciIdentityDomainsCloudGateUpstreamServerGroupsToHclTerraform(struct?: DataOciIdentityDomainsCloudGateUpstreamServerGroups): any;
export declare class DataOciIdentityDomainsCloudGateUpstreamServerGroupsOutputReference 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(): DataOciIdentityDomainsCloudGateUpstreamServerGroups | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateUpstreamServerGroups | undefined);
get displayName(): string;
get nginxSettings(): string;
get ref(): string;
get ssl(): cdktf.IResolvable;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateUpstreamServerGroupsList 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): DataOciIdentityDomainsCloudGateUpstreamServerGroupsOutputReference;
}
export interface DataOciIdentityDomainsCloudGateUpstreamServers {
}
export declare function dataOciIdentityDomainsCloudGateUpstreamServersToTerraform(struct?: DataOciIdentityDomainsCloudGateUpstreamServers): any;
export declare function dataOciIdentityDomainsCloudGateUpstreamServersToHclTerraform(struct?: DataOciIdentityDomainsCloudGateUpstreamServers): any;
export declare class DataOciIdentityDomainsCloudGateUpstreamServersOutputReference 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(): DataOciIdentityDomainsCloudGateUpstreamServers | undefined;
set internalValue(value: DataOciIdentityDomainsCloudGateUpstreamServers | undefined);
get displayName(): string;
get groupId(): string;
get hostName(): string;
get nginxSettings(): string;
get port(): number;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsCloudGateUpstreamServersList 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): DataOciIdentityDomainsCloudGateUpstreamServersOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_cloud_gate oci_identity_domains_cloud_gate}
*/
export declare class DataOciIdentityDomainsCloudGate extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_cloud_gate";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsCloudGate 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 DataOciIdentityDomainsCloudGate to import
* @param importFromId The id of the existing DataOciIdentityDomainsCloudGate 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#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsCloudGate 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 oci_identity_domains_cloud_gate} 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 DataOciIdentityDomainsCloudGateConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsCloudGateConfig);
get active(): cdktf.IResolvable;
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 _cloudGateId?;
get cloudGateId(): string;
set cloudGateId(value: string);
get cloudGateIdInput(): string | undefined;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get displayName(): string;
get domainOcid(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsCloudGateIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsCloudGateIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isOpcService(): cdktf.IResolvable;
get lastModifiedTime(): string;
private _mappings;
get mappings(): DataOciIdentityDomainsCloudGateMappingsList;
private _meta;
get meta(): DataOciIdentityDomainsCloudGateMetaList;
private _oauthClient;
get oauthClient(): DataOciIdentityDomainsCloudGateOauthClientList;
get ocid(): string;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _servers;
get servers(): DataOciIdentityDomainsCloudGateServersList;
private _tags;
get tags(): DataOciIdentityDomainsCloudGateTagsList;
get tenancyOcid(): string;
get type(): string;
private _upstreamServerGroups;
get upstreamServerGroups(): DataOciIdentityDomainsCloudGateUpstreamServerGroupsList;
private _upstreamServers;
get upstreamServers(): DataOciIdentityDomainsCloudGateUpstreamServersList;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}