rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
429 lines (428 loc) • 26.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciStackMonitoringMonitoredResourceConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_monitored_resource#monitored_resource_id DataOciStackMonitoringMonitoredResource#monitored_resource_id}
*/
readonly monitoredResourceId: string;
}
export interface DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredential {
}
export declare function dataOciStackMonitoringMonitoredResourceAdditionalAliasesCredentialToTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredential): any;
export declare function dataOciStackMonitoringMonitoredResourceAdditionalAliasesCredentialToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredential): any;
export declare class DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredentialOutputReference 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(): DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredential | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredential | undefined);
get name(): string;
get service(): string;
get source(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredentialList 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): DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredentialOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceAdditionalAliases {
}
export declare function dataOciStackMonitoringMonitoredResourceAdditionalAliasesToTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalAliases): any;
export declare function dataOciStackMonitoringMonitoredResourceAdditionalAliasesToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalAliases): any;
export declare class DataOciStackMonitoringMonitoredResourceAdditionalAliasesOutputReference 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(): DataOciStackMonitoringMonitoredResourceAdditionalAliases | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceAdditionalAliases | undefined);
private _credential;
get credential(): DataOciStackMonitoringMonitoredResourceAdditionalAliasesCredentialList;
get name(): string;
get source(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceAdditionalAliasesList 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): DataOciStackMonitoringMonitoredResourceAdditionalAliasesOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceAdditionalCredentialsProperties {
}
export declare function dataOciStackMonitoringMonitoredResourceAdditionalCredentialsPropertiesToTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalCredentialsProperties): any;
export declare function dataOciStackMonitoringMonitoredResourceAdditionalCredentialsPropertiesToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalCredentialsProperties): any;
export declare class DataOciStackMonitoringMonitoredResourceAdditionalCredentialsPropertiesOutputReference 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(): DataOciStackMonitoringMonitoredResourceAdditionalCredentialsProperties | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceAdditionalCredentialsProperties | undefined);
get name(): string;
get value(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceAdditionalCredentialsPropertiesList 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): DataOciStackMonitoringMonitoredResourceAdditionalCredentialsPropertiesOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceAdditionalCredentials {
}
export declare function dataOciStackMonitoringMonitoredResourceAdditionalCredentialsToTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalCredentials): any;
export declare function dataOciStackMonitoringMonitoredResourceAdditionalCredentialsToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceAdditionalCredentials): any;
export declare class DataOciStackMonitoringMonitoredResourceAdditionalCredentialsOutputReference 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(): DataOciStackMonitoringMonitoredResourceAdditionalCredentials | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceAdditionalCredentials | undefined);
get credentialType(): string;
get description(): string;
get keyId(): string;
get name(): string;
private _properties;
get properties(): DataOciStackMonitoringMonitoredResourceAdditionalCredentialsPropertiesList;
get source(): string;
get type(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceAdditionalCredentialsList 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): DataOciStackMonitoringMonitoredResourceAdditionalCredentialsOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceAliasesCredential {
}
export declare function dataOciStackMonitoringMonitoredResourceAliasesCredentialToTerraform(struct?: DataOciStackMonitoringMonitoredResourceAliasesCredential): any;
export declare function dataOciStackMonitoringMonitoredResourceAliasesCredentialToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceAliasesCredential): any;
export declare class DataOciStackMonitoringMonitoredResourceAliasesCredentialOutputReference 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(): DataOciStackMonitoringMonitoredResourceAliasesCredential | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceAliasesCredential | undefined);
get name(): string;
get service(): string;
get source(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceAliasesCredentialList 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): DataOciStackMonitoringMonitoredResourceAliasesCredentialOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceAliases {
}
export declare function dataOciStackMonitoringMonitoredResourceAliasesToTerraform(struct?: DataOciStackMonitoringMonitoredResourceAliases): any;
export declare function dataOciStackMonitoringMonitoredResourceAliasesToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceAliases): any;
export declare class DataOciStackMonitoringMonitoredResourceAliasesOutputReference 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(): DataOciStackMonitoringMonitoredResourceAliases | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceAliases | undefined);
private _credential;
get credential(): DataOciStackMonitoringMonitoredResourceAliasesCredentialList;
get name(): string;
get source(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceAliasesList 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): DataOciStackMonitoringMonitoredResourceAliasesOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceCredentialsProperties {
}
export declare function dataOciStackMonitoringMonitoredResourceCredentialsPropertiesToTerraform(struct?: DataOciStackMonitoringMonitoredResourceCredentialsProperties): any;
export declare function dataOciStackMonitoringMonitoredResourceCredentialsPropertiesToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceCredentialsProperties): any;
export declare class DataOciStackMonitoringMonitoredResourceCredentialsPropertiesOutputReference 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(): DataOciStackMonitoringMonitoredResourceCredentialsProperties | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceCredentialsProperties | undefined);
get name(): string;
get value(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceCredentialsPropertiesList 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): DataOciStackMonitoringMonitoredResourceCredentialsPropertiesOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceCredentials {
}
export declare function dataOciStackMonitoringMonitoredResourceCredentialsToTerraform(struct?: DataOciStackMonitoringMonitoredResourceCredentials): any;
export declare function dataOciStackMonitoringMonitoredResourceCredentialsToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceCredentials): any;
export declare class DataOciStackMonitoringMonitoredResourceCredentialsOutputReference 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(): DataOciStackMonitoringMonitoredResourceCredentials | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceCredentials | undefined);
get credentialType(): string;
get description(): string;
get keyId(): string;
get name(): string;
private _properties;
get properties(): DataOciStackMonitoringMonitoredResourceCredentialsPropertiesList;
get source(): string;
get type(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceCredentialsList 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): DataOciStackMonitoringMonitoredResourceCredentialsOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetails {
}
export declare function dataOciStackMonitoringMonitoredResourceDatabaseConnectionDetailsToTerraform(struct?: DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetails): any;
export declare function dataOciStackMonitoringMonitoredResourceDatabaseConnectionDetailsToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetails): any;
export declare class DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetailsOutputReference 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(): DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetails | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetails | undefined);
get connectorId(): string;
get dbId(): string;
get dbUniqueName(): string;
get port(): number;
get protocol(): string;
get serviceName(): string;
get sslSecretId(): string;
}
export declare class DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetailsList 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): DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetailsOutputReference;
}
export interface DataOciStackMonitoringMonitoredResourceProperties {
}
export declare function dataOciStackMonitoringMonitoredResourcePropertiesToTerraform(struct?: DataOciStackMonitoringMonitoredResourceProperties): any;
export declare function dataOciStackMonitoringMonitoredResourcePropertiesToHclTerraform(struct?: DataOciStackMonitoringMonitoredResourceProperties): any;
export declare class DataOciStackMonitoringMonitoredResourcePropertiesOutputReference 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(): DataOciStackMonitoringMonitoredResourceProperties | undefined;
set internalValue(value: DataOciStackMonitoringMonitoredResourceProperties | undefined);
get name(): string;
get value(): string;
}
export declare class DataOciStackMonitoringMonitoredResourcePropertiesList 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): DataOciStackMonitoringMonitoredResourcePropertiesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_monitored_resource oci_stack_monitoring_monitored_resource}
*/
export declare class DataOciStackMonitoringMonitoredResource extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_stack_monitoring_monitored_resource";
/**
* Generates CDKTF code for importing a DataOciStackMonitoringMonitoredResource 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 DataOciStackMonitoringMonitoredResource to import
* @param importFromId The id of the existing DataOciStackMonitoringMonitoredResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/stack_monitoring_monitored_resource#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciStackMonitoringMonitoredResource 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/stack_monitoring_monitored_resource oci_stack_monitoring_monitored_resource} 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 DataOciStackMonitoringMonitoredResourceConfig
*/
constructor(scope: Construct, id: string, config: DataOciStackMonitoringMonitoredResourceConfig);
private _additionalAliases;
get additionalAliases(): DataOciStackMonitoringMonitoredResourceAdditionalAliasesList;
private _additionalCredentials;
get additionalCredentials(): DataOciStackMonitoringMonitoredResourceAdditionalCredentialsList;
private _aliases;
get aliases(): DataOciStackMonitoringMonitoredResourceAliasesList;
get compartmentId(): string;
private _credentials;
get credentials(): DataOciStackMonitoringMonitoredResourceCredentialsList;
private _databaseConnectionDetails;
get databaseConnectionDetails(): DataOciStackMonitoringMonitoredResourceDatabaseConnectionDetailsList;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
get externalId(): string;
get externalResourceId(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get hostName(): string;
get id(): string;
get license(): string;
get managementAgentId(): string;
private _monitoredResourceId?;
get monitoredResourceId(): string;
set monitoredResourceId(value: string);
get monitoredResourceIdInput(): string | undefined;
get name(): string;
private _properties;
get properties(): DataOciStackMonitoringMonitoredResourcePropertiesList;
get resourceCategory(): string;
get resourceTimeZone(): string;
get sourceType(): string;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get tenantId(): string;
get timeCreated(): string;
get timeUpdated(): string;
get type(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}