UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

285 lines (284 loc) 16.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsApprovalWorkflowStepConfig 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_step#approval_workflow_step_id DataOciIdentityDomainsApprovalWorkflowStep#approval_workflow_step_id} */ readonly approvalWorkflowStepId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_step#attribute_sets DataOciIdentityDomainsApprovalWorkflowStep#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_step#attributes DataOciIdentityDomainsApprovalWorkflowStep#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_step#authorization DataOciIdentityDomainsApprovalWorkflowStep#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_step#idcs_endpoint DataOciIdentityDomainsApprovalWorkflowStep#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_step#resource_type_schema_version DataOciIdentityDomainsApprovalWorkflowStep#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsApprovalWorkflowStepApprovers { } export declare function dataOciIdentityDomainsApprovalWorkflowStepApproversToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepApprovers): any; export declare function dataOciIdentityDomainsApprovalWorkflowStepApproversToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepApprovers): any; export declare class DataOciIdentityDomainsApprovalWorkflowStepApproversOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowStepApprovers | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowStepApprovers | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowStepApproversList 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): DataOciIdentityDomainsApprovalWorkflowStepApproversOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedBy { } export declare function dataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedBy): any; export declare function dataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedBy): any; export declare class DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedByList 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): DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedByList 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): DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowStepMeta { } export declare function dataOciIdentityDomainsApprovalWorkflowStepMetaToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepMeta): any; export declare function dataOciIdentityDomainsApprovalWorkflowStepMetaToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepMeta): any; export declare class DataOciIdentityDomainsApprovalWorkflowStepMetaOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowStepMeta | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowStepMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowStepMetaList 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): DataOciIdentityDomainsApprovalWorkflowStepMetaOutputReference; } export interface DataOciIdentityDomainsApprovalWorkflowStepTags { } export declare function dataOciIdentityDomainsApprovalWorkflowStepTagsToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepTags): any; export declare function dataOciIdentityDomainsApprovalWorkflowStepTagsToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowStepTags): any; export declare class DataOciIdentityDomainsApprovalWorkflowStepTagsOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowStepTags | undefined; set internalValue(value: DataOciIdentityDomainsApprovalWorkflowStepTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsApprovalWorkflowStepTagsList 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): DataOciIdentityDomainsApprovalWorkflowStepTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow_step oci_identity_domains_approval_workflow_step} */ export declare class DataOciIdentityDomainsApprovalWorkflowStep extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_approval_workflow_step"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsApprovalWorkflowStep 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 DataOciIdentityDomainsApprovalWorkflowStep to import * @param importFromId The id of the existing DataOciIdentityDomainsApprovalWorkflowStep 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_step#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsApprovalWorkflowStep 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_step oci_identity_domains_approval_workflow_step} 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 DataOciIdentityDomainsApprovalWorkflowStepConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsApprovalWorkflowStepConfig); private _approvalWorkflowStepId?; get approvalWorkflowStepId(): string; set approvalWorkflowStepId(value: string); get approvalWorkflowStepIdInput(): string | undefined; private _approvers; get approvers(): DataOciIdentityDomainsApprovalWorkflowStepApproversList; get approversExpressions(): 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(): DataOciIdentityDomainsApprovalWorkflowStepIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsApprovalWorkflowStepIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsApprovalWorkflowStepMetaList; get minimumApprovals(): number; get ocid(): string; get order(): number; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get schemas(): string[]; private _tags; get tags(): DataOciIdentityDomainsApprovalWorkflowStepTagsList; get tenancyOcid(): string; get type(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }