rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
364 lines (363 loc) • 23.1 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciApmSyntheticsOnPremiseVantagePointWorkersConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#apm_domain_id DataOciApmSyntheticsOnPremiseVantagePointWorkers#apm_domain_id}
*/
readonly apmDomainId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#capability DataOciApmSyntheticsOnPremiseVantagePointWorkers#capability}
*/
readonly capability?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#display_name DataOciApmSyntheticsOnPremiseVantagePointWorkers#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#id DataOciApmSyntheticsOnPremiseVantagePointWorkers#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/apm_synthetics_on_premise_vantage_point_workers#name DataOciApmSyntheticsOnPremiseVantagePointWorkers#name}
*/
readonly name?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#on_premise_vantage_point_id DataOciApmSyntheticsOnPremiseVantagePointWorkers#on_premise_vantage_point_id}
*/
readonly onPremiseVantagePointId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#status DataOciApmSyntheticsOnPremiseVantagePointWorkers#status}
*/
readonly status?: string;
/**
* filter block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#filter DataOciApmSyntheticsOnPremiseVantagePointWorkers#filter}
*/
readonly filter?: DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter[] | cdktf.IResolvable;
}
export interface DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfo {
}
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfoToTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfo): any;
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfoToHclTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfo): any;
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfoOutputReference 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(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfo | undefined;
set internalValue(value: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfo | undefined);
get apmShortId(): string;
get collectorEndPoint(): string;
get regionName(): string;
}
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfoList 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): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfoOutputReference;
}
export interface DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStruct {
}
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStructToTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStruct): any;
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStructToHclTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStruct): any;
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStructOutputReference 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(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStruct | undefined;
set internalValue(value: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStruct | undefined);
get displayName(): string;
get id(): string;
get isRunNow(): cdktf.IResolvable;
get monitorType(): string;
get timeAssigned(): string;
}
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStructList 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): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStructOutputReference;
}
export interface DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetails {
}
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetailsToTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetails): any;
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetailsToHclTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetails): any;
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetailsOutputReference 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(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetails | undefined;
set internalValue(value: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetails | undefined);
get latestVersion(): string;
get minSupportedVersion(): string;
get version(): string;
}
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetailsList 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): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetailsOutputReference;
}
export interface DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItems {
}
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsToTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItems): any;
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsToHclTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItems): any;
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsOutputReference 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(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItems | undefined;
set internalValue(value: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItems | undefined);
get apmDomainId(): string;
get configurationDetails(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get geoInfo(): string;
get id(): string;
private _identityInfo;
get identityInfo(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsIdentityInfoList;
private _monitorList;
get monitorList(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsMonitorListStructList;
get name(): string;
get onPremiseVantagePointId(): string;
get opvpId(): string;
get opvpName(): string;
get priority(): number;
get resourcePrincipalTokenPublicKey(): string;
get runtimeId(): string;
get status(): string;
get timeCreated(): string;
get timeLastSyncUp(): string;
get timeUpdated(): string;
get version(): string;
private _versionDetails;
get versionDetails(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsVersionDetailsList;
get workerType(): string;
}
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsList 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): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsOutputReference;
}
export interface DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollection {
}
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionToTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollection): any;
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionToHclTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollection): any;
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionOutputReference 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(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollection | undefined;
set internalValue(value: DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollection | undefined);
private _items;
get items(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionItemsList;
}
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionList 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): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionOutputReference;
}
export interface DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#name DataOciApmSyntheticsOnPremiseVantagePointWorkers#name}
*/
readonly name: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#regex DataOciApmSyntheticsOnPremiseVantagePointWorkers#regex}
*/
readonly regex?: boolean | cdktf.IResolvable;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#values DataOciApmSyntheticsOnPremiseVantagePointWorkers#values}
*/
readonly values: string[];
}
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersFilterToTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter | cdktf.IResolvable): any;
export declare function dataOciApmSyntheticsOnPremiseVantagePointWorkersFilterToHclTerraform(struct?: DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter | cdktf.IResolvable): any;
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkersFilterOutputReference 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(): DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter | cdktf.IResolvable | undefined;
set internalValue(value: DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter | 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 DataOciApmSyntheticsOnPremiseVantagePointWorkersFilterList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter[] | 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): DataOciApmSyntheticsOnPremiseVantagePointWorkersFilterOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers oci_apm_synthetics_on_premise_vantage_point_workers}
*/
export declare class DataOciApmSyntheticsOnPremiseVantagePointWorkers extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_apm_synthetics_on_premise_vantage_point_workers";
/**
* Generates CDKTF code for importing a DataOciApmSyntheticsOnPremiseVantagePointWorkers 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 DataOciApmSyntheticsOnPremiseVantagePointWorkers to import
* @param importFromId The id of the existing DataOciApmSyntheticsOnPremiseVantagePointWorkers that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/apm_synthetics_on_premise_vantage_point_workers#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciApmSyntheticsOnPremiseVantagePointWorkers 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/apm_synthetics_on_premise_vantage_point_workers oci_apm_synthetics_on_premise_vantage_point_workers} 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 DataOciApmSyntheticsOnPremiseVantagePointWorkersConfig
*/
constructor(scope: Construct, id: string, config: DataOciApmSyntheticsOnPremiseVantagePointWorkersConfig);
private _apmDomainId?;
get apmDomainId(): string;
set apmDomainId(value: string);
get apmDomainIdInput(): string | undefined;
private _capability?;
get capability(): string;
set capability(value: string);
resetCapability(): void;
get capabilityInput(): string | undefined;
private _displayName?;
get displayName(): string;
set displayName(value: string);
resetDisplayName(): void;
get displayNameInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _name?;
get name(): string;
set name(value: string);
resetName(): void;
get nameInput(): string | undefined;
private _onPremiseVantagePointId?;
get onPremiseVantagePointId(): string;
set onPremiseVantagePointId(value: string);
get onPremiseVantagePointIdInput(): string | undefined;
private _status?;
get status(): string;
set status(value: string);
resetStatus(): void;
get statusInput(): string | undefined;
private _workerCollection;
get workerCollection(): DataOciApmSyntheticsOnPremiseVantagePointWorkersWorkerCollectionList;
private _filter;
get filter(): DataOciApmSyntheticsOnPremiseVantagePointWorkersFilterList;
putFilter(value: DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter[] | cdktf.IResolvable): void;
resetFilter(): void;
get filterInput(): cdktf.IResolvable | DataOciApmSyntheticsOnPremiseVantagePointWorkersFilter[] | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}