UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

363 lines (362 loc) 21.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsMySupportAccountsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_accounts#authorization DataOciIdentityDomainsMySupportAccounts#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_support_accounts#compartment_id DataOciIdentityDomainsMySupportAccounts#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_support_accounts#id DataOciIdentityDomainsMySupportAccounts#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_support_accounts#idcs_endpoint DataOciIdentityDomainsMySupportAccounts#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_support_accounts#my_support_account_count DataOciIdentityDomainsMySupportAccounts#my_support_account_count} */ readonly mySupportAccountCount?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_accounts#my_support_account_filter DataOciIdentityDomainsMySupportAccounts#my_support_account_filter} */ readonly mySupportAccountFilter?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_accounts#resource_type_schema_version DataOciIdentityDomainsMySupportAccounts#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_support_accounts#sort_by DataOciIdentityDomainsMySupportAccounts#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_support_accounts#sort_order DataOciIdentityDomainsMySupportAccounts#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_support_accounts#start_index DataOciIdentityDomainsMySupportAccounts#start_index} */ readonly startIndex?: number; } export interface DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedBy { } export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedBy): any; export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedBy): any; export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedByList 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): DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedByList 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): DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsMySupportAccountsMySupportAccountsMeta { } export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsMetaToTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsMeta): any; export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsMetaToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsMeta): any; export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsMetaOutputReference 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(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsMeta | undefined; set internalValue(value: DataOciIdentityDomainsMySupportAccountsMySupportAccountsMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsMetaList 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): DataOciIdentityDomainsMySupportAccountsMySupportAccountsMetaOutputReference; } export interface DataOciIdentityDomainsMySupportAccountsMySupportAccountsTags { } export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsTagsToTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsTags): any; export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsTagsToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsTags): any; export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsTagsOutputReference 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(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsTags | undefined; set internalValue(value: DataOciIdentityDomainsMySupportAccountsMySupportAccountsTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsTagsList 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): DataOciIdentityDomainsMySupportAccountsMySupportAccountsTagsOutputReference; } export interface DataOciIdentityDomainsMySupportAccountsMySupportAccountsUser { } export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsUserToTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsUser): any; export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsUserToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccountsUser): any; export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsUserOutputReference 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(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsUser | undefined; set internalValue(value: DataOciIdentityDomainsMySupportAccountsMySupportAccountsUser | undefined); get display(): string; get name(): string; get ocid(): string; get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsUserList 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): DataOciIdentityDomainsMySupportAccountsMySupportAccountsUserOutputReference; } export interface DataOciIdentityDomainsMySupportAccountsMySupportAccounts { } export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsToTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccounts): any; export declare function dataOciIdentityDomainsMySupportAccountsMySupportAccountsToHclTerraform(struct?: DataOciIdentityDomainsMySupportAccountsMySupportAccounts): any; export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsOutputReference 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(): DataOciIdentityDomainsMySupportAccountsMySupportAccounts | undefined; set internalValue(value: DataOciIdentityDomainsMySupportAccountsMySupportAccounts | undefined); get authorization(): string; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get domainOcid(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsCreatedByList; get idcsEndpoint(): string; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsMetaList; get mySupportAccountProvider(): string; get ocid(): string; get resourceTypeSchemaVersion(): string; get schemas(): string[]; private _tags; get tags(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsTagsList; get tenancyOcid(): string; get token(): string; private _user; get user(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsUserList; get userId(): string; } export declare class DataOciIdentityDomainsMySupportAccountsMySupportAccountsList 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): DataOciIdentityDomainsMySupportAccountsMySupportAccountsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_accounts oci_identity_domains_my_support_accounts} */ export declare class DataOciIdentityDomainsMySupportAccounts extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_my_support_accounts"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsMySupportAccounts 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 DataOciIdentityDomainsMySupportAccounts to import * @param importFromId The id of the existing DataOciIdentityDomainsMySupportAccounts that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_support_accounts#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMySupportAccounts 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_support_accounts oci_identity_domains_my_support_accounts} 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 DataOciIdentityDomainsMySupportAccountsConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMySupportAccountsConfig); 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 _mySupportAccountCount?; get mySupportAccountCount(): number; set mySupportAccountCount(value: number); resetMySupportAccountCount(): void; get mySupportAccountCountInput(): number | undefined; private _mySupportAccountFilter?; get mySupportAccountFilter(): string; set mySupportAccountFilter(value: string); resetMySupportAccountFilter(): void; get mySupportAccountFilterInput(): string | undefined; private _mySupportAccounts; get mySupportAccounts(): DataOciIdentityDomainsMySupportAccountsMySupportAccountsList; 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; }; }