rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
363 lines (362 loc) • 20.3 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMyApiKeysConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_keys#authorization DataOciIdentityDomainsMyApiKeys#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_keys#compartment_id DataOciIdentityDomainsMyApiKeys#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_my_api_keys#id DataOciIdentityDomainsMyApiKeys#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_my_api_keys#idcs_endpoint DataOciIdentityDomainsMyApiKeys#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_my_api_keys#my_api_key_count DataOciIdentityDomainsMyApiKeys#my_api_key_count}
*/
readonly myApiKeyCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_keys#my_api_key_filter DataOciIdentityDomainsMyApiKeys#my_api_key_filter}
*/
readonly myApiKeyFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_keys#resource_type_schema_version DataOciIdentityDomainsMyApiKeys#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_my_api_keys#sort_by DataOciIdentityDomainsMyApiKeys#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_my_api_keys#sort_order DataOciIdentityDomainsMyApiKeys#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_my_api_keys#start_index DataOciIdentityDomainsMyApiKeys#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedByList 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): DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedByList 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): DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMyApiKeysMyApiKeysMeta {
}
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysMetaToTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysMeta): any;
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysMetaToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysMeta): any;
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysMetaOutputReference 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(): DataOciIdentityDomainsMyApiKeysMyApiKeysMeta | undefined;
set internalValue(value: DataOciIdentityDomainsMyApiKeysMyApiKeysMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysMetaList 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): DataOciIdentityDomainsMyApiKeysMyApiKeysMetaOutputReference;
}
export interface DataOciIdentityDomainsMyApiKeysMyApiKeysTags {
}
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysTagsToTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysTags): any;
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysTagsToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysTags): any;
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysTagsOutputReference 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(): DataOciIdentityDomainsMyApiKeysMyApiKeysTags | undefined;
set internalValue(value: DataOciIdentityDomainsMyApiKeysMyApiKeysTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysTagsList 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): DataOciIdentityDomainsMyApiKeysMyApiKeysTagsOutputReference;
}
export interface DataOciIdentityDomainsMyApiKeysMyApiKeysUser {
}
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysUserToTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysUser): any;
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysUserToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeysUser): any;
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysUserOutputReference 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(): DataOciIdentityDomainsMyApiKeysMyApiKeysUser | undefined;
set internalValue(value: DataOciIdentityDomainsMyApiKeysMyApiKeysUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysUserList 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): DataOciIdentityDomainsMyApiKeysMyApiKeysUserOutputReference;
}
export interface DataOciIdentityDomainsMyApiKeysMyApiKeys {
}
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysToTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeys): any;
export declare function dataOciIdentityDomainsMyApiKeysMyApiKeysToHclTerraform(struct?: DataOciIdentityDomainsMyApiKeysMyApiKeys): any;
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysOutputReference 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(): DataOciIdentityDomainsMyApiKeysMyApiKeys | undefined;
set internalValue(value: DataOciIdentityDomainsMyApiKeysMyApiKeys | undefined);
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(): DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsMyApiKeysMyApiKeysIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get key(): string;
private _meta;
get meta(): DataOciIdentityDomainsMyApiKeysMyApiKeysMetaList;
get ocid(): string;
get resourceTypeSchemaVersion(): string;
get schemas(): string[];
private _tags;
get tags(): DataOciIdentityDomainsMyApiKeysMyApiKeysTagsList;
get tenancyOcid(): string;
private _user;
get user(): DataOciIdentityDomainsMyApiKeysMyApiKeysUserList;
}
export declare class DataOciIdentityDomainsMyApiKeysMyApiKeysList 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): DataOciIdentityDomainsMyApiKeysMyApiKeysOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_api_keys oci_identity_domains_my_api_keys}
*/
export declare class DataOciIdentityDomainsMyApiKeys extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_my_api_keys";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsMyApiKeys 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 DataOciIdentityDomainsMyApiKeys to import
* @param importFromId The id of the existing DataOciIdentityDomainsMyApiKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_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 DataOciIdentityDomainsMyApiKeys 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_my_api_keys oci_identity_domains_my_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 DataOciIdentityDomainsMyApiKeysConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyApiKeysConfig);
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 _myApiKeyCount?;
get myApiKeyCount(): number;
set myApiKeyCount(value: number);
resetMyApiKeyCount(): void;
get myApiKeyCountInput(): number | undefined;
private _myApiKeyFilter?;
get myApiKeyFilter(): string;
set myApiKeyFilter(value: string);
resetMyApiKeyFilter(): void;
get myApiKeyFilterInput(): string | undefined;
private _myApiKeys;
get myApiKeys(): DataOciIdentityDomainsMyApiKeysMyApiKeysList;
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;
};
}