rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
412 lines (411 loc) • 23.8 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDnsSteeringPoliciesConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#compartment_id DataOciDnsSteeringPolicies#compartment_id}
*/
readonly compartmentId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#display_name DataOciDnsSteeringPolicies#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#display_name_contains DataOciDnsSteeringPolicies#display_name_contains}
*/
readonly displayNameContains?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#health_check_monitor_id DataOciDnsSteeringPolicies#health_check_monitor_id}
*/
readonly healthCheckMonitorId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#id DataOciDnsSteeringPolicies#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/dns_steering_policies#state DataOciDnsSteeringPolicies#state}
*/
readonly state?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#template DataOciDnsSteeringPolicies#template}
*/
readonly template?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#time_created_greater_than_or_equal_to DataOciDnsSteeringPolicies#time_created_greater_than_or_equal_to}
*/
readonly timeCreatedGreaterThanOrEqualTo?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#time_created_less_than DataOciDnsSteeringPolicies#time_created_less_than}
*/
readonly timeCreatedLessThan?: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#filter DataOciDnsSteeringPolicies#filter}
*/
readonly filter?: DataOciDnsSteeringPoliciesFilter[] | cdktf.IResolvable;
}
export interface DataOciDnsSteeringPoliciesSteeringPoliciesAnswers {
}
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesAnswersToTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesAnswers): any;
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesAnswersToHclTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesAnswers): any;
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesAnswersOutputReference 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(): DataOciDnsSteeringPoliciesSteeringPoliciesAnswers | undefined;
set internalValue(value: DataOciDnsSteeringPoliciesSteeringPoliciesAnswers | undefined);
get isDisabled(): cdktf.IResolvable;
get name(): string;
get pool(): string;
get rdata(): string;
get rtype(): string;
}
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesAnswersList 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): DataOciDnsSteeringPoliciesSteeringPoliciesAnswersOutputReference;
}
export interface DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerData {
}
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerDataToTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerData): any;
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerDataToHclTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerData): any;
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerDataOutputReference 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(): DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerData | undefined;
set internalValue(value: DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerData | undefined);
get answerCondition(): string;
get shouldKeep(): cdktf.IResolvable;
get value(): number;
}
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerDataList 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): DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerDataOutputReference;
}
export interface DataOciDnsSteeringPoliciesSteeringPoliciesRulesCases {
}
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesToTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRulesCases): any;
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesToHclTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRulesCases): any;
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesOutputReference 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(): DataOciDnsSteeringPoliciesSteeringPoliciesRulesCases | undefined;
set internalValue(value: DataOciDnsSteeringPoliciesSteeringPoliciesRulesCases | undefined);
private _answerData;
get answerData(): DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesAnswerDataList;
get caseCondition(): string;
get count(): number;
}
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesList 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): DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesOutputReference;
}
export interface DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerData {
}
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerDataToTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerData): any;
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerDataToHclTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerData): any;
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerDataOutputReference 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(): DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerData | undefined;
set internalValue(value: DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerData | undefined);
get answerCondition(): string;
get shouldKeep(): cdktf.IResolvable;
get value(): number;
}
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerDataList 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): DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerDataOutputReference;
}
export interface DataOciDnsSteeringPoliciesSteeringPoliciesRules {
}
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesToTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRules): any;
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesRulesToHclTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPoliciesRules): any;
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesOutputReference 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(): DataOciDnsSteeringPoliciesSteeringPoliciesRules | undefined;
set internalValue(value: DataOciDnsSteeringPoliciesSteeringPoliciesRules | undefined);
private _cases;
get cases(): DataOciDnsSteeringPoliciesSteeringPoliciesRulesCasesList;
private _defaultAnswerData;
get defaultAnswerData(): DataOciDnsSteeringPoliciesSteeringPoliciesRulesDefaultAnswerDataList;
get defaultCount(): number;
get description(): string;
get ruleType(): string;
}
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesRulesList 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): DataOciDnsSteeringPoliciesSteeringPoliciesRulesOutputReference;
}
export interface DataOciDnsSteeringPoliciesSteeringPolicies {
}
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesToTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPolicies): any;
export declare function dataOciDnsSteeringPoliciesSteeringPoliciesToHclTerraform(struct?: DataOciDnsSteeringPoliciesSteeringPolicies): any;
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesOutputReference 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(): DataOciDnsSteeringPoliciesSteeringPolicies | undefined;
set internalValue(value: DataOciDnsSteeringPoliciesSteeringPolicies | undefined);
private _answers;
get answers(): DataOciDnsSteeringPoliciesSteeringPoliciesAnswersList;
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get healthCheckMonitorId(): string;
get id(): string;
private _rules;
get rules(): DataOciDnsSteeringPoliciesSteeringPoliciesRulesList;
get selfAttribute(): string;
get state(): string;
get template(): string;
get timeCreated(): string;
get ttl(): number;
}
export declare class DataOciDnsSteeringPoliciesSteeringPoliciesList 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): DataOciDnsSteeringPoliciesSteeringPoliciesOutputReference;
}
export interface DataOciDnsSteeringPoliciesFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#name DataOciDnsSteeringPolicies#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#regex DataOciDnsSteeringPolicies#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#values DataOciDnsSteeringPolicies#values}
*/
readonly values: string[];
}
export declare function dataOciDnsSteeringPoliciesFilterToTerraform(struct?: DataOciDnsSteeringPoliciesFilter | cdktf.IResolvable): any;
export declare function dataOciDnsSteeringPoliciesFilterToHclTerraform(struct?: DataOciDnsSteeringPoliciesFilter | cdktf.IResolvable): any;
export declare class DataOciDnsSteeringPoliciesFilterOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @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(): DataOciDnsSteeringPoliciesFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciDnsSteeringPoliciesFilter | cdktf.IResolvable | undefined);
private _name?;
get name(): string;
set name(value: string);
get nameInput(): string | undefined;
private _regex?;
get regex(): boolean | cdktf.IResolvable;
set regex(value: boolean | cdktf.IResolvable);
resetRegex(): void;
get regexInput(): boolean | cdktf.IResolvable | undefined;
private _values?;
get values(): string[];
set values(value: string[]);
get valuesInput(): string[] | undefined;
}
export declare class DataOciDnsSteeringPoliciesFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciDnsSteeringPoliciesFilter[] | cdktf.IResolvable;
/**
* @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): DataOciDnsSteeringPoliciesFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies oci_dns_steering_policies}
*/
export declare class DataOciDnsSteeringPolicies extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_dns_steering_policies";
/**
* Generates CDKTF code for importing a DataOciDnsSteeringPolicies 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 DataOciDnsSteeringPolicies to import
* @param importFromId The id of the existing DataOciDnsSteeringPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/dns_steering_policies#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDnsSteeringPolicies 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/dns_steering_policies oci_dns_steering_policies} 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 DataOciDnsSteeringPoliciesConfig
*/
constructor(scope: Construct, id: string, config: DataOciDnsSteeringPoliciesConfig);
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
get compartmentIdInput(): string | undefined;
private _displayName?;
get displayName(): string;
set displayName(value: string);
resetDisplayName(): void;
get displayNameInput(): string | undefined;
private _displayNameContains?;
get displayNameContains(): string;
set displayNameContains(value: string);
resetDisplayNameContains(): void;
get displayNameContainsInput(): string | undefined;
private _healthCheckMonitorId?;
get healthCheckMonitorId(): string;
set healthCheckMonitorId(value: string);
resetHealthCheckMonitorId(): void;
get healthCheckMonitorIdInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _state?;
get state(): string;
set state(value: string);
resetState(): void;
get stateInput(): string | undefined;
private _steeringPolicies;
get steeringPolicies(): DataOciDnsSteeringPoliciesSteeringPoliciesList;
private _template?;
get template(): string;
set template(value: string);
resetTemplate(): void;
get templateInput(): string | undefined;
private _timeCreatedGreaterThanOrEqualTo?;
get timeCreatedGreaterThanOrEqualTo(): string;
set timeCreatedGreaterThanOrEqualTo(value: string);
resetTimeCreatedGreaterThanOrEqualTo(): void;
get timeCreatedGreaterThanOrEqualToInput(): string | undefined;
private _timeCreatedLessThan?;
get timeCreatedLessThan(): string;
set timeCreatedLessThan(value: string);
resetTimeCreatedLessThan(): void;
get timeCreatedLessThanInput(): string | undefined;
private _filter;
get filter(): DataOciDnsSteeringPoliciesFilterList;
putFilter(value: DataOciDnsSteeringPoliciesFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciDnsSteeringPoliciesFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}