rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
457 lines (456 loc) • 24.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsRulesConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rules#attribute_sets DataOciIdentityDomainsRules#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_rules#attributes DataOciIdentityDomainsRules#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rules#authorization DataOciIdentityDomainsRules#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rules#compartment_id DataOciIdentityDomainsRules#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_rules#id DataOciIdentityDomainsRules#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_rules#idcs_endpoint DataOciIdentityDomainsRules#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_rules#resource_type_schema_version DataOciIdentityDomainsRules#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_rules#rule_count DataOciIdentityDomainsRules#rule_count}
*/
readonly ruleCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rules#rule_filter DataOciIdentityDomainsRules#rule_filter}
*/
readonly ruleFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rules#sort_by DataOciIdentityDomainsRules#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_rules#sort_order DataOciIdentityDomainsRules#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_rules#start_index DataOciIdentityDomainsRules#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsRulesRulesConditionGroup {
}
export declare function dataOciIdentityDomainsRulesRulesConditionGroupToTerraform(struct?: DataOciIdentityDomainsRulesRulesConditionGroup): any;
export declare function dataOciIdentityDomainsRulesRulesConditionGroupToHclTerraform(struct?: DataOciIdentityDomainsRulesRulesConditionGroup): any;
export declare class DataOciIdentityDomainsRulesRulesConditionGroupOutputReference 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(): DataOciIdentityDomainsRulesRulesConditionGroup | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRulesConditionGroup | undefined);
get name(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsRulesRulesConditionGroupList 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): DataOciIdentityDomainsRulesRulesConditionGroupOutputReference;
}
export interface DataOciIdentityDomainsRulesRulesIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsRulesRulesIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsRulesRulesIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsRulesRulesIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsRulesRulesIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsRulesRulesIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsRulesRulesIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRulesIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsRulesRulesIdcsCreatedByList 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): DataOciIdentityDomainsRulesRulesIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsRulesRulesIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsRulesRulesIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsRulesRulesIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsRulesRulesIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsRulesRulesIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsRulesRulesIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsRulesRulesIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRulesIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsRulesRulesIdcsLastModifiedByList 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): DataOciIdentityDomainsRulesRulesIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsRulesRulesMeta {
}
export declare function dataOciIdentityDomainsRulesRulesMetaToTerraform(struct?: DataOciIdentityDomainsRulesRulesMeta): any;
export declare function dataOciIdentityDomainsRulesRulesMetaToHclTerraform(struct?: DataOciIdentityDomainsRulesRulesMeta): any;
export declare class DataOciIdentityDomainsRulesRulesMetaOutputReference 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(): DataOciIdentityDomainsRulesRulesMeta | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRulesMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsRulesRulesMetaList 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): DataOciIdentityDomainsRulesRulesMetaOutputReference;
}
export interface DataOciIdentityDomainsRulesRulesPolicyType {
}
export declare function dataOciIdentityDomainsRulesRulesPolicyTypeToTerraform(struct?: DataOciIdentityDomainsRulesRulesPolicyType): any;
export declare function dataOciIdentityDomainsRulesRulesPolicyTypeToHclTerraform(struct?: DataOciIdentityDomainsRulesRulesPolicyType): any;
export declare class DataOciIdentityDomainsRulesRulesPolicyTypeOutputReference 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(): DataOciIdentityDomainsRulesRulesPolicyType | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRulesPolicyType | undefined);
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsRulesRulesPolicyTypeList 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): DataOciIdentityDomainsRulesRulesPolicyTypeOutputReference;
}
export interface DataOciIdentityDomainsRulesRulesReturn {
}
export declare function dataOciIdentityDomainsRulesRulesReturnToTerraform(struct?: DataOciIdentityDomainsRulesRulesReturn): any;
export declare function dataOciIdentityDomainsRulesRulesReturnToHclTerraform(struct?: DataOciIdentityDomainsRulesRulesReturn): any;
export declare class DataOciIdentityDomainsRulesRulesReturnOutputReference 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(): DataOciIdentityDomainsRulesRulesReturn | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRulesReturn | undefined);
get name(): string;
get returnGroovy(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsRulesRulesReturnList 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): DataOciIdentityDomainsRulesRulesReturnOutputReference;
}
export interface DataOciIdentityDomainsRulesRulesTags {
}
export declare function dataOciIdentityDomainsRulesRulesTagsToTerraform(struct?: DataOciIdentityDomainsRulesRulesTags): any;
export declare function dataOciIdentityDomainsRulesRulesTagsToHclTerraform(struct?: DataOciIdentityDomainsRulesRulesTags): any;
export declare class DataOciIdentityDomainsRulesRulesTagsOutputReference 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(): DataOciIdentityDomainsRulesRulesTags | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRulesTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsRulesRulesTagsList 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): DataOciIdentityDomainsRulesRulesTagsOutputReference;
}
export interface DataOciIdentityDomainsRulesRules {
}
export declare function dataOciIdentityDomainsRulesRulesToTerraform(struct?: DataOciIdentityDomainsRulesRules): any;
export declare function dataOciIdentityDomainsRulesRulesToHclTerraform(struct?: DataOciIdentityDomainsRulesRules): any;
export declare class DataOciIdentityDomainsRulesRulesOutputReference 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(): DataOciIdentityDomainsRulesRules | undefined;
set internalValue(value: DataOciIdentityDomainsRulesRules | undefined);
get active(): cdktf.IResolvable;
get attributeSets(): string[];
get attributes(): string;
get authorization(): string;
get compartmentOcid(): string;
get condition(): string;
private _conditionGroup;
get conditionGroup(): DataOciIdentityDomainsRulesRulesConditionGroupList;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
get externalId(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsRulesRulesIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsRulesRulesIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get locked(): cdktf.IResolvable;
private _meta;
get meta(): DataOciIdentityDomainsRulesRulesMetaList;
get name(): string;
get ocid(): string;
private _policyType;
get policyType(): DataOciIdentityDomainsRulesRulesPolicyTypeList;
get resourceTypeSchemaVersion(): string;
private _return;
get return(): DataOciIdentityDomainsRulesRulesReturnList;
get ruleGroovy(): string;
get schemas(): string[];
private _tags;
get tags(): DataOciIdentityDomainsRulesRulesTagsList;
get tenancyOcid(): string;
}
export declare class DataOciIdentityDomainsRulesRulesList 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): DataOciIdentityDomainsRulesRulesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rules oci_identity_domains_rules}
*/
export declare class DataOciIdentityDomainsRules extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_rules";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsRules 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 DataOciIdentityDomainsRules to import
* @param importFromId The id of the existing DataOciIdentityDomainsRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_rules#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsRules 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_rules oci_identity_domains_rules} 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 DataOciIdentityDomainsRulesConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsRulesConfig);
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;
private _ruleCount?;
get ruleCount(): number;
set ruleCount(value: number);
resetRuleCount(): void;
get ruleCountInput(): number | undefined;
private _ruleFilter?;
get ruleFilter(): string;
set ruleFilter(value: string);
resetRuleFilter(): void;
get ruleFilterInput(): string | undefined;
private _rules;
get rules(): DataOciIdentityDomainsRulesRulesList;
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;
};
}