rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
318 lines (317 loc) • 18.6 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsApprovalWorkflowConfig 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#approval_workflow_id DataOciIdentityDomainsApprovalWorkflow#approval_workflow_id}
*/
readonly approvalWorkflowId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow#attribute_sets DataOciIdentityDomainsApprovalWorkflow#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#attributes DataOciIdentityDomainsApprovalWorkflow#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#authorization DataOciIdentityDomainsApprovalWorkflow#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#idcs_endpoint DataOciIdentityDomainsApprovalWorkflow#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#resource_type_schema_version DataOciIdentityDomainsApprovalWorkflow#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowSteps {
}
export declare function dataOciIdentityDomainsApprovalWorkflowApprovalWorkflowStepsToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowSteps): any;
export declare function dataOciIdentityDomainsApprovalWorkflowApprovalWorkflowStepsToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowSteps): any;
export declare class DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowStepsOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowSteps | undefined;
set internalValue(value: DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowSteps | undefined);
get ocid(): string;
get order(): number;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowStepsList 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): DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowStepsOutputReference;
}
export interface DataOciIdentityDomainsApprovalWorkflowIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsApprovalWorkflowIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsApprovalWorkflowIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsApprovalWorkflowIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsApprovalWorkflowIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApprovalWorkflowIdcsCreatedByList 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): DataOciIdentityDomainsApprovalWorkflowIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedByList 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): DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsApprovalWorkflowMaxDuration {
}
export declare function dataOciIdentityDomainsApprovalWorkflowMaxDurationToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowMaxDuration): any;
export declare function dataOciIdentityDomainsApprovalWorkflowMaxDurationToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowMaxDuration): any;
export declare class DataOciIdentityDomainsApprovalWorkflowMaxDurationOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowMaxDuration | undefined;
set internalValue(value: DataOciIdentityDomainsApprovalWorkflowMaxDuration | undefined);
get unit(): string;
get value(): number;
}
export declare class DataOciIdentityDomainsApprovalWorkflowMaxDurationList 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): DataOciIdentityDomainsApprovalWorkflowMaxDurationOutputReference;
}
export interface DataOciIdentityDomainsApprovalWorkflowMeta {
}
export declare function dataOciIdentityDomainsApprovalWorkflowMetaToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowMeta): any;
export declare function dataOciIdentityDomainsApprovalWorkflowMetaToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowMeta): any;
export declare class DataOciIdentityDomainsApprovalWorkflowMetaOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowMeta | undefined;
set internalValue(value: DataOciIdentityDomainsApprovalWorkflowMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsApprovalWorkflowMetaList 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): DataOciIdentityDomainsApprovalWorkflowMetaOutputReference;
}
export interface DataOciIdentityDomainsApprovalWorkflowTags {
}
export declare function dataOciIdentityDomainsApprovalWorkflowTagsToTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowTags): any;
export declare function dataOciIdentityDomainsApprovalWorkflowTagsToHclTerraform(struct?: DataOciIdentityDomainsApprovalWorkflowTags): any;
export declare class DataOciIdentityDomainsApprovalWorkflowTagsOutputReference 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(): DataOciIdentityDomainsApprovalWorkflowTags | undefined;
set internalValue(value: DataOciIdentityDomainsApprovalWorkflowTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApprovalWorkflowTagsList 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): DataOciIdentityDomainsApprovalWorkflowTagsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_approval_workflow oci_identity_domains_approval_workflow}
*/
export declare class DataOciIdentityDomainsApprovalWorkflow extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_approval_workflow";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsApprovalWorkflow 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 DataOciIdentityDomainsApprovalWorkflow to import
* @param importFromId The id of the existing DataOciIdentityDomainsApprovalWorkflow 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#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsApprovalWorkflow 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 oci_identity_domains_approval_workflow} 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 DataOciIdentityDomainsApprovalWorkflowConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsApprovalWorkflowConfig);
private _approvalWorkflowId?;
get approvalWorkflowId(): string;
set approvalWorkflowId(value: string);
get approvalWorkflowIdInput(): string | undefined;
private _approvalWorkflowSteps;
get approvalWorkflowSteps(): DataOciIdentityDomainsApprovalWorkflowApprovalWorkflowStepsList;
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 description(): string;
get domainOcid(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsApprovalWorkflowIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsApprovalWorkflowIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
private _maxDuration;
get maxDuration(): DataOciIdentityDomainsApprovalWorkflowMaxDurationList;
private _meta;
get meta(): DataOciIdentityDomainsApprovalWorkflowMetaList;
get name(): 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(): DataOciIdentityDomainsApprovalWorkflowTagsList;
get tenancyOcid(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}