UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

320 lines (319 loc) 19.6 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsApprovalWorkflowAssignmentConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_assignment#approval_workflow_assignment_id DataOciIdentityDomainsApprovalWorkflowAssignment#approval_workflow_assignment_id} */ readonly approvalWorkflowAssignmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_assignment#attribute_sets DataOciIdentityDomainsApprovalWorkflowAssignment#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_approval_workflow_assignment#attributes DataOciIdentityDomainsApprovalWorkflowAssignment#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_assignment#authorization DataOciIdentityDomainsApprovalWorkflowAssignment#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_assignment#idcs_endpoint DataOciIdentityDomainsApprovalWorkflowAssignment#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_approval_workflow_assignment#resource_type_schema_version DataOciIdentityDomainsApprovalWorkflowAssignment#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflow { } export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflowToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflow): any; export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflowToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflow): any; export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflowOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflow | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflow | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflowList 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): DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflowOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedTo { } export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentAssignedToToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedTo): any; export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentAssignedToToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedTo): any; export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedToOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedTo | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedTo | undefined); get description(): string; get display(): string; get ocid(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedToList 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): DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedToOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedBy { } export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedBy): any; export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedBy): any; export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedByList 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): DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedByList 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): DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowAssignmentMeta { } export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentMetaToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentMeta): any; export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentMetaToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentMeta): any; export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentMetaOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowAssignmentMeta | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowAssignmentMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentMetaList 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): DataOciIdentityDomainsApprovalWorkflowAssignmentMetaOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowAssignmentTags { } export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentTagsToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentTags): any; export declare function dataOciIdentityDomainsApprovalWorkflowAssignmentTagsToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowAssignmentTags): any; export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentTagsOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowAssignmentTags | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowAssignmentTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowAssignmentTagsList 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): DataOciIdentityDomainsApprovalWorkflowAssignmentTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_assignment oci_identity_domains_approval_workflow_assignment} */ export declare class DataOciIdentityDomainsApprovalWorkflowAssignment extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_approval_workflow_assignment"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsApprovalWorkflowAssignment 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 DataOciIdentityDomainsApprovalWorkflowAssignment to import * @param importFromId The id of the existing DataOciIdentityDomainsApprovalWorkflowAssignment that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_assignment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsApprovalWorkflowAssignment 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_approval_workflow_assignment oci_identity_domains_approval_workflow_assignment} 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 DataOciIdentityDomainsApprovalWorkflowAssignmentConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsApprovalWorkflowAssignmentConfig); private _approvalWorkflow; get approvalWorkflow(): DataOciIdentityDomainsApprovalWorkflowAssignmentApprovalWorkflowList; private _approvalWorkflowAssignmentId?; get approvalWorkflowAssignmentId(): string; set approvalWorkflowAssignmentId(value: string); get approvalWorkflowAssignmentIdInput(): string | undefined; private _assignedTo; get assignedTo(): DataOciIdentityDomainsApprovalWorkflowAssignmentAssignedToList; get assignmentType(): string; 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; get domainOcid(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsApprovalWorkflowAssignmentIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsApprovalWorkflowAssignmentMetaList; 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(): DataOciIdentityDomainsApprovalWorkflowAssignmentTagsList; get tenancyOcid(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }