rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
394 lines (393 loc) • 24.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsResourceTypeSchemaAttributesConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#attribute_sets DataOciIdentityDomainsResourceTypeSchemaAttributes#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_resource_type_schema_attributes#attributes DataOciIdentityDomainsResourceTypeSchemaAttributes#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#authorization DataOciIdentityDomainsResourceTypeSchemaAttributes#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#compartment_id DataOciIdentityDomainsResourceTypeSchemaAttributes#compartment_id}
*/
readonly compartmentId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#id DataOciIdentityDomainsResourceTypeSchemaAttributes#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_resource_type_schema_attributes#idcs_endpoint DataOciIdentityDomainsResourceTypeSchemaAttributes#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_resource_type_schema_attributes#resource_type_schema_attribute_count DataOciIdentityDomainsResourceTypeSchemaAttributes#resource_type_schema_attribute_count}
*/
readonly resourceTypeSchemaAttributeCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#resource_type_schema_attribute_filter DataOciIdentityDomainsResourceTypeSchemaAttributes#resource_type_schema_attribute_filter}
*/
readonly resourceTypeSchemaAttributeFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#resource_type_schema_version DataOciIdentityDomainsResourceTypeSchemaAttributes#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#sort_by DataOciIdentityDomainsResourceTypeSchemaAttributes#sort_by}
*/
readonly sortBy?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#sort_order DataOciIdentityDomainsResourceTypeSchemaAttributes#sort_order}
*/
readonly sortOrder?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#start_index DataOciIdentityDomainsResourceTypeSchemaAttributes#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedByList 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): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedByList 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): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMeta {
}
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMetaToTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMeta): any;
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMetaToHclTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMeta): any;
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMetaOutputReference 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(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMeta | undefined;
set internalValue(value: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMetaList 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): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMetaOutputReference;
}
export interface DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTags {
}
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTagsToTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTags): any;
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTagsToHclTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTags): any;
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTagsOutputReference 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(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTags | undefined;
set internalValue(value: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTagsList 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): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTagsOutputReference;
}
export interface DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributes {
}
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesToTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributes): any;
export declare function dataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesToHclTerraform(struct?: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributes): any;
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesOutputReference 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(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributes | undefined;
set internalValue(value: DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributes | undefined);
get canonicalValues(): string[];
get caseExact(): cdktf.IResolvable;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
get endUserMutability(): string;
get endUserMutabilityAllowedValues(): string[];
get id(): string;
get idcsAddedSinceReleaseNumber(): string;
get idcsAddedSinceVersion(): number;
get idcsAttributeCacheable(): cdktf.IResolvable;
get idcsAttributeMappable(): cdktf.IResolvable;
get idcsAuditable(): cdktf.IResolvable;
get idcsAutoIncrementSeqName(): string;
get idcsCanonicalValueSourceFilter(): string;
get idcsCanonicalValueSourceResourceType(): string;
get idcsCompositeKey(): string[];
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsCreatedByList;
get idcsCsvColumnHeaderName(): string;
get idcsCustomAttribute(): cdktf.IResolvable;
get idcsDeprecatedSinceReleaseNumber(): string;
get idcsDeprecatedSinceVersion(): number;
get idcsDisplayName(): string;
get idcsDisplayNameMessageId(): string;
get idcsFetchComplexAttributeValues(): cdktf.IResolvable;
get idcsFromTargetMapper(): string;
get idcsFullyQualifiedName(): string;
get idcsGenerated(): cdktf.IResolvable;
get idcsIcfAttributeType(): string;
get idcsIcfBundleAttributeName(): string;
get idcsIcfRequired(): cdktf.IResolvable;
get idcsIndirectRefResourceAttributes(): string[];
get idcsInternal(): cdktf.IResolvable;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsMaxLength(): number;
get idcsMaxValue(): number;
get idcsMinLength(): number;
get idcsMinValue(): number;
get idcsMultiLanguage(): cdktf.IResolvable;
get idcsPreventedOperations(): string[];
get idcsRefResourceAttribute(): string;
get idcsRefResourceAttributes(): string[];
get idcsSchemaUrn(): string;
get idcsScimCompliant(): cdktf.IResolvable;
get idcsSearchable(): cdktf.IResolvable;
get idcsSensitive(): string;
get idcsTargetAttributeName(): string;
get idcsTargetAttributeNameToMigrateFrom(): string;
get idcsTargetNormAttributeName(): string;
get idcsTargetUniqueConstraintName(): string;
get idcsToTargetMapper(): string;
get idcsTrimStringValue(): cdktf.IResolvable;
get idcsValidateReference(): cdktf.IResolvable;
get idcsValuePersisted(): cdktf.IResolvable;
private _meta;
get meta(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesMetaList;
get multiValued(): cdktf.IResolvable;
get mutability(): string;
get name(): string;
get ocid(): string;
get referenceTypes(): string[];
get required(): cdktf.IResolvable;
get resourceType(): string;
get returned(): string;
get schemas(): string[];
private _tags;
get tags(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesTagsList;
get tenancyOcid(): string;
get type(): string;
get uniqueness(): string;
}
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesList 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): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes oci_identity_domains_resource_type_schema_attributes}
*/
export declare class DataOciIdentityDomainsResourceTypeSchemaAttributes extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_resource_type_schema_attributes";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsResourceTypeSchemaAttributes 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 DataOciIdentityDomainsResourceTypeSchemaAttributes to import
* @param importFromId The id of the existing DataOciIdentityDomainsResourceTypeSchemaAttributes that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_resource_type_schema_attributes#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsResourceTypeSchemaAttributes 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_resource_type_schema_attributes oci_identity_domains_resource_type_schema_attributes} 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 DataOciIdentityDomainsResourceTypeSchemaAttributesConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsResourceTypeSchemaAttributesConfig);
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;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
resetCompartmentId(): void;
get compartmentIdInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
get itemsPerPage(): number;
private _resourceTypeSchemaAttributeCount?;
get resourceTypeSchemaAttributeCount(): number;
set resourceTypeSchemaAttributeCount(value: number);
resetResourceTypeSchemaAttributeCount(): void;
get resourceTypeSchemaAttributeCountInput(): number | undefined;
private _resourceTypeSchemaAttributeFilter?;
get resourceTypeSchemaAttributeFilter(): string;
set resourceTypeSchemaAttributeFilter(value: string);
resetResourceTypeSchemaAttributeFilter(): void;
get resourceTypeSchemaAttributeFilterInput(): string | undefined;
private _resourceTypeSchemaAttributes;
get resourceTypeSchemaAttributes(): DataOciIdentityDomainsResourceTypeSchemaAttributesResourceTypeSchemaAttributesList;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _sortBy?;
get sortBy(): string;
set sortBy(value: string);
resetSortBy(): void;
get sortByInput(): string | undefined;
private _sortOrder?;
get sortOrder(): string;
set sortOrder(value: string);
resetSortOrder(): void;
get sortOrderInput(): string | undefined;
private _startIndex?;
get startIndex(): number;
set startIndex(value: number);
resetStartIndex(): void;
get startIndexInput(): number | undefined;
get totalResults(): number;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}