rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
417 lines (416 loc) • 23.6 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsApiKeysConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_api_keys#api_key_count DataOciIdentityDomainsApiKeys#api_key_count}
*/
readonly apiKeyCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_api_keys#api_key_filter DataOciIdentityDomainsApiKeys#api_key_filter}
*/
readonly apiKeyFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_api_keys#attribute_sets DataOciIdentityDomainsApiKeys#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_api_keys#attributes DataOciIdentityDomainsApiKeys#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_api_keys#authorization DataOciIdentityDomainsApiKeys#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_api_keys#compartment_id DataOciIdentityDomainsApiKeys#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_api_keys#id DataOciIdentityDomainsApiKeys#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_api_keys#idcs_endpoint DataOciIdentityDomainsApiKeys#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_api_keys#resource_type_schema_version DataOciIdentityDomainsApiKeys#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_api_keys#sort_by DataOciIdentityDomainsApiKeys#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_api_keys#sort_order DataOciIdentityDomainsApiKeys#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_api_keys#start_index DataOciIdentityDomainsApiKeys#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsApiKeysApiKeysIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsApiKeysApiKeysIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedByList 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): DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedByList 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): DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsApiKeysApiKeysMeta {
}
export declare function dataOciIdentityDomainsApiKeysApiKeysMetaToTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysMeta): any;
export declare function dataOciIdentityDomainsApiKeysApiKeysMetaToHclTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysMeta): any;
export declare class DataOciIdentityDomainsApiKeysApiKeysMetaOutputReference 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(): DataOciIdentityDomainsApiKeysApiKeysMeta | undefined;
set internalValue(value: DataOciIdentityDomainsApiKeysApiKeysMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsApiKeysApiKeysMetaList 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): DataOciIdentityDomainsApiKeysApiKeysMetaOutputReference;
}
export interface DataOciIdentityDomainsApiKeysApiKeysTags {
}
export declare function dataOciIdentityDomainsApiKeysApiKeysTagsToTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysTags): any;
export declare function dataOciIdentityDomainsApiKeysApiKeysTagsToHclTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysTags): any;
export declare class DataOciIdentityDomainsApiKeysApiKeysTagsOutputReference 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(): DataOciIdentityDomainsApiKeysApiKeysTags | undefined;
set internalValue(value: DataOciIdentityDomainsApiKeysApiKeysTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApiKeysApiKeysTagsList 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): DataOciIdentityDomainsApiKeysApiKeysTagsOutputReference;
}
export interface DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
}
export declare function dataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare function dataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToHclTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare class DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference 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(): DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined;
set internalValue(value: DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined);
get allowSelfChange(): cdktf.IResolvable;
}
export declare class DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList 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): DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference;
}
export interface DataOciIdentityDomainsApiKeysApiKeysUser {
}
export declare function dataOciIdentityDomainsApiKeysApiKeysUserToTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysUser): any;
export declare function dataOciIdentityDomainsApiKeysApiKeysUserToHclTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeysUser): any;
export declare class DataOciIdentityDomainsApiKeysApiKeysUserOutputReference 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(): DataOciIdentityDomainsApiKeysApiKeysUser | undefined;
set internalValue(value: DataOciIdentityDomainsApiKeysApiKeysUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsApiKeysApiKeysUserList 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): DataOciIdentityDomainsApiKeysApiKeysUserOutputReference;
}
export interface DataOciIdentityDomainsApiKeysApiKeys {
}
export declare function dataOciIdentityDomainsApiKeysApiKeysToTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeys): any;
export declare function dataOciIdentityDomainsApiKeysApiKeysToHclTerraform(struct?: DataOciIdentityDomainsApiKeysApiKeys): any;
export declare class DataOciIdentityDomainsApiKeysApiKeysOutputReference 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(): DataOciIdentityDomainsApiKeysApiKeys | undefined;
set internalValue(value: DataOciIdentityDomainsApiKeysApiKeys | undefined);
get attributeSets(): string[];
get attributes(): string;
get authorization(): string;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
get fingerprint(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsApiKeysApiKeysIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsApiKeysApiKeysIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get key(): string;
private _meta;
get meta(): DataOciIdentityDomainsApiKeysApiKeysMetaList;
get ocid(): string;
get resourceTypeSchemaVersion(): string;
get schemas(): string[];
private _tags;
get tags(): DataOciIdentityDomainsApiKeysApiKeysTagsList;
get tenancyOcid(): string;
private _urnietfparamsscimschemasoracleidcsextensionselfChangeUser;
get urnietfparamsscimschemasoracleidcsextensionselfChangeUser(): DataOciIdentityDomainsApiKeysApiKeysUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList;
private _user;
get user(): DataOciIdentityDomainsApiKeysApiKeysUserList;
}
export declare class DataOciIdentityDomainsApiKeysApiKeysList 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): DataOciIdentityDomainsApiKeysApiKeysOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_api_keys oci_identity_domains_api_keys}
*/
export declare class DataOciIdentityDomainsApiKeys extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_api_keys";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsApiKeys 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 DataOciIdentityDomainsApiKeys to import
* @param importFromId The id of the existing DataOciIdentityDomainsApiKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_api_keys#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsApiKeys 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_api_keys oci_identity_domains_api_keys} 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 DataOciIdentityDomainsApiKeysConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsApiKeysConfig);
private _apiKeyCount?;
get apiKeyCount(): number;
set apiKeyCount(value: number);
resetApiKeyCount(): void;
get apiKeyCountInput(): number | undefined;
private _apiKeyFilter?;
get apiKeyFilter(): string;
set apiKeyFilter(value: string);
resetApiKeyFilter(): void;
get apiKeyFilterInput(): string | undefined;
private _apiKeys;
get apiKeys(): DataOciIdentityDomainsApiKeysApiKeysList;
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 _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;
};
}