rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
266 lines (265 loc) • 15.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMySupportAccountConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_account#authorization DataOciIdentityDomainsMySupportAccount#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_account#idcs_endpoint DataOciIdentityDomainsMySupportAccount#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_my_support_account#my_support_account_id DataOciIdentityDomainsMySupportAccount#my_support_account_id}
*/
readonly mySupportAccountId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_account#resource_type_schema_version DataOciIdentityDomainsMySupportAccount#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsMySupportAccountIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMySupportAccountIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMySupportAccountIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMySupportAccountIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMySupportAccountIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMySupportAccountIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMySupportAccountIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySupportAccountIdcsCreatedByList 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): DataOciIdentityDomainsMySupportAccountIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMySupportAccountIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMySupportAccountIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMySupportAccountIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMySupportAccountIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMySupportAccountIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMySupportAccountIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMySupportAccountIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySupportAccountIdcsLastModifiedByList 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): DataOciIdentityDomainsMySupportAccountIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMySupportAccountMeta {
}
export declare function dataOciIdentityDomainsMySupportAccountMetaToTerraform(struct?: DataOciIdentityDomainsMySupportAccountMeta): any;
export declare function dataOciIdentityDomainsMySupportAccountMetaToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountMeta): any;
export declare class DataOciIdentityDomainsMySupportAccountMetaOutputReference 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(): DataOciIdentityDomainsMySupportAccountMeta | undefined;
set internalValue(value: DataOciIdentityDomainsMySupportAccountMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsMySupportAccountMetaList 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): DataOciIdentityDomainsMySupportAccountMetaOutputReference;
}
export interface DataOciIdentityDomainsMySupportAccountTags {
}
export declare function dataOciIdentityDomainsMySupportAccountTagsToTerraform(struct?: DataOciIdentityDomainsMySupportAccountTags): any;
export declare function dataOciIdentityDomainsMySupportAccountTagsToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountTags): any;
export declare class DataOciIdentityDomainsMySupportAccountTagsOutputReference 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(): DataOciIdentityDomainsMySupportAccountTags | undefined;
set internalValue(value: DataOciIdentityDomainsMySupportAccountTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySupportAccountTagsList 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): DataOciIdentityDomainsMySupportAccountTagsOutputReference;
}
export interface DataOciIdentityDomainsMySupportAccountUser {
}
export declare function dataOciIdentityDomainsMySupportAccountUserToTerraform(struct?: DataOciIdentityDomainsMySupportAccountUser): any;
export declare function dataOciIdentityDomainsMySupportAccountUserToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountUser): any;
export declare class DataOciIdentityDomainsMySupportAccountUserOutputReference 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(): DataOciIdentityDomainsMySupportAccountUser | undefined;
set internalValue(value: DataOciIdentityDomainsMySupportAccountUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySupportAccountUserList 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): DataOciIdentityDomainsMySupportAccountUserOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_account oci_identity_domains_my_support_account}
*/
export declare class DataOciIdentityDomainsMySupportAccount extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_my_support_account";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsMySupportAccount 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 DataOciIdentityDomainsMySupportAccount to import
* @param importFromId The id of the existing DataOciIdentityDomainsMySupportAccount that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_account#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsMySupportAccount 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_my_support_account oci_identity_domains_my_support_account} 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 DataOciIdentityDomainsMySupportAccountConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMySupportAccountConfig);
private _authorization?;
get authorization(): string;
set authorization(value: string);
resetAuthorization(): void;
get authorizationInput(): string | undefined;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get domainOcid(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsMySupportAccountIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsMySupportAccountIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
private _meta;
get meta(): DataOciIdentityDomainsMySupportAccountMetaList;
private _mySupportAccountId?;
get mySupportAccountId(): string;
set mySupportAccountId(value: string);
get mySupportAccountIdInput(): string | undefined;
get mySupportAccountProvider(): string;
get ocid(): string;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _tags;
get tags(): DataOciIdentityDomainsMySupportAccountTagsList;
get tenancyOcid(): string;
get token(): string;
private _user;
get user(): DataOciIdentityDomainsMySupportAccountUserList;
get userId(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}