rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
274 lines (273 loc) • 16.8 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciCloudGuardDataSourceConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_data_source#data_source_id DataOciCloudGuardDataSource#data_source_id}
*/
readonly dataSourceId: string;
}
export interface DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetails {
}
export declare function dataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetailsToTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetails): any;
export declare function dataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetailsToHclTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetails): any;
export declare class DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetailsOutputReference 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(): DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetails | undefined;
set internalValue(value: DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetails | undefined);
get keyEntitiesCount(): number;
get loggingQueryType(): string;
}
export declare class DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetailsList 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): DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetailsOutputReference;
}
export interface DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTime {
}
export declare function dataOciCloudGuardDataSourceDataSourceDetailsQueryStartTimeToTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTime): any;
export declare function dataOciCloudGuardDataSourceDataSourceDetailsQueryStartTimeToHclTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTime): any;
export declare class DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTimeOutputReference 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(): DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTime | undefined;
set internalValue(value: DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTime | undefined);
get queryStartTime(): string;
get startPolicyType(): string;
}
export declare class DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTimeList 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): DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTimeOutputReference;
}
export interface DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetails {
}
export declare function dataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetailsToTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetails): any;
export declare function dataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetailsToHclTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetails): any;
export declare class DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetailsOutputReference 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(): DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetails | undefined;
set internalValue(value: DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetails | undefined);
get region(): string;
get resourceIds(): string[];
get resourceType(): string;
}
export declare class DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetailsList 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): DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetailsOutputReference;
}
export interface DataOciCloudGuardDataSourceDataSourceDetails {
}
export declare function dataOciCloudGuardDataSourceDataSourceDetailsToTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetails): any;
export declare function dataOciCloudGuardDataSourceDataSourceDetailsToHclTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetails): any;
export declare class DataOciCloudGuardDataSourceDataSourceDetailsOutputReference 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(): DataOciCloudGuardDataSourceDataSourceDetails | undefined;
set internalValue(value: DataOciCloudGuardDataSourceDataSourceDetails | undefined);
get additionalEntitiesCount(): number;
get dataSourceFeedProvider(): string;
get description(): string;
get intervalInMinutes(): number;
get intervalInSeconds(): number;
private _loggingQueryDetails;
get loggingQueryDetails(): DataOciCloudGuardDataSourceDataSourceDetailsLoggingQueryDetailsList;
get loggingQueryType(): string;
get operator(): string;
get query(): string;
private _queryStartTime;
get queryStartTime(): DataOciCloudGuardDataSourceDataSourceDetailsQueryStartTimeList;
get regions(): string[];
private _scheduledQueryScopeDetails;
get scheduledQueryScopeDetails(): DataOciCloudGuardDataSourceDataSourceDetailsScheduledQueryScopeDetailsList;
get threshold(): number;
}
export declare class DataOciCloudGuardDataSourceDataSourceDetailsList 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): DataOciCloudGuardDataSourceDataSourceDetailsOutputReference;
}
export interface DataOciCloudGuardDataSourceDataSourceDetectorMappingInfo {
}
export declare function dataOciCloudGuardDataSourceDataSourceDetectorMappingInfoToTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetectorMappingInfo): any;
export declare function dataOciCloudGuardDataSourceDataSourceDetectorMappingInfoToHclTerraform(struct?: DataOciCloudGuardDataSourceDataSourceDetectorMappingInfo): any;
export declare class DataOciCloudGuardDataSourceDataSourceDetectorMappingInfoOutputReference 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(): DataOciCloudGuardDataSourceDataSourceDetectorMappingInfo | undefined;
set internalValue(value: DataOciCloudGuardDataSourceDataSourceDetectorMappingInfo | undefined);
get detectorRecipeId(): string;
get detectorRuleId(): string;
}
export declare class DataOciCloudGuardDataSourceDataSourceDetectorMappingInfoList 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): DataOciCloudGuardDataSourceDataSourceDetectorMappingInfoOutputReference;
}
export interface DataOciCloudGuardDataSourceRegionStatusDetail {
}
export declare function dataOciCloudGuardDataSourceRegionStatusDetailToTerraform(struct?: DataOciCloudGuardDataSourceRegionStatusDetail): any;
export declare function dataOciCloudGuardDataSourceRegionStatusDetailToHclTerraform(struct?: DataOciCloudGuardDataSourceRegionStatusDetail): any;
export declare class DataOciCloudGuardDataSourceRegionStatusDetailOutputReference 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(): DataOciCloudGuardDataSourceRegionStatusDetail | undefined;
set internalValue(value: DataOciCloudGuardDataSourceRegionStatusDetail | undefined);
get region(): string;
get status(): string;
}
export declare class DataOciCloudGuardDataSourceRegionStatusDetailList 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): DataOciCloudGuardDataSourceRegionStatusDetailOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_data_source oci_cloud_guard_data_source}
*/
export declare class DataOciCloudGuardDataSource extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_cloud_guard_data_source";
/**
* Generates CDKTF code for importing a DataOciCloudGuardDataSource 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 DataOciCloudGuardDataSource to import
* @param importFromId The id of the existing DataOciCloudGuardDataSource that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/cloud_guard_data_source#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciCloudGuardDataSource 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/cloud_guard_data_source oci_cloud_guard_data_source} 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 DataOciCloudGuardDataSourceConfig
*/
constructor(scope: Construct, id: string, config: DataOciCloudGuardDataSourceConfig);
get compartmentId(): string;
private _dataSourceDetails;
get dataSourceDetails(): DataOciCloudGuardDataSourceDataSourceDetailsList;
private _dataSourceDetectorMappingInfo;
get dataSourceDetectorMappingInfo(): DataOciCloudGuardDataSourceDataSourceDetectorMappingInfoList;
get dataSourceFeedProvider(): string;
private _dataSourceId?;
get dataSourceId(): string;
set dataSourceId(value: string);
get dataSourceIdInput(): string | undefined;
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get id(): string;
private _regionStatusDetail;
get regionStatusDetail(): DataOciCloudGuardDataSourceRegionStatusDetailList;
get state(): string;
get status(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeUpdated(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}