@cdktn/provider-newrelic 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +198156 -0
- package/LICENSE +355 -0
- package/README.md +94 -0
- package/lib/account-management/index.d.ts +122 -0
- package/lib/account-management/index.js +293 -0
- package/lib/alert-channel/index.d.ts +351 -0
- package/lib/alert-channel/index.js +769 -0
- package/lib/alert-compound-condition/index.d.ts +233 -0
- package/lib/alert-compound-condition/index.js +506 -0
- package/lib/alert-condition/index.d.ts +271 -0
- package/lib/alert-condition/index.js +558 -0
- package/lib/alert-muting-rule/index.d.ts +309 -0
- package/lib/alert-muting-rule/index.js +714 -0
- package/lib/alert-policy/index.d.ts +91 -0
- package/lib/alert-policy/index.js +174 -0
- package/lib/alert-policy-channel/index.d.ts +114 -0
- package/lib/alert-policy-channel/index.js +258 -0
- package/lib/api-access-key/index.d.ts +102 -0
- package/lib/api-access-key/index.js +220 -0
- package/lib/application-settings/index.d.ts +414 -0
- package/lib/application-settings/index.js +944 -0
- package/lib/browser-application/index.d.ts +149 -0
- package/lib/browser-application/index.js +341 -0
- package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +199 -0
- package/lib/cloud-aws-eu-sovereign-integrations/index.js +481 -0
- package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +90 -0
- package/lib/cloud-aws-eu-sovereign-link-account/index.js +171 -0
- package/lib/cloud-aws-govcloud-integrations/index.d.ts +1523 -0
- package/lib/cloud-aws-govcloud-integrations/index.js +3776 -0
- package/lib/cloud-aws-govcloud-link-account/index.d.ts +90 -0
- package/lib/cloud-aws-govcloud-link-account/index.js +171 -0
- package/lib/cloud-aws-integrations/index.d.ts +3345 -0
- package/lib/cloud-aws-integrations/index.js +8599 -0
- package/lib/cloud-aws-link-account/index.d.ts +90 -0
- package/lib/cloud-aws-link-account/index.js +171 -0
- package/lib/cloud-azure-integrations/index.d.ts +1666 -0
- package/lib/cloud-azure-integrations/index.js +4361 -0
- package/lib/cloud-azure-link-account/index.d.ts +109 -0
- package/lib/cloud-azure-link-account/index.js +204 -0
- package/lib/cloud-gcp-integrations/index.d.ts +1049 -0
- package/lib/cloud-gcp-integrations/index.js +2810 -0
- package/lib/cloud-gcp-link-account/index.d.ts +79 -0
- package/lib/cloud-gcp-link-account/index.js +150 -0
- package/lib/cloud-oci-link-account/index.d.ts +195 -0
- package/lib/cloud-oci-link-account/index.js +366 -0
- package/lib/data-newrelic-account/index.d.ts +82 -0
- package/lib/data-newrelic-account/index.js +160 -0
- package/lib/data-newrelic-alert-channel/index.d.ts +126 -0
- package/lib/data-newrelic-alert-channel/index.js +298 -0
- package/lib/data-newrelic-alert-policy/index.d.ts +82 -0
- package/lib/data-newrelic-alert-policy/index.js +161 -0
- package/lib/data-newrelic-application/index.d.ts +60 -0
- package/lib/data-newrelic-application/index.js +122 -0
- package/lib/data-newrelic-authentication-domain/index.d.ts +47 -0
- package/lib/data-newrelic-authentication-domain/index.js +97 -0
- package/lib/data-newrelic-cloud-account/index.d.ts +79 -0
- package/lib/data-newrelic-cloud-account/index.js +150 -0
- package/lib/data-newrelic-entity/index.d.ts +189 -0
- package/lib/data-newrelic-entity/index.js +401 -0
- package/lib/data-newrelic-group/index.d.ts +58 -0
- package/lib/data-newrelic-group/index.js +116 -0
- package/lib/data-newrelic-key-transaction/index.d.ts +82 -0
- package/lib/data-newrelic-key-transaction/index.js +161 -0
- package/lib/data-newrelic-notification-destination/index.d.ts +165 -0
- package/lib/data-newrelic-notification-destination/index.js +372 -0
- package/lib/data-newrelic-obfuscation-expression/index.d.ts +69 -0
- package/lib/data-newrelic-obfuscation-expression/index.js +132 -0
- package/lib/data-newrelic-service-level-alert-helper/index.d.ts +111 -0
- package/lib/data-newrelic-service-level-alert-helper/index.js +244 -0
- package/lib/data-newrelic-synthetics-private-location/index.d.ts +80 -0
- package/lib/data-newrelic-synthetics-private-location/index.js +153 -0
- package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +71 -0
- package/lib/data-newrelic-synthetics-secure-credential/index.js +140 -0
- package/lib/data-newrelic-test-grok-pattern/index.d.ts +149 -0
- package/lib/data-newrelic-test-grok-pattern/index.js +318 -0
- package/lib/data-newrelic-user/index.d.ts +69 -0
- package/lib/data-newrelic-user/index.js +136 -0
- package/lib/data-partition-rule/index.d.ts +146 -0
- package/lib/data-partition-rule/index.js +319 -0
- package/lib/entity-tags/index.d.ts +156 -0
- package/lib/entity-tags/index.js +368 -0
- package/lib/events-to-metrics-rule/index.d.ts +102 -0
- package/lib/events-to-metrics-rule/index.js +196 -0
- package/lib/group/index.d.ts +79 -0
- package/lib/group/index.js +150 -0
- package/lib/index.d.ts +74 -0
- package/lib/index.js +80 -0
- package/lib/infra-alert-condition/index.d.ts +293 -0
- package/lib/infra-alert-condition/index.js +665 -0
- package/lib/insights-event/index.d.ts +186 -0
- package/lib/insights-event/index.js +425 -0
- package/lib/key-transaction/index.d.ts +100 -0
- package/lib/key-transaction/index.js +191 -0
- package/lib/lazy-index.d.ts +4 -0
- package/lib/lazy-index.js +77 -0
- package/lib/log-parsing-rule/index.d.ts +132 -0
- package/lib/log-parsing-rule/index.js +250 -0
- package/lib/monitor-downtime/index.d.ts +259 -0
- package/lib/monitor-downtime/index.js +594 -0
- package/lib/notification-channel/index.d.ts +240 -0
- package/lib/notification-channel/index.js +546 -0
- package/lib/notification-destination/index.d.ts +406 -0
- package/lib/notification-destination/index.js +1030 -0
- package/lib/nrql-alert-condition/index.d.ts +976 -0
- package/lib/nrql-alert-condition/index.js +2320 -0
- package/lib/nrql-drop-rule/index.d.ts +127 -0
- package/lib/nrql-drop-rule/index.js +287 -0
- package/lib/obfuscation-expression/index.d.ts +90 -0
- package/lib/obfuscation-expression/index.js +171 -0
- package/lib/obfuscation-rule/index.d.ts +173 -0
- package/lib/obfuscation-rule/index.js +361 -0
- package/lib/one-dashboard/index-structs/index.d.ts +6 -0
- package/lib/one-dashboard/index-structs/index.js +23 -0
- package/lib/one-dashboard/index-structs/structs0.d.ts +7000 -0
- package/lib/one-dashboard/index-structs/structs0.js +17966 -0
- package/lib/one-dashboard/index-structs/structs400.d.ts +3703 -0
- package/lib/one-dashboard/index-structs/structs400.js +9484 -0
- package/lib/one-dashboard/index.d.ts +116 -0
- package/lib/one-dashboard/index.js +246 -0
- package/lib/one-dashboard-json/index.d.ts +116 -0
- package/lib/one-dashboard-json/index.js +278 -0
- package/lib/one-dashboard-raw/index.d.ts +278 -0
- package/lib/one-dashboard-raw/index.js +646 -0
- package/lib/pipeline-cloud-rule/index.d.ts +90 -0
- package/lib/pipeline-cloud-rule/index.js +171 -0
- package/lib/provider/index.d.ts +164 -0
- package/lib/provider/index.js +354 -0
- package/lib/service-level/index.d.ts +505 -0
- package/lib/service-level/index.js +1429 -0
- package/lib/synthetics-alert-condition/index.d.ts +101 -0
- package/lib/synthetics-alert-condition/index.js +193 -0
- package/lib/synthetics-broken-links-monitor/index.d.ts +221 -0
- package/lib/synthetics-broken-links-monitor/index.js +455 -0
- package/lib/synthetics-cert-check-monitor/index.d.ts +226 -0
- package/lib/synthetics-cert-check-monitor/index.js +469 -0
- package/lib/synthetics-monitor/index.d.ts +408 -0
- package/lib/synthetics-monitor/index.js +843 -0
- package/lib/synthetics-multilocation-alert-condition/index.d.ts +181 -0
- package/lib/synthetics-multilocation-alert-condition/index.js +403 -0
- package/lib/synthetics-private-location/index.d.ts +94 -0
- package/lib/synthetics-private-location/index.js +187 -0
- package/lib/synthetics-script-monitor/index.d.ts +352 -0
- package/lib/synthetics-script-monitor/index.js +736 -0
- package/lib/synthetics-secure-credential/index.d.ts +136 -0
- package/lib/synthetics-secure-credential/index.js +300 -0
- package/lib/synthetics-step-monitor/index.d.ts +372 -0
- package/lib/synthetics-step-monitor/index.js +809 -0
- package/lib/user/index.d.ts +89 -0
- package/lib/user/index.js +168 -0
- package/lib/workflow/index.d.ts +445 -0
- package/lib/workflow/index.js +1058 -0
- package/lib/workload/index.d.ts +518 -0
- package/lib/workload/index.js +1279 -0
- package/package.json +155 -0
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2021, 2026
|
|
3
|
+
* SPDX-License-Identifier: MPL-2.0
|
|
4
|
+
*/
|
|
5
|
+
import { Construct } from 'constructs';
|
|
6
|
+
import * as cdktn from 'cdktn';
|
|
7
|
+
export interface CloudAwsEuSovereignIntegrationsConfig extends cdktn.TerraformMetaArguments {
|
|
8
|
+
/**
|
|
9
|
+
* The ID of the account in New Relic.
|
|
10
|
+
*
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#account_id CloudAwsEuSovereignIntegrations#account_id}
|
|
12
|
+
*/
|
|
13
|
+
readonly accountId?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#id CloudAwsEuSovereignIntegrations#id}
|
|
16
|
+
*
|
|
17
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
readonly id?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The ID of the linked AWS EU Sovereign account in New Relic.
|
|
23
|
+
*
|
|
24
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#linked_account_id CloudAwsEuSovereignIntegrations#linked_account_id}
|
|
25
|
+
*/
|
|
26
|
+
readonly linkedAccountId: number;
|
|
27
|
+
/**
|
|
28
|
+
* billing block
|
|
29
|
+
*
|
|
30
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#billing CloudAwsEuSovereignIntegrations#billing}
|
|
31
|
+
*/
|
|
32
|
+
readonly billing?: CloudAwsEuSovereignIntegrationsBilling;
|
|
33
|
+
/**
|
|
34
|
+
* cloudtrail block
|
|
35
|
+
*
|
|
36
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#cloudtrail CloudAwsEuSovereignIntegrations#cloudtrail}
|
|
37
|
+
*/
|
|
38
|
+
readonly cloudtrail?: CloudAwsEuSovereignIntegrationsCloudtrail;
|
|
39
|
+
/**
|
|
40
|
+
* x_ray block
|
|
41
|
+
*
|
|
42
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#x_ray CloudAwsEuSovereignIntegrations#x_ray}
|
|
43
|
+
*/
|
|
44
|
+
readonly xRay?: CloudAwsEuSovereignIntegrationsXRay;
|
|
45
|
+
}
|
|
46
|
+
export interface CloudAwsEuSovereignIntegrationsBilling {
|
|
47
|
+
/**
|
|
48
|
+
* The data polling interval in seconds
|
|
49
|
+
*
|
|
50
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#metrics_polling_interval CloudAwsEuSovereignIntegrations#metrics_polling_interval}
|
|
51
|
+
*/
|
|
52
|
+
readonly metricsPollingInterval?: number;
|
|
53
|
+
}
|
|
54
|
+
export declare function cloudAwsEuSovereignIntegrationsBillingToTerraform(struct?: CloudAwsEuSovereignIntegrationsBillingOutputReference | CloudAwsEuSovereignIntegrationsBilling): any;
|
|
55
|
+
export declare function cloudAwsEuSovereignIntegrationsBillingToHclTerraform(struct?: CloudAwsEuSovereignIntegrationsBillingOutputReference | CloudAwsEuSovereignIntegrationsBilling): any;
|
|
56
|
+
export declare class CloudAwsEuSovereignIntegrationsBillingOutputReference extends cdktn.ComplexObject {
|
|
57
|
+
private isEmptyObject;
|
|
58
|
+
/**
|
|
59
|
+
* @param terraformResource The parent resource
|
|
60
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
61
|
+
*/
|
|
62
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
63
|
+
get internalValue(): CloudAwsEuSovereignIntegrationsBilling | undefined;
|
|
64
|
+
set internalValue(value: CloudAwsEuSovereignIntegrationsBilling | undefined);
|
|
65
|
+
private _metricsPollingInterval?;
|
|
66
|
+
get metricsPollingInterval(): number;
|
|
67
|
+
set metricsPollingInterval(value: number);
|
|
68
|
+
resetMetricsPollingInterval(): void;
|
|
69
|
+
get metricsPollingIntervalInput(): number | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface CloudAwsEuSovereignIntegrationsCloudtrail {
|
|
72
|
+
/**
|
|
73
|
+
* Specify each AWS region that includes the resources that you want to monitor
|
|
74
|
+
*
|
|
75
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#aws_regions CloudAwsEuSovereignIntegrations#aws_regions}
|
|
76
|
+
*/
|
|
77
|
+
readonly awsRegions?: string[];
|
|
78
|
+
/**
|
|
79
|
+
* The data polling interval in seconds
|
|
80
|
+
*
|
|
81
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#metrics_polling_interval CloudAwsEuSovereignIntegrations#metrics_polling_interval}
|
|
82
|
+
*/
|
|
83
|
+
readonly metricsPollingInterval?: number;
|
|
84
|
+
}
|
|
85
|
+
export declare function cloudAwsEuSovereignIntegrationsCloudtrailToTerraform(struct?: CloudAwsEuSovereignIntegrationsCloudtrailOutputReference | CloudAwsEuSovereignIntegrationsCloudtrail): any;
|
|
86
|
+
export declare function cloudAwsEuSovereignIntegrationsCloudtrailToHclTerraform(struct?: CloudAwsEuSovereignIntegrationsCloudtrailOutputReference | CloudAwsEuSovereignIntegrationsCloudtrail): any;
|
|
87
|
+
export declare class CloudAwsEuSovereignIntegrationsCloudtrailOutputReference extends cdktn.ComplexObject {
|
|
88
|
+
private isEmptyObject;
|
|
89
|
+
/**
|
|
90
|
+
* @param terraformResource The parent resource
|
|
91
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
92
|
+
*/
|
|
93
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
94
|
+
get internalValue(): CloudAwsEuSovereignIntegrationsCloudtrail | undefined;
|
|
95
|
+
set internalValue(value: CloudAwsEuSovereignIntegrationsCloudtrail | undefined);
|
|
96
|
+
private _awsRegions?;
|
|
97
|
+
get awsRegions(): string[];
|
|
98
|
+
set awsRegions(value: string[]);
|
|
99
|
+
resetAwsRegions(): void;
|
|
100
|
+
get awsRegionsInput(): string[] | undefined;
|
|
101
|
+
private _metricsPollingInterval?;
|
|
102
|
+
get metricsPollingInterval(): number;
|
|
103
|
+
set metricsPollingInterval(value: number);
|
|
104
|
+
resetMetricsPollingInterval(): void;
|
|
105
|
+
get metricsPollingIntervalInput(): number | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface CloudAwsEuSovereignIntegrationsXRay {
|
|
108
|
+
/**
|
|
109
|
+
* Specify each AWS region that includes the resources that you want to monitor
|
|
110
|
+
*
|
|
111
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#aws_regions CloudAwsEuSovereignIntegrations#aws_regions}
|
|
112
|
+
*/
|
|
113
|
+
readonly awsRegions?: string[];
|
|
114
|
+
/**
|
|
115
|
+
* The data polling interval in seconds
|
|
116
|
+
*
|
|
117
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#metrics_polling_interval CloudAwsEuSovereignIntegrations#metrics_polling_interval}
|
|
118
|
+
*/
|
|
119
|
+
readonly metricsPollingInterval?: number;
|
|
120
|
+
}
|
|
121
|
+
export declare function cloudAwsEuSovereignIntegrationsXRayToTerraform(struct?: CloudAwsEuSovereignIntegrationsXRayOutputReference | CloudAwsEuSovereignIntegrationsXRay): any;
|
|
122
|
+
export declare function cloudAwsEuSovereignIntegrationsXRayToHclTerraform(struct?: CloudAwsEuSovereignIntegrationsXRayOutputReference | CloudAwsEuSovereignIntegrationsXRay): any;
|
|
123
|
+
export declare class CloudAwsEuSovereignIntegrationsXRayOutputReference extends cdktn.ComplexObject {
|
|
124
|
+
private isEmptyObject;
|
|
125
|
+
/**
|
|
126
|
+
* @param terraformResource The parent resource
|
|
127
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
128
|
+
*/
|
|
129
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
130
|
+
get internalValue(): CloudAwsEuSovereignIntegrationsXRay | undefined;
|
|
131
|
+
set internalValue(value: CloudAwsEuSovereignIntegrationsXRay | undefined);
|
|
132
|
+
private _awsRegions?;
|
|
133
|
+
get awsRegions(): string[];
|
|
134
|
+
set awsRegions(value: string[]);
|
|
135
|
+
resetAwsRegions(): void;
|
|
136
|
+
get awsRegionsInput(): string[] | undefined;
|
|
137
|
+
private _metricsPollingInterval?;
|
|
138
|
+
get metricsPollingInterval(): number;
|
|
139
|
+
set metricsPollingInterval(value: number);
|
|
140
|
+
resetMetricsPollingInterval(): void;
|
|
141
|
+
get metricsPollingIntervalInput(): number | undefined;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations newrelic_cloud_aws_eu_sovereign_integrations}
|
|
145
|
+
*/
|
|
146
|
+
export declare class CloudAwsEuSovereignIntegrations extends cdktn.TerraformResource {
|
|
147
|
+
static readonly tfResourceType = "newrelic_cloud_aws_eu_sovereign_integrations";
|
|
148
|
+
/**
|
|
149
|
+
* Generates CDKTN code for importing a CloudAwsEuSovereignIntegrations resource upon running "cdktn plan <stack-name>"
|
|
150
|
+
* @param scope The scope in which to define this construct
|
|
151
|
+
* @param importToId The construct id used in the generated config for the CloudAwsEuSovereignIntegrations to import
|
|
152
|
+
* @param importFromId The id of the existing CloudAwsEuSovereignIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations#import import section} in the documentation of this resource for the id to use
|
|
153
|
+
* @param provider? Optional instance of the provider where the CloudAwsEuSovereignIntegrations to import is found
|
|
154
|
+
*/
|
|
155
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
156
|
+
/**
|
|
157
|
+
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.80.2/docs/resources/cloud_aws_eu_sovereign_integrations newrelic_cloud_aws_eu_sovereign_integrations} Resource
|
|
158
|
+
*
|
|
159
|
+
* @param scope The scope in which to define this construct
|
|
160
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
161
|
+
* @param options CloudAwsEuSovereignIntegrationsConfig
|
|
162
|
+
*/
|
|
163
|
+
constructor(scope: Construct, id: string, config: CloudAwsEuSovereignIntegrationsConfig);
|
|
164
|
+
private _accountId?;
|
|
165
|
+
get accountId(): number;
|
|
166
|
+
set accountId(value: number);
|
|
167
|
+
resetAccountId(): void;
|
|
168
|
+
get accountIdInput(): number | undefined;
|
|
169
|
+
private _id?;
|
|
170
|
+
get id(): string;
|
|
171
|
+
set id(value: string);
|
|
172
|
+
resetId(): void;
|
|
173
|
+
get idInput(): string | undefined;
|
|
174
|
+
private _linkedAccountId?;
|
|
175
|
+
get linkedAccountId(): number;
|
|
176
|
+
set linkedAccountId(value: number);
|
|
177
|
+
get linkedAccountIdInput(): number | undefined;
|
|
178
|
+
private _billing;
|
|
179
|
+
get billing(): CloudAwsEuSovereignIntegrationsBillingOutputReference;
|
|
180
|
+
putBilling(value: CloudAwsEuSovereignIntegrationsBilling): void;
|
|
181
|
+
resetBilling(): void;
|
|
182
|
+
get billingInput(): CloudAwsEuSovereignIntegrationsBilling | undefined;
|
|
183
|
+
private _cloudtrail;
|
|
184
|
+
get cloudtrail(): CloudAwsEuSovereignIntegrationsCloudtrailOutputReference;
|
|
185
|
+
putCloudtrail(value: CloudAwsEuSovereignIntegrationsCloudtrail): void;
|
|
186
|
+
resetCloudtrail(): void;
|
|
187
|
+
get cloudtrailInput(): CloudAwsEuSovereignIntegrationsCloudtrail | undefined;
|
|
188
|
+
private _xRay;
|
|
189
|
+
get xRay(): CloudAwsEuSovereignIntegrationsXRayOutputReference;
|
|
190
|
+
putXRay(value: CloudAwsEuSovereignIntegrationsXRay): void;
|
|
191
|
+
resetXRay(): void;
|
|
192
|
+
get xRayInput(): CloudAwsEuSovereignIntegrationsXRay | undefined;
|
|
193
|
+
protected synthesizeAttributes(): {
|
|
194
|
+
[name: string]: any;
|
|
195
|
+
};
|
|
196
|
+
protected synthesizeHclAttributes(): {
|
|
197
|
+
[name: string]: any;
|
|
198
|
+
};
|
|
199
|
+
}
|