UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

246 lines (245 loc) 14.2 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsMyPendingApprovalConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approval#authorization DataOciIdentityDomainsMyPendingApproval#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_pending_approval#id DataOciIdentityDomainsMyPendingApproval#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_my_pending_approval#idcs_endpoint DataOciIdentityDomainsMyPendingApproval#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_pending_approval#my_pending_approval_id DataOciIdentityDomainsMyPendingApproval#my_pending_approval_id} */ readonly myPendingApprovalId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approval#resource_type_schema_version DataOciIdentityDomainsMyPendingApproval#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsMyPendingApprovalIdcsCreatedBy { } export declare function dataOciIdentityDomainsMyPendingApprovalIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalIdcsCreatedBy): any; export declare function dataOciIdentityDomainsMyPendingApprovalIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalIdcsCreatedBy): any; export declare class DataOciIdentityDomainsMyPendingApprovalIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyPendingApprovalIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyPendingApprovalIdcsCreatedByList 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): DataOciIdentityDomainsMyPendingApprovalIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedByList 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): DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsMyPendingApprovalMeta { } export declare function dataOciIdentityDomainsMyPendingApprovalMetaToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalMeta): any; export declare function dataOciIdentityDomainsMyPendingApprovalMetaToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalMeta): any; export declare class DataOciIdentityDomainsMyPendingApprovalMetaOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalMeta | undefined; set internalValue(value: DataOciIdentityDomainsMyPendingApprovalMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsMyPendingApprovalMetaList 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): DataOciIdentityDomainsMyPendingApprovalMetaOutputReference; } export interface DataOciIdentityDomainsMyPendingApprovalTags { } export declare function dataOciIdentityDomainsMyPendingApprovalTagsToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalTags): any; export declare function dataOciIdentityDomainsMyPendingApprovalTagsToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalTags): any; export declare class DataOciIdentityDomainsMyPendingApprovalTagsOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalTags | undefined; set internalValue(value: DataOciIdentityDomainsMyPendingApprovalTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsMyPendingApprovalTagsList 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): DataOciIdentityDomainsMyPendingApprovalTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approval oci_identity_domains_my_pending_approval} */ export declare class DataOciIdentityDomainsMyPendingApproval extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_my_pending_approval"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsMyPendingApproval 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 DataOciIdentityDomainsMyPendingApproval to import * @param importFromId The id of the existing DataOciIdentityDomainsMyPendingApproval that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approval#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyPendingApproval 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_pending_approval oci_identity_domains_my_pending_approval} 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 DataOciIdentityDomainsMyPendingApprovalConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyPendingApprovalConfig); 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 expires(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsMyPendingApprovalIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsMyPendingApprovalIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get justification(): string; private _meta; get meta(): DataOciIdentityDomainsMyPendingApprovalMetaList; private _myPendingApprovalId?; get myPendingApprovalId(): string; set myPendingApprovalId(value: string); get myPendingApprovalIdInput(): string | undefined; get ocid(): string; get requestCreatedTime(): string; get requestDetails(): string; get requestId(): string; get requestOcid(): string; get resourceDisplayName(): string; get resourceType(): string; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get responseTime(): string; get schemas(): string[]; get status(): string; private _tags; get tags(): DataOciIdentityDomainsMyPendingApprovalTagsList; get tenancyOcid(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }