rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
523 lines (522 loc) • 29 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface IdentityDomainsCloudGateMappingConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#attribute_sets IdentityDomainsCloudGateMapping#attribute_sets}
*/
readonly attributeSets?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#attributes IdentityDomainsCloudGateMapping#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#authorization IdentityDomainsCloudGateMapping#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#description IdentityDomainsCloudGateMapping#description}
*/
readonly description?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#idcs_endpoint IdentityDomainsCloudGateMapping#idcs_endpoint}
*/
readonly idcsEndpoint: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#nginx_settings IdentityDomainsCloudGateMapping#nginx_settings}
*/
readonly nginxSettings?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#ocid IdentityDomainsCloudGateMapping#ocid}
*/
readonly ocid?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#policy_name IdentityDomainsCloudGateMapping#policy_name}
*/
readonly policyName: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#proxy_pass IdentityDomainsCloudGateMapping#proxy_pass}
*/
readonly proxyPass?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#resource_prefix IdentityDomainsCloudGateMapping#resource_prefix}
*/
readonly resourcePrefix: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#resource_type_schema_version IdentityDomainsCloudGateMapping#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#schemas IdentityDomainsCloudGateMapping#schemas}
*/
readonly schemas: string[];
/**
* cloud_gate block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#cloud_gate IdentityDomainsCloudGateMapping#cloud_gate}
*/
readonly cloudGate: IdentityDomainsCloudGateMappingCloudGate;
/**
* gateway_app block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#gateway_app IdentityDomainsCloudGateMapping#gateway_app}
*/
readonly gatewayApp: IdentityDomainsCloudGateMappingGatewayApp;
/**
* server block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#server IdentityDomainsCloudGateMapping#server}
*/
readonly server: IdentityDomainsCloudGateMappingServer;
/**
* tags block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#tags IdentityDomainsCloudGateMapping#tags}
*/
readonly tags?: IdentityDomainsCloudGateMappingTags[] | cdktf.IResolvable;
/**
* timeouts block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#timeouts IdentityDomainsCloudGateMapping#timeouts}
*/
readonly timeouts?: IdentityDomainsCloudGateMappingTimeouts;
/**
* upstream_server_group block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#upstream_server_group IdentityDomainsCloudGateMapping#upstream_server_group}
*/
readonly upstreamServerGroup?: IdentityDomainsCloudGateMappingUpstreamServerGroup;
}
export interface IdentityDomainsCloudGateMappingIdcsCreatedBy {
}
export declare function identityDomainsCloudGateMappingIdcsCreatedByToTerraform(struct?: IdentityDomainsCloudGateMappingIdcsCreatedBy): any;
export declare function identityDomainsCloudGateMappingIdcsCreatedByToHclTerraform(struct?: IdentityDomainsCloudGateMappingIdcsCreatedBy): any;
export declare class IdentityDomainsCloudGateMappingIdcsCreatedByOutputReference 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(): IdentityDomainsCloudGateMappingIdcsCreatedBy | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class IdentityDomainsCloudGateMappingIdcsCreatedByList 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): IdentityDomainsCloudGateMappingIdcsCreatedByOutputReference;
}
export interface IdentityDomainsCloudGateMappingIdcsLastModifiedBy {
}
export declare function identityDomainsCloudGateMappingIdcsLastModifiedByToTerraform(struct?: IdentityDomainsCloudGateMappingIdcsLastModifiedBy): any;
export declare function identityDomainsCloudGateMappingIdcsLastModifiedByToHclTerraform(struct?: IdentityDomainsCloudGateMappingIdcsLastModifiedBy): any;
export declare class IdentityDomainsCloudGateMappingIdcsLastModifiedByOutputReference 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(): IdentityDomainsCloudGateMappingIdcsLastModifiedBy | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class IdentityDomainsCloudGateMappingIdcsLastModifiedByList 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): IdentityDomainsCloudGateMappingIdcsLastModifiedByOutputReference;
}
export interface IdentityDomainsCloudGateMappingMeta {
}
export declare function identityDomainsCloudGateMappingMetaToTerraform(struct?: IdentityDomainsCloudGateMappingMeta): any;
export declare function identityDomainsCloudGateMappingMetaToHclTerraform(struct?: IdentityDomainsCloudGateMappingMeta): any;
export declare class IdentityDomainsCloudGateMappingMetaOutputReference 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(): IdentityDomainsCloudGateMappingMeta | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class IdentityDomainsCloudGateMappingMetaList 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): IdentityDomainsCloudGateMappingMetaOutputReference;
}
export interface IdentityDomainsCloudGateMappingCloudGate {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#value IdentityDomainsCloudGateMapping#value}
*/
readonly value: string;
}
export declare function identityDomainsCloudGateMappingCloudGateToTerraform(struct?: IdentityDomainsCloudGateMappingCloudGateOutputReference | IdentityDomainsCloudGateMappingCloudGate): any;
export declare function identityDomainsCloudGateMappingCloudGateToHclTerraform(struct?: IdentityDomainsCloudGateMappingCloudGateOutputReference | IdentityDomainsCloudGateMappingCloudGate): any;
export declare class IdentityDomainsCloudGateMappingCloudGateOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @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(): IdentityDomainsCloudGateMappingCloudGate | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingCloudGate | undefined);
get ref(): string;
private _value?;
get value(): string;
set value(value: string);
get valueInput(): string | undefined;
}
export interface IdentityDomainsCloudGateMappingGatewayApp {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#name IdentityDomainsCloudGateMapping#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#value IdentityDomainsCloudGateMapping#value}
*/
readonly value: string;
}
export declare function identityDomainsCloudGateMappingGatewayAppToTerraform(struct?: IdentityDomainsCloudGateMappingGatewayAppOutputReference | IdentityDomainsCloudGateMappingGatewayApp): any;
export declare function identityDomainsCloudGateMappingGatewayAppToHclTerraform(struct?: IdentityDomainsCloudGateMappingGatewayAppOutputReference | IdentityDomainsCloudGateMappingGatewayApp): any;
export declare class IdentityDomainsCloudGateMappingGatewayAppOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @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(): IdentityDomainsCloudGateMappingGatewayApp | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingGatewayApp | undefined);
private _name?;
get name(): string;
set name(value: string);
get nameInput(): string | undefined;
get ref(): string;
private _value?;
get value(): string;
set value(value: string);
get valueInput(): string | undefined;
}
export interface IdentityDomainsCloudGateMappingServer {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#value IdentityDomainsCloudGateMapping#value}
*/
readonly value: string;
}
export declare function identityDomainsCloudGateMappingServerToTerraform(struct?: IdentityDomainsCloudGateMappingServerOutputReference | IdentityDomainsCloudGateMappingServer): any;
export declare function identityDomainsCloudGateMappingServerToHclTerraform(struct?: IdentityDomainsCloudGateMappingServerOutputReference | IdentityDomainsCloudGateMappingServer): any;
export declare class IdentityDomainsCloudGateMappingServerOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @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(): IdentityDomainsCloudGateMappingServer | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingServer | undefined);
get ref(): string;
private _value?;
get value(): string;
set value(value: string);
get valueInput(): string | undefined;
}
export interface IdentityDomainsCloudGateMappingTags {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#key IdentityDomainsCloudGateMapping#key}
*/
readonly key: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#value IdentityDomainsCloudGateMapping#value}
*/
readonly value: string;
}
export declare function identityDomainsCloudGateMappingTagsToTerraform(struct?: IdentityDomainsCloudGateMappingTags | cdktf.IResolvable): any;
export declare function identityDomainsCloudGateMappingTagsToHclTerraform(struct?: IdentityDomainsCloudGateMappingTags | cdktf.IResolvable): any;
export declare class IdentityDomainsCloudGateMappingTagsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @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(): IdentityDomainsCloudGateMappingTags | cdktf.IResolvable | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingTags | cdktf.IResolvable | undefined);
private _key?;
get key(): string;
set key(value: string);
get keyInput(): string | undefined;
private _value?;
get value(): string;
set value(value: string);
get valueInput(): string | undefined;
}
export declare class IdentityDomainsCloudGateMappingTagsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: IdentityDomainsCloudGateMappingTags[] | cdktf.IResolvable;
/**
* @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): IdentityDomainsCloudGateMappingTagsOutputReference;
}
export interface IdentityDomainsCloudGateMappingTimeouts {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#create IdentityDomainsCloudGateMapping#create}
*/
readonly create?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#delete IdentityDomainsCloudGateMapping#delete}
*/
readonly delete?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#update IdentityDomainsCloudGateMapping#update}
*/
readonly update?: string;
}
export declare function identityDomainsCloudGateMappingTimeoutsToTerraform(struct?: IdentityDomainsCloudGateMappingTimeouts | cdktf.IResolvable): any;
export declare function identityDomainsCloudGateMappingTimeoutsToHclTerraform(struct?: IdentityDomainsCloudGateMappingTimeouts | cdktf.IResolvable): any;
export declare class IdentityDomainsCloudGateMappingTimeoutsOutputReference 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(): IdentityDomainsCloudGateMappingTimeouts | cdktf.IResolvable | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingTimeouts | 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;
}
export interface IdentityDomainsCloudGateMappingUpstreamServerGroup {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#ssl IdentityDomainsCloudGateMapping#ssl}
*/
readonly ssl?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#value IdentityDomainsCloudGateMapping#value}
*/
readonly value?: string;
}
export declare function identityDomainsCloudGateMappingUpstreamServerGroupToTerraform(struct?: IdentityDomainsCloudGateMappingUpstreamServerGroupOutputReference | IdentityDomainsCloudGateMappingUpstreamServerGroup): any;
export declare function identityDomainsCloudGateMappingUpstreamServerGroupToHclTerraform(struct?: IdentityDomainsCloudGateMappingUpstreamServerGroupOutputReference | IdentityDomainsCloudGateMappingUpstreamServerGroup): any;
export declare class IdentityDomainsCloudGateMappingUpstreamServerGroupOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @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(): IdentityDomainsCloudGateMappingUpstreamServerGroup | undefined;
set internalValue(value: IdentityDomainsCloudGateMappingUpstreamServerGroup | undefined);
get ref(): string;
private _ssl?;
get ssl(): boolean | cdktf.IResolvable;
set ssl(value: boolean | cdktf.IResolvable);
resetSsl(): void;
get sslInput(): boolean | cdktf.IResolvable | undefined;
private _value?;
get value(): string;
set value(value: string);
resetValue(): void;
get valueInput(): string | undefined;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping oci_identity_domains_cloud_gate_mapping}
*/
export declare class IdentityDomainsCloudGateMapping extends cdktf.TerraformResource {
static readonly tfResourceType = "oci_identity_domains_cloud_gate_mapping";
/**
* Generates CDKTF code for importing a IdentityDomainsCloudGateMapping 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 IdentityDomainsCloudGateMapping to import
* @param importFromId The id of the existing IdentityDomainsCloudGateMapping that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_cloud_gate_mapping#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IdentityDomainsCloudGateMapping 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/identity_domains_cloud_gate_mapping oci_identity_domains_cloud_gate_mapping} 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 IdentityDomainsCloudGateMappingConfig
*/
constructor(scope: Construct, id: string, config: IdentityDomainsCloudGateMappingConfig);
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;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
private _description?;
get description(): string;
set description(value: string);
resetDescription(): void;
get descriptionInput(): string | undefined;
get domainOcid(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): IdentityDomainsCloudGateMappingIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): IdentityDomainsCloudGateMappingIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isOpcService(): cdktf.IResolvable;
private _meta;
get meta(): IdentityDomainsCloudGateMappingMetaList;
private _nginxSettings?;
get nginxSettings(): string;
set nginxSettings(value: string);
resetNginxSettings(): void;
get nginxSettingsInput(): string | undefined;
private _ocid?;
get ocid(): string;
set ocid(value: string);
resetOcid(): void;
get ocidInput(): string | undefined;
private _policyName?;
get policyName(): string;
set policyName(value: string);
get policyNameInput(): string | undefined;
private _proxyPass?;
get proxyPass(): string;
set proxyPass(value: string);
resetProxyPass(): void;
get proxyPassInput(): string | undefined;
private _resourcePrefix?;
get resourcePrefix(): string;
set resourcePrefix(value: string);
get resourcePrefixInput(): string | undefined;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
private _schemas?;
get schemas(): string[];
set schemas(value: string[]);
get schemasInput(): string[] | undefined;
get tenancyOcid(): string;
private _cloudGate;
get cloudGate(): IdentityDomainsCloudGateMappingCloudGateOutputReference;
putCloudGate(value: IdentityDomainsCloudGateMappingCloudGate): void;
get cloudGateInput(): IdentityDomainsCloudGateMappingCloudGate | undefined;
private _gatewayApp;
get gatewayApp(): IdentityDomainsCloudGateMappingGatewayAppOutputReference;
putGatewayApp(value: IdentityDomainsCloudGateMappingGatewayApp): void;
get gatewayAppInput(): IdentityDomainsCloudGateMappingGatewayApp | undefined;
private _server;
get server(): IdentityDomainsCloudGateMappingServerOutputReference;
putServer(value: IdentityDomainsCloudGateMappingServer): void;
get serverInput(): IdentityDomainsCloudGateMappingServer | undefined;
private _tags;
get tags(): IdentityDomainsCloudGateMappingTagsList;
putTags(value: IdentityDomainsCloudGateMappingTags[] | cdktf.IResolvable): void;
resetTags(): void;
get tagsInput(): cdktf.IResolvable | IdentityDomainsCloudGateMappingTags[] | undefined;
private _timeouts;
get timeouts(): IdentityDomainsCloudGateMappingTimeoutsOutputReference;
putTimeouts(value: IdentityDomainsCloudGateMappingTimeouts): void;
resetTimeouts(): void;
get timeoutsInput(): cdktf.IResolvable | IdentityDomainsCloudGateMappingTimeouts | undefined;
private _upstreamServerGroup;
get upstreamServerGroup(): IdentityDomainsCloudGateMappingUpstreamServerGroupOutputReference;
putUpstreamServerGroup(value: IdentityDomainsCloudGateMappingUpstreamServerGroup): void;
resetUpstreamServerGroup(): void;
get upstreamServerGroupInput(): IdentityDomainsCloudGateMappingUpstreamServerGroup | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}