rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
427 lines (426 loc) • 23.6 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsGrantConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_grant#attribute_sets DataOciIdentityDomainsGrant#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_grant#attributes DataOciIdentityDomainsGrant#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_grant#authorization DataOciIdentityDomainsGrant#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_grant#grant_id DataOciIdentityDomainsGrant#grant_id}
*/
readonly grantId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_grant#idcs_endpoint DataOciIdentityDomainsGrant#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_grant#resource_type_schema_version DataOciIdentityDomainsGrant#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsGrantApp {
}
export declare function dataOciIdentityDomainsGrantAppToTerraform(struct?: DataOciIdentityDomainsGrantApp): any;
export declare function dataOciIdentityDomainsGrantAppToHclTerraform(struct?: DataOciIdentityDomainsGrantApp): any;
export declare class DataOciIdentityDomainsGrantAppOutputReference 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(): DataOciIdentityDomainsGrantApp | undefined;
set internalValue(value: DataOciIdentityDomainsGrantApp | undefined);
get display(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsGrantAppList 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): DataOciIdentityDomainsGrantAppOutputReference;
}
export interface DataOciIdentityDomainsGrantAppEntitlementCollection {
}
export declare function dataOciIdentityDomainsGrantAppEntitlementCollectionToTerraform(struct?: DataOciIdentityDomainsGrantAppEntitlementCollection): any;
export declare function dataOciIdentityDomainsGrantAppEntitlementCollectionToHclTerraform(struct?: DataOciIdentityDomainsGrantAppEntitlementCollection): any;
export declare class DataOciIdentityDomainsGrantAppEntitlementCollectionOutputReference 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(): DataOciIdentityDomainsGrantAppEntitlementCollection | undefined;
set internalValue(value: DataOciIdentityDomainsGrantAppEntitlementCollection | undefined);
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsGrantAppEntitlementCollectionList 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): DataOciIdentityDomainsGrantAppEntitlementCollectionOutputReference;
}
export interface DataOciIdentityDomainsGrantEntitlement {
}
export declare function dataOciIdentityDomainsGrantEntitlementToTerraform(struct?: DataOciIdentityDomainsGrantEntitlement): any;
export declare function dataOciIdentityDomainsGrantEntitlementToHclTerraform(struct?: DataOciIdentityDomainsGrantEntitlement): any;
export declare class DataOciIdentityDomainsGrantEntitlementOutputReference 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(): DataOciIdentityDomainsGrantEntitlement | undefined;
set internalValue(value: DataOciIdentityDomainsGrantEntitlement | undefined);
get attributeName(): string;
get attributeValue(): string;
}
export declare class DataOciIdentityDomainsGrantEntitlementList 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): DataOciIdentityDomainsGrantEntitlementOutputReference;
}
export interface DataOciIdentityDomainsGrantGrantee {
}
export declare function dataOciIdentityDomainsGrantGranteeToTerraform(struct?: DataOciIdentityDomainsGrantGrantee): any;
export declare function dataOciIdentityDomainsGrantGranteeToHclTerraform(struct?: DataOciIdentityDomainsGrantGrantee): any;
export declare class DataOciIdentityDomainsGrantGranteeOutputReference 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(): DataOciIdentityDomainsGrantGrantee | undefined;
set internalValue(value: DataOciIdentityDomainsGrantGrantee | undefined);
get display(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsGrantGranteeList 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): DataOciIdentityDomainsGrantGranteeOutputReference;
}
export interface DataOciIdentityDomainsGrantGrantor {
}
export declare function dataOciIdentityDomainsGrantGrantorToTerraform(struct?: DataOciIdentityDomainsGrantGrantor): any;
export declare function dataOciIdentityDomainsGrantGrantorToHclTerraform(struct?: DataOciIdentityDomainsGrantGrantor): any;
export declare class DataOciIdentityDomainsGrantGrantorOutputReference 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(): DataOciIdentityDomainsGrantGrantor | undefined;
set internalValue(value: DataOciIdentityDomainsGrantGrantor | undefined);
get display(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsGrantGrantorList 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): DataOciIdentityDomainsGrantGrantorOutputReference;
}
export interface DataOciIdentityDomainsGrantIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsGrantIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsGrantIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsGrantIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsGrantIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsGrantIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsGrantIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsGrantIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsGrantIdcsCreatedByList 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): DataOciIdentityDomainsGrantIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsGrantIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsGrantIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsGrantIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsGrantIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsGrantIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsGrantIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsGrantIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsGrantIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsGrantIdcsLastModifiedByList 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): DataOciIdentityDomainsGrantIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsGrantMeta {
}
export declare function dataOciIdentityDomainsGrantMetaToTerraform(struct?: DataOciIdentityDomainsGrantMeta): any;
export declare function dataOciIdentityDomainsGrantMetaToHclTerraform(struct?: DataOciIdentityDomainsGrantMeta): any;
export declare class DataOciIdentityDomainsGrantMetaOutputReference 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(): DataOciIdentityDomainsGrantMeta | undefined;
set internalValue(value: DataOciIdentityDomainsGrantMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsGrantMetaList 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): DataOciIdentityDomainsGrantMetaOutputReference;
}
export interface DataOciIdentityDomainsGrantTags {
}
export declare function dataOciIdentityDomainsGrantTagsToTerraform(struct?: DataOciIdentityDomainsGrantTags): any;
export declare function dataOciIdentityDomainsGrantTagsToHclTerraform(struct?: DataOciIdentityDomainsGrantTags): any;
export declare class DataOciIdentityDomainsGrantTagsOutputReference 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(): DataOciIdentityDomainsGrantTags | undefined;
set internalValue(value: DataOciIdentityDomainsGrantTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsGrantTagsList 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): DataOciIdentityDomainsGrantTagsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_grant oci_identity_domains_grant}
*/
export declare class DataOciIdentityDomainsGrant extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_grant";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsGrant 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 DataOciIdentityDomainsGrant to import
* @param importFromId The id of the existing DataOciIdentityDomainsGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_grant#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsGrant 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_grant oci_identity_domains_grant} 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 DataOciIdentityDomainsGrantConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsGrantConfig);
private _app;
get app(): DataOciIdentityDomainsGrantAppList;
private _appEntitlementCollection;
get appEntitlementCollection(): DataOciIdentityDomainsGrantAppEntitlementCollectionList;
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 compositeKey(): string;
get deleteInProgress(): cdktf.IResolvable;
get domainOcid(): string;
private _entitlement;
get entitlement(): DataOciIdentityDomainsGrantEntitlementList;
private _grantId?;
get grantId(): string;
set grantId(value: string);
get grantIdInput(): string | undefined;
get grantMechanism(): string;
get grantedAttributeValuesJson(): string;
private _grantee;
get grantee(): DataOciIdentityDomainsGrantGranteeList;
private _grantor;
get grantor(): DataOciIdentityDomainsGrantGrantorList;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsGrantIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsGrantIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isFulfilled(): cdktf.IResolvable;
private _meta;
get meta(): DataOciIdentityDomainsGrantMetaList;
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(): DataOciIdentityDomainsGrantTagsList;
get tenancyOcid(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}