UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

173 lines (172 loc) 10.5 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciLogAnalyticsNamespaceIngestTimeRuleConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_ingest_time_rule#ingest_time_rule_id DataOciLogAnalyticsNamespaceIngestTimeRule#ingest_time_rule_id} */ readonly ingestTimeRuleId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_ingest_time_rule#namespace DataOciLogAnalyticsNamespaceIngestTimeRule#namespace} */ readonly namespace: string; } export interface DataOciLogAnalyticsNamespaceIngestTimeRuleActions { } export declare function dataOciLogAnalyticsNamespaceIngestTimeRuleActionsToTerraform(struct?: DataOciLogAnalyticsNamespaceIngestTimeRuleActions): any; export declare function dataOciLogAnalyticsNamespaceIngestTimeRuleActionsToHclTerraform(struct?: DataOciLogAnalyticsNamespaceIngestTimeRuleActions): any; export declare class DataOciLogAnalyticsNamespaceIngestTimeRuleActionsOutputReference 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(): DataOciLogAnalyticsNamespaceIngestTimeRuleActions | undefined; set internalValue(value: DataOciLogAnalyticsNamespaceIngestTimeRuleActions | undefined); get compartmentId(): string; get dimensions(): string[]; get metricName(): string; get namespace(): string; get resourceGroup(): string; get type(): string; } export declare class DataOciLogAnalyticsNamespaceIngestTimeRuleActionsList 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): DataOciLogAnalyticsNamespaceIngestTimeRuleActionsOutputReference; } export interface DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditions { } export declare function dataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditionsToTerraform(struct?: DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditions): any; export declare function dataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditionsToHclTerraform(struct?: DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditions): any; export declare class DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditionsOutputReference 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(): DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditions | undefined; set internalValue(value: DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditions | undefined); get conditionField(): string; get conditionOperator(): string; get conditionValue(): string; } export declare class DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditionsList 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): DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditionsOutputReference; } export interface DataOciLogAnalyticsNamespaceIngestTimeRuleConditions { } export declare function dataOciLogAnalyticsNamespaceIngestTimeRuleConditionsToTerraform(struct?: DataOciLogAnalyticsNamespaceIngestTimeRuleConditions): any; export declare function dataOciLogAnalyticsNamespaceIngestTimeRuleConditionsToHclTerraform(struct?: DataOciLogAnalyticsNamespaceIngestTimeRuleConditions): any; export declare class DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsOutputReference 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(): DataOciLogAnalyticsNamespaceIngestTimeRuleConditions | undefined; set internalValue(value: DataOciLogAnalyticsNamespaceIngestTimeRuleConditions | undefined); private _additionalConditions; get additionalConditions(): DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsAdditionalConditionsList; get fieldName(): string; get fieldOperator(): string; get fieldValue(): string; get kind(): string; } export declare class DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsList 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): DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_ingest_time_rule oci_log_analytics_namespace_ingest_time_rule} */ export declare class DataOciLogAnalyticsNamespaceIngestTimeRule extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_log_analytics_namespace_ingest_time_rule"; /** * Generates CDKTF code for importing a DataOciLogAnalyticsNamespaceIngestTimeRule 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 DataOciLogAnalyticsNamespaceIngestTimeRule to import * @param importFromId The id of the existing DataOciLogAnalyticsNamespaceIngestTimeRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/log_analytics_namespace_ingest_time_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciLogAnalyticsNamespaceIngestTimeRule 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_namespace_ingest_time_rule oci_log_analytics_namespace_ingest_time_rule} 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 DataOciLogAnalyticsNamespaceIngestTimeRuleConfig */ constructor(scope: Construct, id: string, config: DataOciLogAnalyticsNamespaceIngestTimeRuleConfig); private _actions; get actions(): DataOciLogAnalyticsNamespaceIngestTimeRuleActionsList; get compartmentId(): string; private _conditions; get conditions(): DataOciLogAnalyticsNamespaceIngestTimeRuleConditionsList; private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; private _ingestTimeRuleId?; get ingestTimeRuleId(): string; set ingestTimeRuleId(value: string); get ingestTimeRuleIdInput(): string | undefined; get isEnabled(): cdktf.IResolvable; private _namespace?; get namespace(): string; set namespace(value: string); get namespaceInput(): string | undefined; get state(): string; get timeCreated(): string; get timeUpdated(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }