UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

358 lines (357 loc) 19.4 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsRuleConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rule#attribute_sets DataOciIdentityDomainsRule#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_rule#attributes DataOciIdentityDomainsRule#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rule#authorization DataOciIdentityDomainsRule#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rule#idcs_endpoint DataOciIdentityDomainsRule#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_rule#resource_type_schema_version DataOciIdentityDomainsRule#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_rule#rule_id DataOciIdentityDomainsRule#rule_id} */ readonly ruleId: string; } export interface DataOciIdentityDomainsRuleConditionGroup { } export declare function dataOciIdentityDomainsRuleConditionGroupToTerraform(struct?: DataOciIdentityDomainsRuleConditionGroup): any; export declare function dataOciIdentityDomainsRuleConditionGroupToHclTerraform(struct?: DataOciIdentityDomainsRuleConditionGroup): any; export declare class DataOciIdentityDomainsRuleConditionGroupOutputReference 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(): DataOciIdentityDomainsRuleConditionGroup | undefined; set internalValue(value: DataOciIdentityDomainsRuleConditionGroup | undefined); get name(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsRuleConditionGroupList 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): DataOciIdentityDomainsRuleConditionGroupOutputReference; } export interface DataOciIdentityDomainsRuleIdcsCreatedBy { } export declare function dataOciIdentityDomainsRuleIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsRuleIdcsCreatedBy): any; export declare function dataOciIdentityDomainsRuleIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsRuleIdcsCreatedBy): any; export declare class DataOciIdentityDomainsRuleIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsRuleIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsRuleIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsRuleIdcsCreatedByList 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): DataOciIdentityDomainsRuleIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsRuleIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsRuleIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsRuleIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsRuleIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsRuleIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsRuleIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsRuleIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsRuleIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsRuleIdcsLastModifiedByList 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): DataOciIdentityDomainsRuleIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsRuleMeta { } export declare function dataOciIdentityDomainsRuleMetaToTerraform(struct?: DataOciIdentityDomainsRuleMeta): any; export declare function dataOciIdentityDomainsRuleMetaToHclTerraform(struct?: DataOciIdentityDomainsRuleMeta): any; export declare class DataOciIdentityDomainsRuleMetaOutputReference 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(): DataOciIdentityDomainsRuleMeta | undefined; set internalValue(value: DataOciIdentityDomainsRuleMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsRuleMetaList 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): DataOciIdentityDomainsRuleMetaOutputReference; } export interface DataOciIdentityDomainsRulePolicyType { } export declare function dataOciIdentityDomainsRulePolicyTypeToTerraform(struct?: DataOciIdentityDomainsRulePolicyType): any; export declare function dataOciIdentityDomainsRulePolicyTypeToHclTerraform(struct?: DataOciIdentityDomainsRulePolicyType): any; export declare class DataOciIdentityDomainsRulePolicyTypeOutputReference 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(): DataOciIdentityDomainsRulePolicyType | undefined; set internalValue(value: DataOciIdentityDomainsRulePolicyType | undefined); get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsRulePolicyTypeList 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): DataOciIdentityDomainsRulePolicyTypeOutputReference; } export interface DataOciIdentityDomainsRuleReturn { } export declare function dataOciIdentityDomainsRuleReturnToTerraform(struct?: DataOciIdentityDomainsRuleReturn): any; export declare function dataOciIdentityDomainsRuleReturnToHclTerraform(struct?: DataOciIdentityDomainsRuleReturn): any; export declare class DataOciIdentityDomainsRuleReturnOutputReference 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(): DataOciIdentityDomainsRuleReturn | undefined; set internalValue(value: DataOciIdentityDomainsRuleReturn | undefined); get name(): string; get returnGroovy(): string; get value(): string; } export declare class DataOciIdentityDomainsRuleReturnList 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): DataOciIdentityDomainsRuleReturnOutputReference; } export interface DataOciIdentityDomainsRuleTags { } export declare function dataOciIdentityDomainsRuleTagsToTerraform(struct?: DataOciIdentityDomainsRuleTags): any; export declare function dataOciIdentityDomainsRuleTagsToHclTerraform(struct?: DataOciIdentityDomainsRuleTags): any; export declare class DataOciIdentityDomainsRuleTagsOutputReference 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(): DataOciIdentityDomainsRuleTags | undefined; set internalValue(value: DataOciIdentityDomainsRuleTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsRuleTagsList 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): DataOciIdentityDomainsRuleTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rule oci_identity_domains_rule} */ export declare class DataOciIdentityDomainsRule extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_rule"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsRule 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 DataOciIdentityDomainsRule to import * @param importFromId The id of the existing DataOciIdentityDomainsRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsRule 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_rule oci_identity_domains_rule} 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 DataOciIdentityDomainsRuleConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsRuleConfig); get active(): cdktf.IResolvable; 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 condition(): string; private _conditionGroup; get conditionGroup(): DataOciIdentityDomainsRuleConditionGroupList; get deleteInProgress(): cdktf.IResolvable; get description(): string; get domainOcid(): string; get externalId(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsRuleIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsRuleIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get locked(): cdktf.IResolvable; private _meta; get meta(): DataOciIdentityDomainsRuleMetaList; get name(): string; get ocid(): string; private _policyType; get policyType(): DataOciIdentityDomainsRulePolicyTypeList; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; private _return; get return(): DataOciIdentityDomainsRuleReturnList; get ruleGroovy(): string; private _ruleId?; get ruleId(): string; set ruleId(value: string); get ruleIdInput(): string | undefined; get schemas(): string[]; private _tags; get tags(): DataOciIdentityDomainsRuleTagsList; get tenancyOcid(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }