rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
264 lines (263 loc) • 16.3 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciLogAnalyticsLogAnalyticsEntityTopologyConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_log_analytics_entity_topology#id DataOciLogAnalyticsLogAnalyticsEntityTopology#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/log_analytics_log_analytics_entity_topology#log_analytics_entity_id DataOciLogAnalyticsLogAnalyticsEntityTopology#log_analytics_entity_id}
*/
readonly logAnalyticsEntityId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_log_analytics_entity_topology#metadata_equals DataOciLogAnalyticsLogAnalyticsEntityTopology#metadata_equals}
*/
readonly metadataEquals?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_log_analytics_entity_topology#namespace DataOciLogAnalyticsLogAnalyticsEntityTopology#namespace}
*/
readonly namespace: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_log_analytics_entity_topology#state DataOciLogAnalyticsLogAnalyticsEntityTopology#state}
*/
readonly state?: string;
}
export interface DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItems {
}
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItemsToTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItems): any;
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItemsToHclTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItems): any;
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItemsOutputReference 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(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItems | undefined;
set internalValue(value: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItems | undefined);
get destinationEntityId(): string;
get sourceEntityId(): string;
}
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItemsList 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): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItemsOutputReference;
}
export interface DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinks {
}
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksToTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinks): any;
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksToHclTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinks): any;
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksOutputReference 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(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinks | undefined;
set internalValue(value: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinks | undefined);
private _items;
get items(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksItemsList;
}
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksList 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): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksOutputReference;
}
export interface DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItems {
}
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItemsToTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItems): any;
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItemsToHclTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItems): any;
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItemsOutputReference 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(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItems | undefined;
set internalValue(value: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItems | undefined);
get areLogsCollected(): cdktf.IResolvable;
get cloudResourceId(): string;
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
get entityTypeInternalName(): string;
get entityTypeName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
get lifecycleDetails(): string;
get managementAgentId(): string;
get name(): string;
get sourceId(): string;
get state(): string;
get timeCreated(): string;
get timeUpdated(): string;
get timezoneRegion(): string;
}
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItemsList 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): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItemsOutputReference;
}
export interface DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodes {
}
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesToTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodes): any;
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesToHclTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodes): any;
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesOutputReference 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(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodes | undefined;
set internalValue(value: DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodes | undefined);
private _items;
get items(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesItemsList;
}
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesList 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): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesOutputReference;
}
export interface DataOciLogAnalyticsLogAnalyticsEntityTopologyItems {
}
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsToTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItems): any;
export declare function dataOciLogAnalyticsLogAnalyticsEntityTopologyItemsToHclTerraform(struct?: DataOciLogAnalyticsLogAnalyticsEntityTopologyItems): any;
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsOutputReference 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(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItems | undefined;
set internalValue(value: DataOciLogAnalyticsLogAnalyticsEntityTopologyItems | undefined);
private _links;
get links(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsLinksList;
private _nodes;
get nodes(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsNodesList;
}
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsList 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): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_log_analytics_entity_topology oci_log_analytics_log_analytics_entity_topology}
*/
export declare class DataOciLogAnalyticsLogAnalyticsEntityTopology extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_log_analytics_log_analytics_entity_topology";
/**
* Generates CDKTF code for importing a DataOciLogAnalyticsLogAnalyticsEntityTopology 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 DataOciLogAnalyticsLogAnalyticsEntityTopology to import
* @param importFromId The id of the existing DataOciLogAnalyticsLogAnalyticsEntityTopology that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_log_analytics_entity_topology#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciLogAnalyticsLogAnalyticsEntityTopology 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/log_analytics_log_analytics_entity_topology oci_log_analytics_log_analytics_entity_topology} 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 DataOciLogAnalyticsLogAnalyticsEntityTopologyConfig
*/
constructor(scope: Construct, id: string, config: DataOciLogAnalyticsLogAnalyticsEntityTopologyConfig);
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _items;
get items(): DataOciLogAnalyticsLogAnalyticsEntityTopologyItemsList;
private _logAnalyticsEntityId?;
get logAnalyticsEntityId(): string;
set logAnalyticsEntityId(value: string);
get logAnalyticsEntityIdInput(): string | undefined;
private _metadataEquals?;
get metadataEquals(): string[];
set metadataEquals(value: string[]);
resetMetadataEquals(): void;
get metadataEqualsInput(): string[] | undefined;
private _namespace?;
get namespace(): string;
set namespace(value: string);
get namespaceInput(): string | undefined;
private _state?;
get state(): string;
set state(value: string);
resetState(): void;
get stateInput(): string | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}