UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

266 lines (265 loc) 14.7 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsMyApiKeyConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_key#authorization DataOciIdentityDomainsMyApiKey#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_api_key#idcs_endpoint DataOciIdentityDomainsMyApiKey#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_api_key#my_api_key_id DataOciIdentityDomainsMyApiKey#my_api_key_id} */ readonly myApiKeyId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_key#resource_type_schema_version DataOciIdentityDomainsMyApiKey#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsMyApiKeyIdcsCreatedBy { } export declare function dataOciIdentityDomainsMyApiKeyIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyApiKeyIdcsCreatedBy): any; export declare function dataOciIdentityDomainsMyApiKeyIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeyIdcsCreatedBy): any; export declare class DataOciIdentityDomainsMyApiKeyIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyApiKeyIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyApiKeyIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyApiKeyIdcsCreatedByList 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): DataOciIdentityDomainsMyApiKeyIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsMyApiKeyIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsMyApiKeyIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyApiKeyIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsMyApiKeyIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeyIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsMyApiKeyIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyApiKeyIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyApiKeyIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyApiKeyIdcsLastModifiedByList 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): DataOciIdentityDomainsMyApiKeyIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsMyApiKeyMeta { } export declare function dataOciIdentityDomainsMyApiKeyMetaToTerraform(struct?: DataOciIdentityDomainsMyApiKeyMeta): any; export declare function dataOciIdentityDomainsMyApiKeyMetaToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeyMeta): any; export declare class DataOciIdentityDomainsMyApiKeyMetaOutputReference 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(): DataOciIdentityDomainsMyApiKeyMeta | undefined; set internalValue(value: DataOciIdentityDomainsMyApiKeyMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsMyApiKeyMetaList 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): DataOciIdentityDomainsMyApiKeyMetaOutputReference; } export interface DataOciIdentityDomainsMyApiKeyTags { } export declare function dataOciIdentityDomainsMyApiKeyTagsToTerraform(struct?: DataOciIdentityDomainsMyApiKeyTags): any; export declare function dataOciIdentityDomainsMyApiKeyTagsToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeyTags): any; export declare class DataOciIdentityDomainsMyApiKeyTagsOutputReference 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(): DataOciIdentityDomainsMyApiKeyTags | undefined; set internalValue(value: DataOciIdentityDomainsMyApiKeyTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsMyApiKeyTagsList 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): DataOciIdentityDomainsMyApiKeyTagsOutputReference; } export interface DataOciIdentityDomainsMyApiKeyUser { } export declare function dataOciIdentityDomainsMyApiKeyUserToTerraform(struct?: DataOciIdentityDomainsMyApiKeyUser): any; export declare function dataOciIdentityDomainsMyApiKeyUserToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeyUser): any; export declare class DataOciIdentityDomainsMyApiKeyUserOutputReference 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(): DataOciIdentityDomainsMyApiKeyUser | undefined; set internalValue(value: DataOciIdentityDomainsMyApiKeyUser | undefined); get display(): string; get name(): string; get ocid(): string; get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsMyApiKeyUserList 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): DataOciIdentityDomainsMyApiKeyUserOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_key oci_identity_domains_my_api_key} */ export declare class DataOciIdentityDomainsMyApiKey extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_my_api_key"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsMyApiKey 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 DataOciIdentityDomainsMyApiKey to import * @param importFromId The id of the existing DataOciIdentityDomainsMyApiKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyApiKey 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_api_key oci_identity_domains_my_api_key} 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 DataOciIdentityDomainsMyApiKeyConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyApiKeyConfig); private _authorization?; get authorization(): string; set authorization(value: string); resetAuthorization(): void; get authorizationInput(): string | undefined; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get description(): string; get domainOcid(): string; get fingerprint(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsMyApiKeyIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsMyApiKeyIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get key(): string; private _meta; get meta(): DataOciIdentityDomainsMyApiKeyMetaList; private _myApiKeyId?; get myApiKeyId(): string; set myApiKeyId(value: string); get myApiKeyIdInput(): string | undefined; 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(): DataOciIdentityDomainsMyApiKeyTagsList; get tenancyOcid(): string; private _user; get user(): DataOciIdentityDomainsMyApiKeyUserList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }