pulumi-newrelic 5.22.0__py3-none-any.whl → 5.58.0a1763707205__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-newrelic might be problematic. Click here for more details.
- pulumi_newrelic/__init__.py +28 -1
- pulumi_newrelic/_inputs.py +10385 -2976
- pulumi_newrelic/_utilities.py +50 -10
- pulumi_newrelic/account_management.py +48 -42
- pulumi_newrelic/alert_channel.py +165 -175
- pulumi_newrelic/alert_condition.py +307 -319
- pulumi_newrelic/alert_muting_rule.py +193 -140
- pulumi_newrelic/alert_policy.py +121 -117
- pulumi_newrelic/alert_policy_channel.py +89 -79
- pulumi_newrelic/api_access_key.py +195 -193
- pulumi_newrelic/browser_application.py +120 -114
- pulumi_newrelic/cloud/__init__.py +3 -1
- pulumi_newrelic/cloud/_inputs.py +4267 -2714
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +206 -196
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +143 -228
- pulumi_newrelic/cloud/aws_integrations.py +510 -1490
- pulumi_newrelic/cloud/aws_link_account.py +80 -76
- pulumi_newrelic/cloud/azure_integrations.py +673 -587
- pulumi_newrelic/cloud/azure_link_account.py +121 -117
- pulumi_newrelic/cloud/gcp_integrations.py +428 -408
- pulumi_newrelic/cloud/gcp_link_account.py +65 -61
- pulumi_newrelic/cloud/oci_link_account.py +926 -0
- pulumi_newrelic/cloud/outputs.py +1678 -2321
- pulumi_newrelic/config/__init__.py +2 -1
- pulumi_newrelic/config/__init__.pyi +8 -3
- pulumi_newrelic/config/vars.py +22 -17
- pulumi_newrelic/data_partition_rule.py +119 -117
- pulumi_newrelic/entity_tags.py +111 -53
- pulumi_newrelic/events_to_metrics_rule.py +106 -102
- pulumi_newrelic/get_account.py +41 -33
- pulumi_newrelic/get_alert_channel.py +73 -28
- pulumi_newrelic/get_alert_policy.py +82 -33
- pulumi_newrelic/get_application.py +51 -43
- pulumi_newrelic/get_authentication_domain.py +27 -23
- pulumi_newrelic/get_cloud_account.py +43 -35
- pulumi_newrelic/get_entity.py +126 -183
- pulumi_newrelic/get_group.py +76 -31
- pulumi_newrelic/get_key_transaction.py +117 -42
- pulumi_newrelic/get_notification_destination.py +75 -38
- pulumi_newrelic/get_obfuscation_expression.py +47 -39
- pulumi_newrelic/get_service_level_alert_helper.py +189 -171
- pulumi_newrelic/get_test_grok_pattern.py +47 -36
- pulumi_newrelic/get_user.py +39 -31
- pulumi_newrelic/group.py +59 -199
- pulumi_newrelic/infra_alert_condition.py +399 -405
- pulumi_newrelic/insights/__init__.py +2 -1
- pulumi_newrelic/insights/_inputs.py +71 -28
- pulumi_newrelic/insights/event.py +54 -52
- pulumi_newrelic/insights/outputs.py +28 -23
- pulumi_newrelic/key_transaction.py +465 -0
- pulumi_newrelic/log_parsing_rule.py +159 -157
- pulumi_newrelic/monitor_downtime.py +311 -331
- pulumi_newrelic/notification_channel.py +534 -464
- pulumi_newrelic/notification_destination.py +238 -141
- pulumi_newrelic/nrql_alert_condition.py +820 -614
- pulumi_newrelic/nrql_drop_rule.py +113 -151
- pulumi_newrelic/obfuscation_expression.py +80 -76
- pulumi_newrelic/obfuscation_rule.py +115 -109
- pulumi_newrelic/one_dashboard.py +110 -104
- pulumi_newrelic/one_dashboard_json.py +69 -63
- pulumi_newrelic/one_dashboard_raw.py +212 -206
- pulumi_newrelic/outputs.py +4936 -2234
- pulumi_newrelic/pipeline_cloud_rule.py +335 -0
- pulumi_newrelic/plugins/__init__.py +2 -1
- pulumi_newrelic/plugins/_inputs.py +519 -89
- pulumi_newrelic/plugins/application_settings.py +463 -187
- pulumi_newrelic/plugins/outputs.py +336 -74
- pulumi_newrelic/plugins/workload.py +313 -189
- pulumi_newrelic/provider.py +156 -142
- pulumi_newrelic/pulumi-plugin.json +2 -1
- pulumi_newrelic/service_level.py +263 -263
- pulumi_newrelic/synthetics/__init__.py +2 -1
- pulumi_newrelic/synthetics/_inputs.py +265 -108
- pulumi_newrelic/synthetics/alert_condition.py +170 -180
- pulumi_newrelic/synthetics/broken_links_monitor.py +297 -249
- pulumi_newrelic/synthetics/cert_check_monitor.py +306 -258
- pulumi_newrelic/synthetics/get_private_location.py +51 -47
- pulumi_newrelic/synthetics/get_secure_credential.py +39 -31
- pulumi_newrelic/synthetics/monitor.py +658 -460
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +211 -205
- pulumi_newrelic/synthetics/outputs.py +92 -87
- pulumi_newrelic/synthetics/private_location.py +118 -112
- pulumi_newrelic/synthetics/script_monitor.py +613 -373
- pulumi_newrelic/synthetics/secure_credential.py +97 -95
- pulumi_newrelic/synthetics/step_monitor.py +445 -275
- pulumi_newrelic/user.py +84 -80
- pulumi_newrelic/workflow.py +336 -322
- {pulumi_newrelic-5.22.0.dist-info → pulumi_newrelic-5.58.0a1763707205.dist-info}/METADATA +7 -6
- pulumi_newrelic-5.58.0a1763707205.dist-info/RECORD +92 -0
- {pulumi_newrelic-5.22.0.dist-info → pulumi_newrelic-5.58.0a1763707205.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.22.0.dist-info/RECORD +0 -89
- {pulumi_newrelic-5.22.0.dist-info → pulumi_newrelic-5.58.0a1763707205.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from .. import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ._inputs import *
|
|
@@ -16,13 +21,14 @@ __all__ = ['AwsIntegrationsArgs', 'AwsIntegrations']
|
|
|
16
21
|
@pulumi.input_type
|
|
17
22
|
class AwsIntegrationsArgs:
|
|
18
23
|
def __init__(__self__, *,
|
|
19
|
-
linked_account_id: pulumi.Input[
|
|
20
|
-
account_id: Optional[pulumi.Input[
|
|
24
|
+
linked_account_id: pulumi.Input[_builtins.str],
|
|
25
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
21
26
|
alb: Optional[pulumi.Input['AwsIntegrationsAlbArgs']] = None,
|
|
22
27
|
api_gateway: Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']] = None,
|
|
23
28
|
auto_scaling: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']] = None,
|
|
24
29
|
aws_app_sync: Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']] = None,
|
|
25
30
|
aws_athena: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']] = None,
|
|
31
|
+
aws_auto_discovery: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']] = None,
|
|
26
32
|
aws_cognito: Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']] = None,
|
|
27
33
|
aws_connect: Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']] = None,
|
|
28
34
|
aws_direct_connect: Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']] = None,
|
|
@@ -72,74 +78,14 @@ class AwsIntegrationsArgs:
|
|
|
72
78
|
x_ray: Optional[pulumi.Input['AwsIntegrationsXRayArgs']] = None):
|
|
73
79
|
"""
|
|
74
80
|
The set of arguments for constructing a AwsIntegrations resource.
|
|
75
|
-
:param pulumi.Input[
|
|
76
|
-
|
|
77
|
-
All other arguments are dependent on the services to be integrated, which have been listed in the collapsible section below. All of these are **optional** blocks that can be added in any required combination. **For details on arguments that can be used with each service, check out the `Integration` blocks section below.**
|
|
78
|
-
<details>
|
|
79
|
-
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
|
80
|
-
|
|
81
|
-
| Block | Description |
|
|
82
|
-
|-------------------------|-------------------------------|
|
|
83
|
-
| `alb` | ALB Integration |
|
|
84
|
-
| `api_gateway` | API Gateway Integration |
|
|
85
|
-
| `auto_scaling` | Auto Scaling Integration |
|
|
86
|
-
| `aws_app_sync` | AppSync Integration |
|
|
87
|
-
| `aws_athena` | Athena Integration |
|
|
88
|
-
| `aws_cognito` | Cognito Integration |
|
|
89
|
-
| `aws_connect` | Connect Integration |
|
|
90
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
|
91
|
-
| `aws_fsx` | FSx Integration |
|
|
92
|
-
| `aws_glue` | Glue Integration |
|
|
93
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
|
94
|
-
| `aws_media_convert` | MediaConvert Integration |
|
|
95
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
|
96
|
-
| `aws_mq` | MQ Integration |
|
|
97
|
-
| `aws_msk` | MSK Integration |
|
|
98
|
-
| `aws_neptune` | Neptune Integration |
|
|
99
|
-
| `aws_qldb` | QLDB Integration |
|
|
100
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
|
101
|
-
| `aws_states` | States Integration |
|
|
102
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
|
103
|
-
| `aws_waf` | WAF Integration |
|
|
104
|
-
| `aws_wafv2` | WAFv2 Integration |
|
|
105
|
-
| `billing` | Billing Integration |
|
|
106
|
-
| `cloudfront` | CloudFront Integration |
|
|
107
|
-
| `cloudtrail` | CloudTrail Integration |
|
|
108
|
-
| `doc_db` | DocumentDB Integration |
|
|
109
|
-
| `dynamodb` | DynamoDB Integration |
|
|
110
|
-
| `ebs` | EBS Integration |
|
|
111
|
-
| `ec2` | EC2 Integration |
|
|
112
|
-
| `ecs` | ECS Integration |
|
|
113
|
-
| `efs` | EFS Integration |
|
|
114
|
-
| `elasticache` | ElastiCache Integration |
|
|
115
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
|
116
|
-
| `elasticsearch` | Elasticsearch Integration |
|
|
117
|
-
| `elb` | ELB Integration |
|
|
118
|
-
| `emr` | EMR Integration |
|
|
119
|
-
| `health` | Health Integration |
|
|
120
|
-
| `iam` | IAM Integration |
|
|
121
|
-
| `iot` | IoT Integration |
|
|
122
|
-
| `kinesis` | Kinesis Integration |
|
|
123
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
|
124
|
-
| `lambda` | Lambda Integration |
|
|
125
|
-
| `rds` | RDS Integration |
|
|
126
|
-
| `redshift` | Redshift Integration |
|
|
127
|
-
| `route53` | Route53 Integration |
|
|
128
|
-
| `s3` | S3 Integration |
|
|
129
|
-
| `ses` | SES Integration |
|
|
130
|
-
| `sns` | SNS Integration |
|
|
131
|
-
| `sqs` | SQS Integration |
|
|
132
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
|
133
|
-
| `vpc` | VPC Integration |
|
|
134
|
-
| `x_ray` | X-Ray Integration |
|
|
135
|
-
|
|
136
|
-
</details>
|
|
137
|
-
:param pulumi.Input[int] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
81
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked AWS account in New Relic.
|
|
82
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
138
83
|
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb: ALB integration
|
|
139
84
|
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: API Gateway integration
|
|
140
|
-
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling:
|
|
85
|
+
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
|
141
86
|
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
|
142
87
|
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
|
88
|
+
:param pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs'] aws_auto_discovery: Aws Auto Discovery Integration
|
|
143
89
|
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
|
144
90
|
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
|
145
91
|
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
|
@@ -201,6 +147,8 @@ class AwsIntegrationsArgs:
|
|
|
201
147
|
pulumi.set(__self__, "aws_app_sync", aws_app_sync)
|
|
202
148
|
if aws_athena is not None:
|
|
203
149
|
pulumi.set(__self__, "aws_athena", aws_athena)
|
|
150
|
+
if aws_auto_discovery is not None:
|
|
151
|
+
pulumi.set(__self__, "aws_auto_discovery", aws_auto_discovery)
|
|
204
152
|
if aws_cognito is not None:
|
|
205
153
|
pulumi.set(__self__, "aws_cognito", aws_cognito)
|
|
206
154
|
if aws_connect is not None:
|
|
@@ -296,92 +244,31 @@ class AwsIntegrationsArgs:
|
|
|
296
244
|
if x_ray is not None:
|
|
297
245
|
pulumi.set(__self__, "x_ray", x_ray)
|
|
298
246
|
|
|
299
|
-
@property
|
|
247
|
+
@_builtins.property
|
|
300
248
|
@pulumi.getter(name="linkedAccountId")
|
|
301
|
-
def linked_account_id(self) -> pulumi.Input[
|
|
249
|
+
def linked_account_id(self) -> pulumi.Input[_builtins.str]:
|
|
302
250
|
"""
|
|
303
251
|
The ID of the linked AWS account in New Relic.
|
|
304
|
-
|
|
305
|
-
All other arguments are dependent on the services to be integrated, which have been listed in the collapsible section below. All of these are **optional** blocks that can be added in any required combination. **For details on arguments that can be used with each service, check out the `Integration` blocks section below.**
|
|
306
|
-
<details>
|
|
307
|
-
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
|
308
|
-
|
|
309
|
-
| Block | Description |
|
|
310
|
-
|-------------------------|-------------------------------|
|
|
311
|
-
| `alb` | ALB Integration |
|
|
312
|
-
| `api_gateway` | API Gateway Integration |
|
|
313
|
-
| `auto_scaling` | Auto Scaling Integration |
|
|
314
|
-
| `aws_app_sync` | AppSync Integration |
|
|
315
|
-
| `aws_athena` | Athena Integration |
|
|
316
|
-
| `aws_cognito` | Cognito Integration |
|
|
317
|
-
| `aws_connect` | Connect Integration |
|
|
318
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
|
319
|
-
| `aws_fsx` | FSx Integration |
|
|
320
|
-
| `aws_glue` | Glue Integration |
|
|
321
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
|
322
|
-
| `aws_media_convert` | MediaConvert Integration |
|
|
323
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
|
324
|
-
| `aws_mq` | MQ Integration |
|
|
325
|
-
| `aws_msk` | MSK Integration |
|
|
326
|
-
| `aws_neptune` | Neptune Integration |
|
|
327
|
-
| `aws_qldb` | QLDB Integration |
|
|
328
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
|
329
|
-
| `aws_states` | States Integration |
|
|
330
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
|
331
|
-
| `aws_waf` | WAF Integration |
|
|
332
|
-
| `aws_wafv2` | WAFv2 Integration |
|
|
333
|
-
| `billing` | Billing Integration |
|
|
334
|
-
| `cloudfront` | CloudFront Integration |
|
|
335
|
-
| `cloudtrail` | CloudTrail Integration |
|
|
336
|
-
| `doc_db` | DocumentDB Integration |
|
|
337
|
-
| `dynamodb` | DynamoDB Integration |
|
|
338
|
-
| `ebs` | EBS Integration |
|
|
339
|
-
| `ec2` | EC2 Integration |
|
|
340
|
-
| `ecs` | ECS Integration |
|
|
341
|
-
| `efs` | EFS Integration |
|
|
342
|
-
| `elasticache` | ElastiCache Integration |
|
|
343
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
|
344
|
-
| `elasticsearch` | Elasticsearch Integration |
|
|
345
|
-
| `elb` | ELB Integration |
|
|
346
|
-
| `emr` | EMR Integration |
|
|
347
|
-
| `health` | Health Integration |
|
|
348
|
-
| `iam` | IAM Integration |
|
|
349
|
-
| `iot` | IoT Integration |
|
|
350
|
-
| `kinesis` | Kinesis Integration |
|
|
351
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
|
352
|
-
| `lambda` | Lambda Integration |
|
|
353
|
-
| `rds` | RDS Integration |
|
|
354
|
-
| `redshift` | Redshift Integration |
|
|
355
|
-
| `route53` | Route53 Integration |
|
|
356
|
-
| `s3` | S3 Integration |
|
|
357
|
-
| `ses` | SES Integration |
|
|
358
|
-
| `sns` | SNS Integration |
|
|
359
|
-
| `sqs` | SQS Integration |
|
|
360
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
|
361
|
-
| `vpc` | VPC Integration |
|
|
362
|
-
| `x_ray` | X-Ray Integration |
|
|
363
|
-
|
|
364
|
-
</details>
|
|
365
252
|
"""
|
|
366
253
|
return pulumi.get(self, "linked_account_id")
|
|
367
254
|
|
|
368
255
|
@linked_account_id.setter
|
|
369
|
-
def linked_account_id(self, value: pulumi.Input[
|
|
256
|
+
def linked_account_id(self, value: pulumi.Input[_builtins.str]):
|
|
370
257
|
pulumi.set(self, "linked_account_id", value)
|
|
371
258
|
|
|
372
|
-
@property
|
|
259
|
+
@_builtins.property
|
|
373
260
|
@pulumi.getter(name="accountId")
|
|
374
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
261
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
375
262
|
"""
|
|
376
263
|
The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
377
264
|
"""
|
|
378
265
|
return pulumi.get(self, "account_id")
|
|
379
266
|
|
|
380
267
|
@account_id.setter
|
|
381
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
268
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
382
269
|
pulumi.set(self, "account_id", value)
|
|
383
270
|
|
|
384
|
-
@property
|
|
271
|
+
@_builtins.property
|
|
385
272
|
@pulumi.getter
|
|
386
273
|
def alb(self) -> Optional[pulumi.Input['AwsIntegrationsAlbArgs']]:
|
|
387
274
|
"""
|
|
@@ -393,7 +280,7 @@ class AwsIntegrationsArgs:
|
|
|
393
280
|
def alb(self, value: Optional[pulumi.Input['AwsIntegrationsAlbArgs']]):
|
|
394
281
|
pulumi.set(self, "alb", value)
|
|
395
282
|
|
|
396
|
-
@property
|
|
283
|
+
@_builtins.property
|
|
397
284
|
@pulumi.getter(name="apiGateway")
|
|
398
285
|
def api_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]:
|
|
399
286
|
"""
|
|
@@ -405,11 +292,11 @@ class AwsIntegrationsArgs:
|
|
|
405
292
|
def api_gateway(self, value: Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]):
|
|
406
293
|
pulumi.set(self, "api_gateway", value)
|
|
407
294
|
|
|
408
|
-
@property
|
|
295
|
+
@_builtins.property
|
|
409
296
|
@pulumi.getter(name="autoScaling")
|
|
410
297
|
def auto_scaling(self) -> Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]:
|
|
411
298
|
"""
|
|
412
|
-
|
|
299
|
+
AutoScaling integration
|
|
413
300
|
"""
|
|
414
301
|
return pulumi.get(self, "auto_scaling")
|
|
415
302
|
|
|
@@ -417,7 +304,7 @@ class AwsIntegrationsArgs:
|
|
|
417
304
|
def auto_scaling(self, value: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]):
|
|
418
305
|
pulumi.set(self, "auto_scaling", value)
|
|
419
306
|
|
|
420
|
-
@property
|
|
307
|
+
@_builtins.property
|
|
421
308
|
@pulumi.getter(name="awsAppSync")
|
|
422
309
|
def aws_app_sync(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]:
|
|
423
310
|
"""
|
|
@@ -429,7 +316,7 @@ class AwsIntegrationsArgs:
|
|
|
429
316
|
def aws_app_sync(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]):
|
|
430
317
|
pulumi.set(self, "aws_app_sync", value)
|
|
431
318
|
|
|
432
|
-
@property
|
|
319
|
+
@_builtins.property
|
|
433
320
|
@pulumi.getter(name="awsAthena")
|
|
434
321
|
def aws_athena(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]:
|
|
435
322
|
"""
|
|
@@ -441,7 +328,19 @@ class AwsIntegrationsArgs:
|
|
|
441
328
|
def aws_athena(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]):
|
|
442
329
|
pulumi.set(self, "aws_athena", value)
|
|
443
330
|
|
|
444
|
-
@property
|
|
331
|
+
@_builtins.property
|
|
332
|
+
@pulumi.getter(name="awsAutoDiscovery")
|
|
333
|
+
def aws_auto_discovery(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]:
|
|
334
|
+
"""
|
|
335
|
+
Aws Auto Discovery Integration
|
|
336
|
+
"""
|
|
337
|
+
return pulumi.get(self, "aws_auto_discovery")
|
|
338
|
+
|
|
339
|
+
@aws_auto_discovery.setter
|
|
340
|
+
def aws_auto_discovery(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]):
|
|
341
|
+
pulumi.set(self, "aws_auto_discovery", value)
|
|
342
|
+
|
|
343
|
+
@_builtins.property
|
|
445
344
|
@pulumi.getter(name="awsCognito")
|
|
446
345
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
|
447
346
|
"""
|
|
@@ -453,7 +352,7 @@ class AwsIntegrationsArgs:
|
|
|
453
352
|
def aws_cognito(self, value: Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]):
|
|
454
353
|
pulumi.set(self, "aws_cognito", value)
|
|
455
354
|
|
|
456
|
-
@property
|
|
355
|
+
@_builtins.property
|
|
457
356
|
@pulumi.getter(name="awsConnect")
|
|
458
357
|
def aws_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]:
|
|
459
358
|
"""
|
|
@@ -465,7 +364,7 @@ class AwsIntegrationsArgs:
|
|
|
465
364
|
def aws_connect(self, value: Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]):
|
|
466
365
|
pulumi.set(self, "aws_connect", value)
|
|
467
366
|
|
|
468
|
-
@property
|
|
367
|
+
@_builtins.property
|
|
469
368
|
@pulumi.getter(name="awsDirectConnect")
|
|
470
369
|
def aws_direct_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]:
|
|
471
370
|
"""
|
|
@@ -477,7 +376,7 @@ class AwsIntegrationsArgs:
|
|
|
477
376
|
def aws_direct_connect(self, value: Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]):
|
|
478
377
|
pulumi.set(self, "aws_direct_connect", value)
|
|
479
378
|
|
|
480
|
-
@property
|
|
379
|
+
@_builtins.property
|
|
481
380
|
@pulumi.getter(name="awsFsx")
|
|
482
381
|
def aws_fsx(self) -> Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]:
|
|
483
382
|
"""
|
|
@@ -489,7 +388,7 @@ class AwsIntegrationsArgs:
|
|
|
489
388
|
def aws_fsx(self, value: Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]):
|
|
490
389
|
pulumi.set(self, "aws_fsx", value)
|
|
491
390
|
|
|
492
|
-
@property
|
|
391
|
+
@_builtins.property
|
|
493
392
|
@pulumi.getter(name="awsGlue")
|
|
494
393
|
def aws_glue(self) -> Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]:
|
|
495
394
|
"""
|
|
@@ -501,7 +400,7 @@ class AwsIntegrationsArgs:
|
|
|
501
400
|
def aws_glue(self, value: Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]):
|
|
502
401
|
pulumi.set(self, "aws_glue", value)
|
|
503
402
|
|
|
504
|
-
@property
|
|
403
|
+
@_builtins.property
|
|
505
404
|
@pulumi.getter(name="awsKinesisAnalytics")
|
|
506
405
|
def aws_kinesis_analytics(self) -> Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]:
|
|
507
406
|
"""
|
|
@@ -513,7 +412,7 @@ class AwsIntegrationsArgs:
|
|
|
513
412
|
def aws_kinesis_analytics(self, value: Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]):
|
|
514
413
|
pulumi.set(self, "aws_kinesis_analytics", value)
|
|
515
414
|
|
|
516
|
-
@property
|
|
415
|
+
@_builtins.property
|
|
517
416
|
@pulumi.getter(name="awsMediaConvert")
|
|
518
417
|
def aws_media_convert(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]:
|
|
519
418
|
"""
|
|
@@ -525,7 +424,7 @@ class AwsIntegrationsArgs:
|
|
|
525
424
|
def aws_media_convert(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]):
|
|
526
425
|
pulumi.set(self, "aws_media_convert", value)
|
|
527
426
|
|
|
528
|
-
@property
|
|
427
|
+
@_builtins.property
|
|
529
428
|
@pulumi.getter(name="awsMediaPackageVod")
|
|
530
429
|
def aws_media_package_vod(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]:
|
|
531
430
|
"""
|
|
@@ -537,7 +436,7 @@ class AwsIntegrationsArgs:
|
|
|
537
436
|
def aws_media_package_vod(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]):
|
|
538
437
|
pulumi.set(self, "aws_media_package_vod", value)
|
|
539
438
|
|
|
540
|
-
@property
|
|
439
|
+
@_builtins.property
|
|
541
440
|
@pulumi.getter(name="awsMq")
|
|
542
441
|
def aws_mq(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]:
|
|
543
442
|
"""
|
|
@@ -549,7 +448,7 @@ class AwsIntegrationsArgs:
|
|
|
549
448
|
def aws_mq(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]):
|
|
550
449
|
pulumi.set(self, "aws_mq", value)
|
|
551
450
|
|
|
552
|
-
@property
|
|
451
|
+
@_builtins.property
|
|
553
452
|
@pulumi.getter(name="awsMsk")
|
|
554
453
|
def aws_msk(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]:
|
|
555
454
|
"""
|
|
@@ -561,7 +460,7 @@ class AwsIntegrationsArgs:
|
|
|
561
460
|
def aws_msk(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]):
|
|
562
461
|
pulumi.set(self, "aws_msk", value)
|
|
563
462
|
|
|
564
|
-
@property
|
|
463
|
+
@_builtins.property
|
|
565
464
|
@pulumi.getter(name="awsNeptune")
|
|
566
465
|
def aws_neptune(self) -> Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]:
|
|
567
466
|
"""
|
|
@@ -573,7 +472,7 @@ class AwsIntegrationsArgs:
|
|
|
573
472
|
def aws_neptune(self, value: Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]):
|
|
574
473
|
pulumi.set(self, "aws_neptune", value)
|
|
575
474
|
|
|
576
|
-
@property
|
|
475
|
+
@_builtins.property
|
|
577
476
|
@pulumi.getter(name="awsQldb")
|
|
578
477
|
def aws_qldb(self) -> Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]:
|
|
579
478
|
"""
|
|
@@ -585,7 +484,7 @@ class AwsIntegrationsArgs:
|
|
|
585
484
|
def aws_qldb(self, value: Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]):
|
|
586
485
|
pulumi.set(self, "aws_qldb", value)
|
|
587
486
|
|
|
588
|
-
@property
|
|
487
|
+
@_builtins.property
|
|
589
488
|
@pulumi.getter(name="awsRoute53resolver")
|
|
590
489
|
def aws_route53resolver(self) -> Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]:
|
|
591
490
|
"""
|
|
@@ -597,7 +496,7 @@ class AwsIntegrationsArgs:
|
|
|
597
496
|
def aws_route53resolver(self, value: Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]):
|
|
598
497
|
pulumi.set(self, "aws_route53resolver", value)
|
|
599
498
|
|
|
600
|
-
@property
|
|
499
|
+
@_builtins.property
|
|
601
500
|
@pulumi.getter(name="awsStates")
|
|
602
501
|
def aws_states(self) -> Optional[pulumi.Input['AwsIntegrationsAwsStatesArgs']]:
|
|
603
502
|
"""
|
|
@@ -609,7 +508,7 @@ class AwsIntegrationsArgs:
|
|
|
609
508
|
def aws_states(self, value: Optional[pulumi.Input['AwsIntegrationsAwsStatesArgs']]):
|
|
610
509
|
pulumi.set(self, "aws_states", value)
|
|
611
510
|
|
|
612
|
-
@property
|
|
511
|
+
@_builtins.property
|
|
613
512
|
@pulumi.getter(name="awsTransitGateway")
|
|
614
513
|
def aws_transit_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]:
|
|
615
514
|
"""
|
|
@@ -621,7 +520,7 @@ class AwsIntegrationsArgs:
|
|
|
621
520
|
def aws_transit_gateway(self, value: Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]):
|
|
622
521
|
pulumi.set(self, "aws_transit_gateway", value)
|
|
623
522
|
|
|
624
|
-
@property
|
|
523
|
+
@_builtins.property
|
|
625
524
|
@pulumi.getter(name="awsWaf")
|
|
626
525
|
def aws_waf(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]:
|
|
627
526
|
"""
|
|
@@ -633,7 +532,7 @@ class AwsIntegrationsArgs:
|
|
|
633
532
|
def aws_waf(self, value: Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]):
|
|
634
533
|
pulumi.set(self, "aws_waf", value)
|
|
635
534
|
|
|
636
|
-
@property
|
|
535
|
+
@_builtins.property
|
|
637
536
|
@pulumi.getter(name="awsWafv2")
|
|
638
537
|
def aws_wafv2(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]:
|
|
639
538
|
"""
|
|
@@ -645,7 +544,7 @@ class AwsIntegrationsArgs:
|
|
|
645
544
|
def aws_wafv2(self, value: Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]):
|
|
646
545
|
pulumi.set(self, "aws_wafv2", value)
|
|
647
546
|
|
|
648
|
-
@property
|
|
547
|
+
@_builtins.property
|
|
649
548
|
@pulumi.getter
|
|
650
549
|
def billing(self) -> Optional[pulumi.Input['AwsIntegrationsBillingArgs']]:
|
|
651
550
|
"""
|
|
@@ -657,7 +556,7 @@ class AwsIntegrationsArgs:
|
|
|
657
556
|
def billing(self, value: Optional[pulumi.Input['AwsIntegrationsBillingArgs']]):
|
|
658
557
|
pulumi.set(self, "billing", value)
|
|
659
558
|
|
|
660
|
-
@property
|
|
559
|
+
@_builtins.property
|
|
661
560
|
@pulumi.getter
|
|
662
561
|
def cloudfront(self) -> Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]:
|
|
663
562
|
"""
|
|
@@ -669,7 +568,7 @@ class AwsIntegrationsArgs:
|
|
|
669
568
|
def cloudfront(self, value: Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]):
|
|
670
569
|
pulumi.set(self, "cloudfront", value)
|
|
671
570
|
|
|
672
|
-
@property
|
|
571
|
+
@_builtins.property
|
|
673
572
|
@pulumi.getter
|
|
674
573
|
def cloudtrail(self) -> Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]:
|
|
675
574
|
"""
|
|
@@ -681,7 +580,7 @@ class AwsIntegrationsArgs:
|
|
|
681
580
|
def cloudtrail(self, value: Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]):
|
|
682
581
|
pulumi.set(self, "cloudtrail", value)
|
|
683
582
|
|
|
684
|
-
@property
|
|
583
|
+
@_builtins.property
|
|
685
584
|
@pulumi.getter(name="docDb")
|
|
686
585
|
def doc_db(self) -> Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]:
|
|
687
586
|
"""
|
|
@@ -693,7 +592,7 @@ class AwsIntegrationsArgs:
|
|
|
693
592
|
def doc_db(self, value: Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]):
|
|
694
593
|
pulumi.set(self, "doc_db", value)
|
|
695
594
|
|
|
696
|
-
@property
|
|
595
|
+
@_builtins.property
|
|
697
596
|
@pulumi.getter
|
|
698
597
|
def dynamodb(self) -> Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]:
|
|
699
598
|
"""
|
|
@@ -705,7 +604,7 @@ class AwsIntegrationsArgs:
|
|
|
705
604
|
def dynamodb(self, value: Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]):
|
|
706
605
|
pulumi.set(self, "dynamodb", value)
|
|
707
606
|
|
|
708
|
-
@property
|
|
607
|
+
@_builtins.property
|
|
709
608
|
@pulumi.getter
|
|
710
609
|
def ebs(self) -> Optional[pulumi.Input['AwsIntegrationsEbsArgs']]:
|
|
711
610
|
"""
|
|
@@ -717,7 +616,7 @@ class AwsIntegrationsArgs:
|
|
|
717
616
|
def ebs(self, value: Optional[pulumi.Input['AwsIntegrationsEbsArgs']]):
|
|
718
617
|
pulumi.set(self, "ebs", value)
|
|
719
618
|
|
|
720
|
-
@property
|
|
619
|
+
@_builtins.property
|
|
721
620
|
@pulumi.getter
|
|
722
621
|
def ec2(self) -> Optional[pulumi.Input['AwsIntegrationsEc2Args']]:
|
|
723
622
|
"""
|
|
@@ -729,7 +628,7 @@ class AwsIntegrationsArgs:
|
|
|
729
628
|
def ec2(self, value: Optional[pulumi.Input['AwsIntegrationsEc2Args']]):
|
|
730
629
|
pulumi.set(self, "ec2", value)
|
|
731
630
|
|
|
732
|
-
@property
|
|
631
|
+
@_builtins.property
|
|
733
632
|
@pulumi.getter
|
|
734
633
|
def ecs(self) -> Optional[pulumi.Input['AwsIntegrationsEcsArgs']]:
|
|
735
634
|
"""
|
|
@@ -741,7 +640,7 @@ class AwsIntegrationsArgs:
|
|
|
741
640
|
def ecs(self, value: Optional[pulumi.Input['AwsIntegrationsEcsArgs']]):
|
|
742
641
|
pulumi.set(self, "ecs", value)
|
|
743
642
|
|
|
744
|
-
@property
|
|
643
|
+
@_builtins.property
|
|
745
644
|
@pulumi.getter
|
|
746
645
|
def efs(self) -> Optional[pulumi.Input['AwsIntegrationsEfsArgs']]:
|
|
747
646
|
"""
|
|
@@ -753,7 +652,7 @@ class AwsIntegrationsArgs:
|
|
|
753
652
|
def efs(self, value: Optional[pulumi.Input['AwsIntegrationsEfsArgs']]):
|
|
754
653
|
pulumi.set(self, "efs", value)
|
|
755
654
|
|
|
756
|
-
@property
|
|
655
|
+
@_builtins.property
|
|
757
656
|
@pulumi.getter
|
|
758
657
|
def elasticache(self) -> Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]:
|
|
759
658
|
"""
|
|
@@ -765,7 +664,7 @@ class AwsIntegrationsArgs:
|
|
|
765
664
|
def elasticache(self, value: Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]):
|
|
766
665
|
pulumi.set(self, "elasticache", value)
|
|
767
666
|
|
|
768
|
-
@property
|
|
667
|
+
@_builtins.property
|
|
769
668
|
@pulumi.getter
|
|
770
669
|
def elasticbeanstalk(self) -> Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]:
|
|
771
670
|
"""
|
|
@@ -777,7 +676,7 @@ class AwsIntegrationsArgs:
|
|
|
777
676
|
def elasticbeanstalk(self, value: Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]):
|
|
778
677
|
pulumi.set(self, "elasticbeanstalk", value)
|
|
779
678
|
|
|
780
|
-
@property
|
|
679
|
+
@_builtins.property
|
|
781
680
|
@pulumi.getter
|
|
782
681
|
def elasticsearch(self) -> Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]:
|
|
783
682
|
"""
|
|
@@ -789,7 +688,7 @@ class AwsIntegrationsArgs:
|
|
|
789
688
|
def elasticsearch(self, value: Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]):
|
|
790
689
|
pulumi.set(self, "elasticsearch", value)
|
|
791
690
|
|
|
792
|
-
@property
|
|
691
|
+
@_builtins.property
|
|
793
692
|
@pulumi.getter
|
|
794
693
|
def elb(self) -> Optional[pulumi.Input['AwsIntegrationsElbArgs']]:
|
|
795
694
|
"""
|
|
@@ -801,7 +700,7 @@ class AwsIntegrationsArgs:
|
|
|
801
700
|
def elb(self, value: Optional[pulumi.Input['AwsIntegrationsElbArgs']]):
|
|
802
701
|
pulumi.set(self, "elb", value)
|
|
803
702
|
|
|
804
|
-
@property
|
|
703
|
+
@_builtins.property
|
|
805
704
|
@pulumi.getter
|
|
806
705
|
def emr(self) -> Optional[pulumi.Input['AwsIntegrationsEmrArgs']]:
|
|
807
706
|
"""
|
|
@@ -813,7 +712,7 @@ class AwsIntegrationsArgs:
|
|
|
813
712
|
def emr(self, value: Optional[pulumi.Input['AwsIntegrationsEmrArgs']]):
|
|
814
713
|
pulumi.set(self, "emr", value)
|
|
815
714
|
|
|
816
|
-
@property
|
|
715
|
+
@_builtins.property
|
|
817
716
|
@pulumi.getter
|
|
818
717
|
def health(self) -> Optional[pulumi.Input['AwsIntegrationsHealthArgs']]:
|
|
819
718
|
"""
|
|
@@ -825,7 +724,7 @@ class AwsIntegrationsArgs:
|
|
|
825
724
|
def health(self, value: Optional[pulumi.Input['AwsIntegrationsHealthArgs']]):
|
|
826
725
|
pulumi.set(self, "health", value)
|
|
827
726
|
|
|
828
|
-
@property
|
|
727
|
+
@_builtins.property
|
|
829
728
|
@pulumi.getter
|
|
830
729
|
def iam(self) -> Optional[pulumi.Input['AwsIntegrationsIamArgs']]:
|
|
831
730
|
"""
|
|
@@ -837,7 +736,7 @@ class AwsIntegrationsArgs:
|
|
|
837
736
|
def iam(self, value: Optional[pulumi.Input['AwsIntegrationsIamArgs']]):
|
|
838
737
|
pulumi.set(self, "iam", value)
|
|
839
738
|
|
|
840
|
-
@property
|
|
739
|
+
@_builtins.property
|
|
841
740
|
@pulumi.getter
|
|
842
741
|
def iot(self) -> Optional[pulumi.Input['AwsIntegrationsIotArgs']]:
|
|
843
742
|
"""
|
|
@@ -849,7 +748,7 @@ class AwsIntegrationsArgs:
|
|
|
849
748
|
def iot(self, value: Optional[pulumi.Input['AwsIntegrationsIotArgs']]):
|
|
850
749
|
pulumi.set(self, "iot", value)
|
|
851
750
|
|
|
852
|
-
@property
|
|
751
|
+
@_builtins.property
|
|
853
752
|
@pulumi.getter
|
|
854
753
|
def kinesis(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]:
|
|
855
754
|
"""
|
|
@@ -861,7 +760,7 @@ class AwsIntegrationsArgs:
|
|
|
861
760
|
def kinesis(self, value: Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]):
|
|
862
761
|
pulumi.set(self, "kinesis", value)
|
|
863
762
|
|
|
864
|
-
@property
|
|
763
|
+
@_builtins.property
|
|
865
764
|
@pulumi.getter(name="kinesisFirehose")
|
|
866
765
|
def kinesis_firehose(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]:
|
|
867
766
|
"""
|
|
@@ -873,7 +772,7 @@ class AwsIntegrationsArgs:
|
|
|
873
772
|
def kinesis_firehose(self, value: Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]):
|
|
874
773
|
pulumi.set(self, "kinesis_firehose", value)
|
|
875
774
|
|
|
876
|
-
@property
|
|
775
|
+
@_builtins.property
|
|
877
776
|
@pulumi.getter(name="lambda")
|
|
878
777
|
def lambda_(self) -> Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]:
|
|
879
778
|
"""
|
|
@@ -885,7 +784,7 @@ class AwsIntegrationsArgs:
|
|
|
885
784
|
def lambda_(self, value: Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]):
|
|
886
785
|
pulumi.set(self, "lambda_", value)
|
|
887
786
|
|
|
888
|
-
@property
|
|
787
|
+
@_builtins.property
|
|
889
788
|
@pulumi.getter
|
|
890
789
|
def rds(self) -> Optional[pulumi.Input['AwsIntegrationsRdsArgs']]:
|
|
891
790
|
"""
|
|
@@ -897,7 +796,7 @@ class AwsIntegrationsArgs:
|
|
|
897
796
|
def rds(self, value: Optional[pulumi.Input['AwsIntegrationsRdsArgs']]):
|
|
898
797
|
pulumi.set(self, "rds", value)
|
|
899
798
|
|
|
900
|
-
@property
|
|
799
|
+
@_builtins.property
|
|
901
800
|
@pulumi.getter
|
|
902
801
|
def redshift(self) -> Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]:
|
|
903
802
|
"""
|
|
@@ -909,7 +808,7 @@ class AwsIntegrationsArgs:
|
|
|
909
808
|
def redshift(self, value: Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]):
|
|
910
809
|
pulumi.set(self, "redshift", value)
|
|
911
810
|
|
|
912
|
-
@property
|
|
811
|
+
@_builtins.property
|
|
913
812
|
@pulumi.getter
|
|
914
813
|
def route53(self) -> Optional[pulumi.Input['AwsIntegrationsRoute53Args']]:
|
|
915
814
|
"""
|
|
@@ -921,7 +820,7 @@ class AwsIntegrationsArgs:
|
|
|
921
820
|
def route53(self, value: Optional[pulumi.Input['AwsIntegrationsRoute53Args']]):
|
|
922
821
|
pulumi.set(self, "route53", value)
|
|
923
822
|
|
|
924
|
-
@property
|
|
823
|
+
@_builtins.property
|
|
925
824
|
@pulumi.getter
|
|
926
825
|
def s3(self) -> Optional[pulumi.Input['AwsIntegrationsS3Args']]:
|
|
927
826
|
"""
|
|
@@ -933,7 +832,7 @@ class AwsIntegrationsArgs:
|
|
|
933
832
|
def s3(self, value: Optional[pulumi.Input['AwsIntegrationsS3Args']]):
|
|
934
833
|
pulumi.set(self, "s3", value)
|
|
935
834
|
|
|
936
|
-
@property
|
|
835
|
+
@_builtins.property
|
|
937
836
|
@pulumi.getter
|
|
938
837
|
def ses(self) -> Optional[pulumi.Input['AwsIntegrationsSesArgs']]:
|
|
939
838
|
"""
|
|
@@ -945,7 +844,7 @@ class AwsIntegrationsArgs:
|
|
|
945
844
|
def ses(self, value: Optional[pulumi.Input['AwsIntegrationsSesArgs']]):
|
|
946
845
|
pulumi.set(self, "ses", value)
|
|
947
846
|
|
|
948
|
-
@property
|
|
847
|
+
@_builtins.property
|
|
949
848
|
@pulumi.getter
|
|
950
849
|
def sns(self) -> Optional[pulumi.Input['AwsIntegrationsSnsArgs']]:
|
|
951
850
|
"""
|
|
@@ -957,7 +856,7 @@ class AwsIntegrationsArgs:
|
|
|
957
856
|
def sns(self, value: Optional[pulumi.Input['AwsIntegrationsSnsArgs']]):
|
|
958
857
|
pulumi.set(self, "sns", value)
|
|
959
858
|
|
|
960
|
-
@property
|
|
859
|
+
@_builtins.property
|
|
961
860
|
@pulumi.getter
|
|
962
861
|
def sqs(self) -> Optional[pulumi.Input['AwsIntegrationsSqsArgs']]:
|
|
963
862
|
"""
|
|
@@ -969,7 +868,7 @@ class AwsIntegrationsArgs:
|
|
|
969
868
|
def sqs(self, value: Optional[pulumi.Input['AwsIntegrationsSqsArgs']]):
|
|
970
869
|
pulumi.set(self, "sqs", value)
|
|
971
870
|
|
|
972
|
-
@property
|
|
871
|
+
@_builtins.property
|
|
973
872
|
@pulumi.getter(name="trustedAdvisor")
|
|
974
873
|
def trusted_advisor(self) -> Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]:
|
|
975
874
|
"""
|
|
@@ -981,7 +880,7 @@ class AwsIntegrationsArgs:
|
|
|
981
880
|
def trusted_advisor(self, value: Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]):
|
|
982
881
|
pulumi.set(self, "trusted_advisor", value)
|
|
983
882
|
|
|
984
|
-
@property
|
|
883
|
+
@_builtins.property
|
|
985
884
|
@pulumi.getter
|
|
986
885
|
def vpc(self) -> Optional[pulumi.Input['AwsIntegrationsVpcArgs']]:
|
|
987
886
|
"""
|
|
@@ -993,7 +892,7 @@ class AwsIntegrationsArgs:
|
|
|
993
892
|
def vpc(self, value: Optional[pulumi.Input['AwsIntegrationsVpcArgs']]):
|
|
994
893
|
pulumi.set(self, "vpc", value)
|
|
995
894
|
|
|
996
|
-
@property
|
|
895
|
+
@_builtins.property
|
|
997
896
|
@pulumi.getter(name="xRay")
|
|
998
897
|
def x_ray(self) -> Optional[pulumi.Input['AwsIntegrationsXRayArgs']]:
|
|
999
898
|
"""
|
|
@@ -1009,12 +908,13 @@ class AwsIntegrationsArgs:
|
|
|
1009
908
|
@pulumi.input_type
|
|
1010
909
|
class _AwsIntegrationsState:
|
|
1011
910
|
def __init__(__self__, *,
|
|
1012
|
-
account_id: Optional[pulumi.Input[
|
|
911
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1013
912
|
alb: Optional[pulumi.Input['AwsIntegrationsAlbArgs']] = None,
|
|
1014
913
|
api_gateway: Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']] = None,
|
|
1015
914
|
auto_scaling: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']] = None,
|
|
1016
915
|
aws_app_sync: Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']] = None,
|
|
1017
916
|
aws_athena: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']] = None,
|
|
917
|
+
aws_auto_discovery: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']] = None,
|
|
1018
918
|
aws_cognito: Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']] = None,
|
|
1019
919
|
aws_connect: Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']] = None,
|
|
1020
920
|
aws_direct_connect: Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']] = None,
|
|
@@ -1052,7 +952,7 @@ class _AwsIntegrationsState:
|
|
|
1052
952
|
kinesis: Optional[pulumi.Input['AwsIntegrationsKinesisArgs']] = None,
|
|
1053
953
|
kinesis_firehose: Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']] = None,
|
|
1054
954
|
lambda_: Optional[pulumi.Input['AwsIntegrationsLambdaArgs']] = None,
|
|
1055
|
-
linked_account_id: Optional[pulumi.Input[
|
|
955
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1056
956
|
rds: Optional[pulumi.Input['AwsIntegrationsRdsArgs']] = None,
|
|
1057
957
|
redshift: Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']] = None,
|
|
1058
958
|
route53: Optional[pulumi.Input['AwsIntegrationsRoute53Args']] = None,
|
|
@@ -1065,12 +965,13 @@ class _AwsIntegrationsState:
|
|
|
1065
965
|
x_ray: Optional[pulumi.Input['AwsIntegrationsXRayArgs']] = None):
|
|
1066
966
|
"""
|
|
1067
967
|
Input properties used for looking up and filtering AwsIntegrations resources.
|
|
1068
|
-
:param pulumi.Input[
|
|
968
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1069
969
|
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb: ALB integration
|
|
1070
970
|
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: API Gateway integration
|
|
1071
|
-
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling:
|
|
971
|
+
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
|
1072
972
|
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
|
1073
973
|
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
|
974
|
+
:param pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs'] aws_auto_discovery: Aws Auto Discovery Integration
|
|
1074
975
|
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
|
1075
976
|
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
|
1076
977
|
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
|
@@ -1108,68 +1009,7 @@ class _AwsIntegrationsState:
|
|
|
1108
1009
|
:param pulumi.Input['AwsIntegrationsKinesisArgs'] kinesis: Kinesis integration
|
|
1109
1010
|
:param pulumi.Input['AwsIntegrationsKinesisFirehoseArgs'] kinesis_firehose: Kinesis Firehose integration
|
|
1110
1011
|
:param pulumi.Input['AwsIntegrationsLambdaArgs'] lambda_: Lambda integration
|
|
1111
|
-
:param pulumi.Input[
|
|
1112
|
-
|
|
1113
|
-
All other arguments are dependent on the services to be integrated, which have been listed in the collapsible section below. All of these are **optional** blocks that can be added in any required combination. **For details on arguments that can be used with each service, check out the `Integration` blocks section below.**
|
|
1114
|
-
<details>
|
|
1115
|
-
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
|
1116
|
-
|
|
1117
|
-
| Block | Description |
|
|
1118
|
-
|-------------------------|-------------------------------|
|
|
1119
|
-
| `alb` | ALB Integration |
|
|
1120
|
-
| `api_gateway` | API Gateway Integration |
|
|
1121
|
-
| `auto_scaling` | Auto Scaling Integration |
|
|
1122
|
-
| `aws_app_sync` | AppSync Integration |
|
|
1123
|
-
| `aws_athena` | Athena Integration |
|
|
1124
|
-
| `aws_cognito` | Cognito Integration |
|
|
1125
|
-
| `aws_connect` | Connect Integration |
|
|
1126
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
|
1127
|
-
| `aws_fsx` | FSx Integration |
|
|
1128
|
-
| `aws_glue` | Glue Integration |
|
|
1129
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
|
1130
|
-
| `aws_media_convert` | MediaConvert Integration |
|
|
1131
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
|
1132
|
-
| `aws_mq` | MQ Integration |
|
|
1133
|
-
| `aws_msk` | MSK Integration |
|
|
1134
|
-
| `aws_neptune` | Neptune Integration |
|
|
1135
|
-
| `aws_qldb` | QLDB Integration |
|
|
1136
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
|
1137
|
-
| `aws_states` | States Integration |
|
|
1138
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
|
1139
|
-
| `aws_waf` | WAF Integration |
|
|
1140
|
-
| `aws_wafv2` | WAFv2 Integration |
|
|
1141
|
-
| `billing` | Billing Integration |
|
|
1142
|
-
| `cloudfront` | CloudFront Integration |
|
|
1143
|
-
| `cloudtrail` | CloudTrail Integration |
|
|
1144
|
-
| `doc_db` | DocumentDB Integration |
|
|
1145
|
-
| `dynamodb` | DynamoDB Integration |
|
|
1146
|
-
| `ebs` | EBS Integration |
|
|
1147
|
-
| `ec2` | EC2 Integration |
|
|
1148
|
-
| `ecs` | ECS Integration |
|
|
1149
|
-
| `efs` | EFS Integration |
|
|
1150
|
-
| `elasticache` | ElastiCache Integration |
|
|
1151
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
|
1152
|
-
| `elasticsearch` | Elasticsearch Integration |
|
|
1153
|
-
| `elb` | ELB Integration |
|
|
1154
|
-
| `emr` | EMR Integration |
|
|
1155
|
-
| `health` | Health Integration |
|
|
1156
|
-
| `iam` | IAM Integration |
|
|
1157
|
-
| `iot` | IoT Integration |
|
|
1158
|
-
| `kinesis` | Kinesis Integration |
|
|
1159
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
|
1160
|
-
| `lambda` | Lambda Integration |
|
|
1161
|
-
| `rds` | RDS Integration |
|
|
1162
|
-
| `redshift` | Redshift Integration |
|
|
1163
|
-
| `route53` | Route53 Integration |
|
|
1164
|
-
| `s3` | S3 Integration |
|
|
1165
|
-
| `ses` | SES Integration |
|
|
1166
|
-
| `sns` | SNS Integration |
|
|
1167
|
-
| `sqs` | SQS Integration |
|
|
1168
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
|
1169
|
-
| `vpc` | VPC Integration |
|
|
1170
|
-
| `x_ray` | X-Ray Integration |
|
|
1171
|
-
|
|
1172
|
-
</details>
|
|
1012
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked AWS account in New Relic.
|
|
1173
1013
|
:param pulumi.Input['AwsIntegrationsRdsArgs'] rds: Rds integration
|
|
1174
1014
|
:param pulumi.Input['AwsIntegrationsRedshiftArgs'] redshift: Redshift integration
|
|
1175
1015
|
:param pulumi.Input['AwsIntegrationsRoute53Args'] route53: Route53 integration
|
|
@@ -1193,6 +1033,8 @@ class _AwsIntegrationsState:
|
|
|
1193
1033
|
pulumi.set(__self__, "aws_app_sync", aws_app_sync)
|
|
1194
1034
|
if aws_athena is not None:
|
|
1195
1035
|
pulumi.set(__self__, "aws_athena", aws_athena)
|
|
1036
|
+
if aws_auto_discovery is not None:
|
|
1037
|
+
pulumi.set(__self__, "aws_auto_discovery", aws_auto_discovery)
|
|
1196
1038
|
if aws_cognito is not None:
|
|
1197
1039
|
pulumi.set(__self__, "aws_cognito", aws_cognito)
|
|
1198
1040
|
if aws_connect is not None:
|
|
@@ -1290,19 +1132,19 @@ class _AwsIntegrationsState:
|
|
|
1290
1132
|
if x_ray is not None:
|
|
1291
1133
|
pulumi.set(__self__, "x_ray", x_ray)
|
|
1292
1134
|
|
|
1293
|
-
@property
|
|
1135
|
+
@_builtins.property
|
|
1294
1136
|
@pulumi.getter(name="accountId")
|
|
1295
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
1137
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1296
1138
|
"""
|
|
1297
1139
|
The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1298
1140
|
"""
|
|
1299
1141
|
return pulumi.get(self, "account_id")
|
|
1300
1142
|
|
|
1301
1143
|
@account_id.setter
|
|
1302
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
1144
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1303
1145
|
pulumi.set(self, "account_id", value)
|
|
1304
1146
|
|
|
1305
|
-
@property
|
|
1147
|
+
@_builtins.property
|
|
1306
1148
|
@pulumi.getter
|
|
1307
1149
|
def alb(self) -> Optional[pulumi.Input['AwsIntegrationsAlbArgs']]:
|
|
1308
1150
|
"""
|
|
@@ -1314,7 +1156,7 @@ class _AwsIntegrationsState:
|
|
|
1314
1156
|
def alb(self, value: Optional[pulumi.Input['AwsIntegrationsAlbArgs']]):
|
|
1315
1157
|
pulumi.set(self, "alb", value)
|
|
1316
1158
|
|
|
1317
|
-
@property
|
|
1159
|
+
@_builtins.property
|
|
1318
1160
|
@pulumi.getter(name="apiGateway")
|
|
1319
1161
|
def api_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]:
|
|
1320
1162
|
"""
|
|
@@ -1326,11 +1168,11 @@ class _AwsIntegrationsState:
|
|
|
1326
1168
|
def api_gateway(self, value: Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]):
|
|
1327
1169
|
pulumi.set(self, "api_gateway", value)
|
|
1328
1170
|
|
|
1329
|
-
@property
|
|
1171
|
+
@_builtins.property
|
|
1330
1172
|
@pulumi.getter(name="autoScaling")
|
|
1331
1173
|
def auto_scaling(self) -> Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]:
|
|
1332
1174
|
"""
|
|
1333
|
-
|
|
1175
|
+
AutoScaling integration
|
|
1334
1176
|
"""
|
|
1335
1177
|
return pulumi.get(self, "auto_scaling")
|
|
1336
1178
|
|
|
@@ -1338,7 +1180,7 @@ class _AwsIntegrationsState:
|
|
|
1338
1180
|
def auto_scaling(self, value: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]):
|
|
1339
1181
|
pulumi.set(self, "auto_scaling", value)
|
|
1340
1182
|
|
|
1341
|
-
@property
|
|
1183
|
+
@_builtins.property
|
|
1342
1184
|
@pulumi.getter(name="awsAppSync")
|
|
1343
1185
|
def aws_app_sync(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]:
|
|
1344
1186
|
"""
|
|
@@ -1350,7 +1192,7 @@ class _AwsIntegrationsState:
|
|
|
1350
1192
|
def aws_app_sync(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]):
|
|
1351
1193
|
pulumi.set(self, "aws_app_sync", value)
|
|
1352
1194
|
|
|
1353
|
-
@property
|
|
1195
|
+
@_builtins.property
|
|
1354
1196
|
@pulumi.getter(name="awsAthena")
|
|
1355
1197
|
def aws_athena(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]:
|
|
1356
1198
|
"""
|
|
@@ -1362,7 +1204,19 @@ class _AwsIntegrationsState:
|
|
|
1362
1204
|
def aws_athena(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]):
|
|
1363
1205
|
pulumi.set(self, "aws_athena", value)
|
|
1364
1206
|
|
|
1365
|
-
@property
|
|
1207
|
+
@_builtins.property
|
|
1208
|
+
@pulumi.getter(name="awsAutoDiscovery")
|
|
1209
|
+
def aws_auto_discovery(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]:
|
|
1210
|
+
"""
|
|
1211
|
+
Aws Auto Discovery Integration
|
|
1212
|
+
"""
|
|
1213
|
+
return pulumi.get(self, "aws_auto_discovery")
|
|
1214
|
+
|
|
1215
|
+
@aws_auto_discovery.setter
|
|
1216
|
+
def aws_auto_discovery(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]):
|
|
1217
|
+
pulumi.set(self, "aws_auto_discovery", value)
|
|
1218
|
+
|
|
1219
|
+
@_builtins.property
|
|
1366
1220
|
@pulumi.getter(name="awsCognito")
|
|
1367
1221
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
|
1368
1222
|
"""
|
|
@@ -1374,7 +1228,7 @@ class _AwsIntegrationsState:
|
|
|
1374
1228
|
def aws_cognito(self, value: Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]):
|
|
1375
1229
|
pulumi.set(self, "aws_cognito", value)
|
|
1376
1230
|
|
|
1377
|
-
@property
|
|
1231
|
+
@_builtins.property
|
|
1378
1232
|
@pulumi.getter(name="awsConnect")
|
|
1379
1233
|
def aws_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]:
|
|
1380
1234
|
"""
|
|
@@ -1386,7 +1240,7 @@ class _AwsIntegrationsState:
|
|
|
1386
1240
|
def aws_connect(self, value: Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]):
|
|
1387
1241
|
pulumi.set(self, "aws_connect", value)
|
|
1388
1242
|
|
|
1389
|
-
@property
|
|
1243
|
+
@_builtins.property
|
|
1390
1244
|
@pulumi.getter(name="awsDirectConnect")
|
|
1391
1245
|
def aws_direct_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]:
|
|
1392
1246
|
"""
|
|
@@ -1398,7 +1252,7 @@ class _AwsIntegrationsState:
|
|
|
1398
1252
|
def aws_direct_connect(self, value: Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]):
|
|
1399
1253
|
pulumi.set(self, "aws_direct_connect", value)
|
|
1400
1254
|
|
|
1401
|
-
@property
|
|
1255
|
+
@_builtins.property
|
|
1402
1256
|
@pulumi.getter(name="awsFsx")
|
|
1403
1257
|
def aws_fsx(self) -> Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]:
|
|
1404
1258
|
"""
|
|
@@ -1410,7 +1264,7 @@ class _AwsIntegrationsState:
|
|
|
1410
1264
|
def aws_fsx(self, value: Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]):
|
|
1411
1265
|
pulumi.set(self, "aws_fsx", value)
|
|
1412
1266
|
|
|
1413
|
-
@property
|
|
1267
|
+
@_builtins.property
|
|
1414
1268
|
@pulumi.getter(name="awsGlue")
|
|
1415
1269
|
def aws_glue(self) -> Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]:
|
|
1416
1270
|
"""
|
|
@@ -1422,7 +1276,7 @@ class _AwsIntegrationsState:
|
|
|
1422
1276
|
def aws_glue(self, value: Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]):
|
|
1423
1277
|
pulumi.set(self, "aws_glue", value)
|
|
1424
1278
|
|
|
1425
|
-
@property
|
|
1279
|
+
@_builtins.property
|
|
1426
1280
|
@pulumi.getter(name="awsKinesisAnalytics")
|
|
1427
1281
|
def aws_kinesis_analytics(self) -> Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]:
|
|
1428
1282
|
"""
|
|
@@ -1434,7 +1288,7 @@ class _AwsIntegrationsState:
|
|
|
1434
1288
|
def aws_kinesis_analytics(self, value: Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]):
|
|
1435
1289
|
pulumi.set(self, "aws_kinesis_analytics", value)
|
|
1436
1290
|
|
|
1437
|
-
@property
|
|
1291
|
+
@_builtins.property
|
|
1438
1292
|
@pulumi.getter(name="awsMediaConvert")
|
|
1439
1293
|
def aws_media_convert(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]:
|
|
1440
1294
|
"""
|
|
@@ -1446,7 +1300,7 @@ class _AwsIntegrationsState:
|
|
|
1446
1300
|
def aws_media_convert(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]):
|
|
1447
1301
|
pulumi.set(self, "aws_media_convert", value)
|
|
1448
1302
|
|
|
1449
|
-
@property
|
|
1303
|
+
@_builtins.property
|
|
1450
1304
|
@pulumi.getter(name="awsMediaPackageVod")
|
|
1451
1305
|
def aws_media_package_vod(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]:
|
|
1452
1306
|
"""
|
|
@@ -1458,7 +1312,7 @@ class _AwsIntegrationsState:
|
|
|
1458
1312
|
def aws_media_package_vod(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]):
|
|
1459
1313
|
pulumi.set(self, "aws_media_package_vod", value)
|
|
1460
1314
|
|
|
1461
|
-
@property
|
|
1315
|
+
@_builtins.property
|
|
1462
1316
|
@pulumi.getter(name="awsMq")
|
|
1463
1317
|
def aws_mq(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]:
|
|
1464
1318
|
"""
|
|
@@ -1470,7 +1324,7 @@ class _AwsIntegrationsState:
|
|
|
1470
1324
|
def aws_mq(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]):
|
|
1471
1325
|
pulumi.set(self, "aws_mq", value)
|
|
1472
1326
|
|
|
1473
|
-
@property
|
|
1327
|
+
@_builtins.property
|
|
1474
1328
|
@pulumi.getter(name="awsMsk")
|
|
1475
1329
|
def aws_msk(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]:
|
|
1476
1330
|
"""
|
|
@@ -1482,7 +1336,7 @@ class _AwsIntegrationsState:
|
|
|
1482
1336
|
def aws_msk(self, value: Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]):
|
|
1483
1337
|
pulumi.set(self, "aws_msk", value)
|
|
1484
1338
|
|
|
1485
|
-
@property
|
|
1339
|
+
@_builtins.property
|
|
1486
1340
|
@pulumi.getter(name="awsNeptune")
|
|
1487
1341
|
def aws_neptune(self) -> Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]:
|
|
1488
1342
|
"""
|
|
@@ -1494,7 +1348,7 @@ class _AwsIntegrationsState:
|
|
|
1494
1348
|
def aws_neptune(self, value: Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]):
|
|
1495
1349
|
pulumi.set(self, "aws_neptune", value)
|
|
1496
1350
|
|
|
1497
|
-
@property
|
|
1351
|
+
@_builtins.property
|
|
1498
1352
|
@pulumi.getter(name="awsQldb")
|
|
1499
1353
|
def aws_qldb(self) -> Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]:
|
|
1500
1354
|
"""
|
|
@@ -1506,7 +1360,7 @@ class _AwsIntegrationsState:
|
|
|
1506
1360
|
def aws_qldb(self, value: Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]):
|
|
1507
1361
|
pulumi.set(self, "aws_qldb", value)
|
|
1508
1362
|
|
|
1509
|
-
@property
|
|
1363
|
+
@_builtins.property
|
|
1510
1364
|
@pulumi.getter(name="awsRoute53resolver")
|
|
1511
1365
|
def aws_route53resolver(self) -> Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]:
|
|
1512
1366
|
"""
|
|
@@ -1518,7 +1372,7 @@ class _AwsIntegrationsState:
|
|
|
1518
1372
|
def aws_route53resolver(self, value: Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]):
|
|
1519
1373
|
pulumi.set(self, "aws_route53resolver", value)
|
|
1520
1374
|
|
|
1521
|
-
@property
|
|
1375
|
+
@_builtins.property
|
|
1522
1376
|
@pulumi.getter(name="awsStates")
|
|
1523
1377
|
def aws_states(self) -> Optional[pulumi.Input['AwsIntegrationsAwsStatesArgs']]:
|
|
1524
1378
|
"""
|
|
@@ -1530,7 +1384,7 @@ class _AwsIntegrationsState:
|
|
|
1530
1384
|
def aws_states(self, value: Optional[pulumi.Input['AwsIntegrationsAwsStatesArgs']]):
|
|
1531
1385
|
pulumi.set(self, "aws_states", value)
|
|
1532
1386
|
|
|
1533
|
-
@property
|
|
1387
|
+
@_builtins.property
|
|
1534
1388
|
@pulumi.getter(name="awsTransitGateway")
|
|
1535
1389
|
def aws_transit_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]:
|
|
1536
1390
|
"""
|
|
@@ -1542,7 +1396,7 @@ class _AwsIntegrationsState:
|
|
|
1542
1396
|
def aws_transit_gateway(self, value: Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]):
|
|
1543
1397
|
pulumi.set(self, "aws_transit_gateway", value)
|
|
1544
1398
|
|
|
1545
|
-
@property
|
|
1399
|
+
@_builtins.property
|
|
1546
1400
|
@pulumi.getter(name="awsWaf")
|
|
1547
1401
|
def aws_waf(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]:
|
|
1548
1402
|
"""
|
|
@@ -1554,7 +1408,7 @@ class _AwsIntegrationsState:
|
|
|
1554
1408
|
def aws_waf(self, value: Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]):
|
|
1555
1409
|
pulumi.set(self, "aws_waf", value)
|
|
1556
1410
|
|
|
1557
|
-
@property
|
|
1411
|
+
@_builtins.property
|
|
1558
1412
|
@pulumi.getter(name="awsWafv2")
|
|
1559
1413
|
def aws_wafv2(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]:
|
|
1560
1414
|
"""
|
|
@@ -1566,7 +1420,7 @@ class _AwsIntegrationsState:
|
|
|
1566
1420
|
def aws_wafv2(self, value: Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]):
|
|
1567
1421
|
pulumi.set(self, "aws_wafv2", value)
|
|
1568
1422
|
|
|
1569
|
-
@property
|
|
1423
|
+
@_builtins.property
|
|
1570
1424
|
@pulumi.getter
|
|
1571
1425
|
def billing(self) -> Optional[pulumi.Input['AwsIntegrationsBillingArgs']]:
|
|
1572
1426
|
"""
|
|
@@ -1578,7 +1432,7 @@ class _AwsIntegrationsState:
|
|
|
1578
1432
|
def billing(self, value: Optional[pulumi.Input['AwsIntegrationsBillingArgs']]):
|
|
1579
1433
|
pulumi.set(self, "billing", value)
|
|
1580
1434
|
|
|
1581
|
-
@property
|
|
1435
|
+
@_builtins.property
|
|
1582
1436
|
@pulumi.getter
|
|
1583
1437
|
def cloudfront(self) -> Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]:
|
|
1584
1438
|
"""
|
|
@@ -1590,7 +1444,7 @@ class _AwsIntegrationsState:
|
|
|
1590
1444
|
def cloudfront(self, value: Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]):
|
|
1591
1445
|
pulumi.set(self, "cloudfront", value)
|
|
1592
1446
|
|
|
1593
|
-
@property
|
|
1447
|
+
@_builtins.property
|
|
1594
1448
|
@pulumi.getter
|
|
1595
1449
|
def cloudtrail(self) -> Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]:
|
|
1596
1450
|
"""
|
|
@@ -1602,7 +1456,7 @@ class _AwsIntegrationsState:
|
|
|
1602
1456
|
def cloudtrail(self, value: Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]):
|
|
1603
1457
|
pulumi.set(self, "cloudtrail", value)
|
|
1604
1458
|
|
|
1605
|
-
@property
|
|
1459
|
+
@_builtins.property
|
|
1606
1460
|
@pulumi.getter(name="docDb")
|
|
1607
1461
|
def doc_db(self) -> Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]:
|
|
1608
1462
|
"""
|
|
@@ -1614,7 +1468,7 @@ class _AwsIntegrationsState:
|
|
|
1614
1468
|
def doc_db(self, value: Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]):
|
|
1615
1469
|
pulumi.set(self, "doc_db", value)
|
|
1616
1470
|
|
|
1617
|
-
@property
|
|
1471
|
+
@_builtins.property
|
|
1618
1472
|
@pulumi.getter
|
|
1619
1473
|
def dynamodb(self) -> Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]:
|
|
1620
1474
|
"""
|
|
@@ -1626,7 +1480,7 @@ class _AwsIntegrationsState:
|
|
|
1626
1480
|
def dynamodb(self, value: Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]):
|
|
1627
1481
|
pulumi.set(self, "dynamodb", value)
|
|
1628
1482
|
|
|
1629
|
-
@property
|
|
1483
|
+
@_builtins.property
|
|
1630
1484
|
@pulumi.getter
|
|
1631
1485
|
def ebs(self) -> Optional[pulumi.Input['AwsIntegrationsEbsArgs']]:
|
|
1632
1486
|
"""
|
|
@@ -1638,7 +1492,7 @@ class _AwsIntegrationsState:
|
|
|
1638
1492
|
def ebs(self, value: Optional[pulumi.Input['AwsIntegrationsEbsArgs']]):
|
|
1639
1493
|
pulumi.set(self, "ebs", value)
|
|
1640
1494
|
|
|
1641
|
-
@property
|
|
1495
|
+
@_builtins.property
|
|
1642
1496
|
@pulumi.getter
|
|
1643
1497
|
def ec2(self) -> Optional[pulumi.Input['AwsIntegrationsEc2Args']]:
|
|
1644
1498
|
"""
|
|
@@ -1650,7 +1504,7 @@ class _AwsIntegrationsState:
|
|
|
1650
1504
|
def ec2(self, value: Optional[pulumi.Input['AwsIntegrationsEc2Args']]):
|
|
1651
1505
|
pulumi.set(self, "ec2", value)
|
|
1652
1506
|
|
|
1653
|
-
@property
|
|
1507
|
+
@_builtins.property
|
|
1654
1508
|
@pulumi.getter
|
|
1655
1509
|
def ecs(self) -> Optional[pulumi.Input['AwsIntegrationsEcsArgs']]:
|
|
1656
1510
|
"""
|
|
@@ -1662,7 +1516,7 @@ class _AwsIntegrationsState:
|
|
|
1662
1516
|
def ecs(self, value: Optional[pulumi.Input['AwsIntegrationsEcsArgs']]):
|
|
1663
1517
|
pulumi.set(self, "ecs", value)
|
|
1664
1518
|
|
|
1665
|
-
@property
|
|
1519
|
+
@_builtins.property
|
|
1666
1520
|
@pulumi.getter
|
|
1667
1521
|
def efs(self) -> Optional[pulumi.Input['AwsIntegrationsEfsArgs']]:
|
|
1668
1522
|
"""
|
|
@@ -1674,7 +1528,7 @@ class _AwsIntegrationsState:
|
|
|
1674
1528
|
def efs(self, value: Optional[pulumi.Input['AwsIntegrationsEfsArgs']]):
|
|
1675
1529
|
pulumi.set(self, "efs", value)
|
|
1676
1530
|
|
|
1677
|
-
@property
|
|
1531
|
+
@_builtins.property
|
|
1678
1532
|
@pulumi.getter
|
|
1679
1533
|
def elasticache(self) -> Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]:
|
|
1680
1534
|
"""
|
|
@@ -1686,7 +1540,7 @@ class _AwsIntegrationsState:
|
|
|
1686
1540
|
def elasticache(self, value: Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]):
|
|
1687
1541
|
pulumi.set(self, "elasticache", value)
|
|
1688
1542
|
|
|
1689
|
-
@property
|
|
1543
|
+
@_builtins.property
|
|
1690
1544
|
@pulumi.getter
|
|
1691
1545
|
def elasticbeanstalk(self) -> Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]:
|
|
1692
1546
|
"""
|
|
@@ -1698,7 +1552,7 @@ class _AwsIntegrationsState:
|
|
|
1698
1552
|
def elasticbeanstalk(self, value: Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]):
|
|
1699
1553
|
pulumi.set(self, "elasticbeanstalk", value)
|
|
1700
1554
|
|
|
1701
|
-
@property
|
|
1555
|
+
@_builtins.property
|
|
1702
1556
|
@pulumi.getter
|
|
1703
1557
|
def elasticsearch(self) -> Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]:
|
|
1704
1558
|
"""
|
|
@@ -1710,7 +1564,7 @@ class _AwsIntegrationsState:
|
|
|
1710
1564
|
def elasticsearch(self, value: Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]):
|
|
1711
1565
|
pulumi.set(self, "elasticsearch", value)
|
|
1712
1566
|
|
|
1713
|
-
@property
|
|
1567
|
+
@_builtins.property
|
|
1714
1568
|
@pulumi.getter
|
|
1715
1569
|
def elb(self) -> Optional[pulumi.Input['AwsIntegrationsElbArgs']]:
|
|
1716
1570
|
"""
|
|
@@ -1722,7 +1576,7 @@ class _AwsIntegrationsState:
|
|
|
1722
1576
|
def elb(self, value: Optional[pulumi.Input['AwsIntegrationsElbArgs']]):
|
|
1723
1577
|
pulumi.set(self, "elb", value)
|
|
1724
1578
|
|
|
1725
|
-
@property
|
|
1579
|
+
@_builtins.property
|
|
1726
1580
|
@pulumi.getter
|
|
1727
1581
|
def emr(self) -> Optional[pulumi.Input['AwsIntegrationsEmrArgs']]:
|
|
1728
1582
|
"""
|
|
@@ -1734,7 +1588,7 @@ class _AwsIntegrationsState:
|
|
|
1734
1588
|
def emr(self, value: Optional[pulumi.Input['AwsIntegrationsEmrArgs']]):
|
|
1735
1589
|
pulumi.set(self, "emr", value)
|
|
1736
1590
|
|
|
1737
|
-
@property
|
|
1591
|
+
@_builtins.property
|
|
1738
1592
|
@pulumi.getter
|
|
1739
1593
|
def health(self) -> Optional[pulumi.Input['AwsIntegrationsHealthArgs']]:
|
|
1740
1594
|
"""
|
|
@@ -1746,7 +1600,7 @@ class _AwsIntegrationsState:
|
|
|
1746
1600
|
def health(self, value: Optional[pulumi.Input['AwsIntegrationsHealthArgs']]):
|
|
1747
1601
|
pulumi.set(self, "health", value)
|
|
1748
1602
|
|
|
1749
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1750
1604
|
@pulumi.getter
|
|
1751
1605
|
def iam(self) -> Optional[pulumi.Input['AwsIntegrationsIamArgs']]:
|
|
1752
1606
|
"""
|
|
@@ -1758,7 +1612,7 @@ class _AwsIntegrationsState:
|
|
|
1758
1612
|
def iam(self, value: Optional[pulumi.Input['AwsIntegrationsIamArgs']]):
|
|
1759
1613
|
pulumi.set(self, "iam", value)
|
|
1760
1614
|
|
|
1761
|
-
@property
|
|
1615
|
+
@_builtins.property
|
|
1762
1616
|
@pulumi.getter
|
|
1763
1617
|
def iot(self) -> Optional[pulumi.Input['AwsIntegrationsIotArgs']]:
|
|
1764
1618
|
"""
|
|
@@ -1770,7 +1624,7 @@ class _AwsIntegrationsState:
|
|
|
1770
1624
|
def iot(self, value: Optional[pulumi.Input['AwsIntegrationsIotArgs']]):
|
|
1771
1625
|
pulumi.set(self, "iot", value)
|
|
1772
1626
|
|
|
1773
|
-
@property
|
|
1627
|
+
@_builtins.property
|
|
1774
1628
|
@pulumi.getter
|
|
1775
1629
|
def kinesis(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]:
|
|
1776
1630
|
"""
|
|
@@ -1782,7 +1636,7 @@ class _AwsIntegrationsState:
|
|
|
1782
1636
|
def kinesis(self, value: Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]):
|
|
1783
1637
|
pulumi.set(self, "kinesis", value)
|
|
1784
1638
|
|
|
1785
|
-
@property
|
|
1639
|
+
@_builtins.property
|
|
1786
1640
|
@pulumi.getter(name="kinesisFirehose")
|
|
1787
1641
|
def kinesis_firehose(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]:
|
|
1788
1642
|
"""
|
|
@@ -1794,7 +1648,7 @@ class _AwsIntegrationsState:
|
|
|
1794
1648
|
def kinesis_firehose(self, value: Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]):
|
|
1795
1649
|
pulumi.set(self, "kinesis_firehose", value)
|
|
1796
1650
|
|
|
1797
|
-
@property
|
|
1651
|
+
@_builtins.property
|
|
1798
1652
|
@pulumi.getter(name="lambda")
|
|
1799
1653
|
def lambda_(self) -> Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]:
|
|
1800
1654
|
"""
|
|
@@ -1806,80 +1660,19 @@ class _AwsIntegrationsState:
|
|
|
1806
1660
|
def lambda_(self, value: Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]):
|
|
1807
1661
|
pulumi.set(self, "lambda_", value)
|
|
1808
1662
|
|
|
1809
|
-
@property
|
|
1663
|
+
@_builtins.property
|
|
1810
1664
|
@pulumi.getter(name="linkedAccountId")
|
|
1811
|
-
def linked_account_id(self) -> Optional[pulumi.Input[
|
|
1665
|
+
def linked_account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1812
1666
|
"""
|
|
1813
1667
|
The ID of the linked AWS account in New Relic.
|
|
1814
|
-
|
|
1815
|
-
All other arguments are dependent on the services to be integrated, which have been listed in the collapsible section below. All of these are **optional** blocks that can be added in any required combination. **For details on arguments that can be used with each service, check out the `Integration` blocks section below.**
|
|
1816
|
-
<details>
|
|
1817
|
-
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
|
1818
|
-
|
|
1819
|
-
| Block | Description |
|
|
1820
|
-
|-------------------------|-------------------------------|
|
|
1821
|
-
| `alb` | ALB Integration |
|
|
1822
|
-
| `api_gateway` | API Gateway Integration |
|
|
1823
|
-
| `auto_scaling` | Auto Scaling Integration |
|
|
1824
|
-
| `aws_app_sync` | AppSync Integration |
|
|
1825
|
-
| `aws_athena` | Athena Integration |
|
|
1826
|
-
| `aws_cognito` | Cognito Integration |
|
|
1827
|
-
| `aws_connect` | Connect Integration |
|
|
1828
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
|
1829
|
-
| `aws_fsx` | FSx Integration |
|
|
1830
|
-
| `aws_glue` | Glue Integration |
|
|
1831
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
|
1832
|
-
| `aws_media_convert` | MediaConvert Integration |
|
|
1833
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
|
1834
|
-
| `aws_mq` | MQ Integration |
|
|
1835
|
-
| `aws_msk` | MSK Integration |
|
|
1836
|
-
| `aws_neptune` | Neptune Integration |
|
|
1837
|
-
| `aws_qldb` | QLDB Integration |
|
|
1838
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
|
1839
|
-
| `aws_states` | States Integration |
|
|
1840
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
|
1841
|
-
| `aws_waf` | WAF Integration |
|
|
1842
|
-
| `aws_wafv2` | WAFv2 Integration |
|
|
1843
|
-
| `billing` | Billing Integration |
|
|
1844
|
-
| `cloudfront` | CloudFront Integration |
|
|
1845
|
-
| `cloudtrail` | CloudTrail Integration |
|
|
1846
|
-
| `doc_db` | DocumentDB Integration |
|
|
1847
|
-
| `dynamodb` | DynamoDB Integration |
|
|
1848
|
-
| `ebs` | EBS Integration |
|
|
1849
|
-
| `ec2` | EC2 Integration |
|
|
1850
|
-
| `ecs` | ECS Integration |
|
|
1851
|
-
| `efs` | EFS Integration |
|
|
1852
|
-
| `elasticache` | ElastiCache Integration |
|
|
1853
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
|
1854
|
-
| `elasticsearch` | Elasticsearch Integration |
|
|
1855
|
-
| `elb` | ELB Integration |
|
|
1856
|
-
| `emr` | EMR Integration |
|
|
1857
|
-
| `health` | Health Integration |
|
|
1858
|
-
| `iam` | IAM Integration |
|
|
1859
|
-
| `iot` | IoT Integration |
|
|
1860
|
-
| `kinesis` | Kinesis Integration |
|
|
1861
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
|
1862
|
-
| `lambda` | Lambda Integration |
|
|
1863
|
-
| `rds` | RDS Integration |
|
|
1864
|
-
| `redshift` | Redshift Integration |
|
|
1865
|
-
| `route53` | Route53 Integration |
|
|
1866
|
-
| `s3` | S3 Integration |
|
|
1867
|
-
| `ses` | SES Integration |
|
|
1868
|
-
| `sns` | SNS Integration |
|
|
1869
|
-
| `sqs` | SQS Integration |
|
|
1870
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
|
1871
|
-
| `vpc` | VPC Integration |
|
|
1872
|
-
| `x_ray` | X-Ray Integration |
|
|
1873
|
-
|
|
1874
|
-
</details>
|
|
1875
1668
|
"""
|
|
1876
1669
|
return pulumi.get(self, "linked_account_id")
|
|
1877
1670
|
|
|
1878
1671
|
@linked_account_id.setter
|
|
1879
|
-
def linked_account_id(self, value: Optional[pulumi.Input[
|
|
1672
|
+
def linked_account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1880
1673
|
pulumi.set(self, "linked_account_id", value)
|
|
1881
1674
|
|
|
1882
|
-
@property
|
|
1675
|
+
@_builtins.property
|
|
1883
1676
|
@pulumi.getter
|
|
1884
1677
|
def rds(self) -> Optional[pulumi.Input['AwsIntegrationsRdsArgs']]:
|
|
1885
1678
|
"""
|
|
@@ -1891,7 +1684,7 @@ class _AwsIntegrationsState:
|
|
|
1891
1684
|
def rds(self, value: Optional[pulumi.Input['AwsIntegrationsRdsArgs']]):
|
|
1892
1685
|
pulumi.set(self, "rds", value)
|
|
1893
1686
|
|
|
1894
|
-
@property
|
|
1687
|
+
@_builtins.property
|
|
1895
1688
|
@pulumi.getter
|
|
1896
1689
|
def redshift(self) -> Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]:
|
|
1897
1690
|
"""
|
|
@@ -1903,7 +1696,7 @@ class _AwsIntegrationsState:
|
|
|
1903
1696
|
def redshift(self, value: Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]):
|
|
1904
1697
|
pulumi.set(self, "redshift", value)
|
|
1905
1698
|
|
|
1906
|
-
@property
|
|
1699
|
+
@_builtins.property
|
|
1907
1700
|
@pulumi.getter
|
|
1908
1701
|
def route53(self) -> Optional[pulumi.Input['AwsIntegrationsRoute53Args']]:
|
|
1909
1702
|
"""
|
|
@@ -1915,7 +1708,7 @@ class _AwsIntegrationsState:
|
|
|
1915
1708
|
def route53(self, value: Optional[pulumi.Input['AwsIntegrationsRoute53Args']]):
|
|
1916
1709
|
pulumi.set(self, "route53", value)
|
|
1917
1710
|
|
|
1918
|
-
@property
|
|
1711
|
+
@_builtins.property
|
|
1919
1712
|
@pulumi.getter
|
|
1920
1713
|
def s3(self) -> Optional[pulumi.Input['AwsIntegrationsS3Args']]:
|
|
1921
1714
|
"""
|
|
@@ -1927,7 +1720,7 @@ class _AwsIntegrationsState:
|
|
|
1927
1720
|
def s3(self, value: Optional[pulumi.Input['AwsIntegrationsS3Args']]):
|
|
1928
1721
|
pulumi.set(self, "s3", value)
|
|
1929
1722
|
|
|
1930
|
-
@property
|
|
1723
|
+
@_builtins.property
|
|
1931
1724
|
@pulumi.getter
|
|
1932
1725
|
def ses(self) -> Optional[pulumi.Input['AwsIntegrationsSesArgs']]:
|
|
1933
1726
|
"""
|
|
@@ -1939,7 +1732,7 @@ class _AwsIntegrationsState:
|
|
|
1939
1732
|
def ses(self, value: Optional[pulumi.Input['AwsIntegrationsSesArgs']]):
|
|
1940
1733
|
pulumi.set(self, "ses", value)
|
|
1941
1734
|
|
|
1942
|
-
@property
|
|
1735
|
+
@_builtins.property
|
|
1943
1736
|
@pulumi.getter
|
|
1944
1737
|
def sns(self) -> Optional[pulumi.Input['AwsIntegrationsSnsArgs']]:
|
|
1945
1738
|
"""
|
|
@@ -1951,7 +1744,7 @@ class _AwsIntegrationsState:
|
|
|
1951
1744
|
def sns(self, value: Optional[pulumi.Input['AwsIntegrationsSnsArgs']]):
|
|
1952
1745
|
pulumi.set(self, "sns", value)
|
|
1953
1746
|
|
|
1954
|
-
@property
|
|
1747
|
+
@_builtins.property
|
|
1955
1748
|
@pulumi.getter
|
|
1956
1749
|
def sqs(self) -> Optional[pulumi.Input['AwsIntegrationsSqsArgs']]:
|
|
1957
1750
|
"""
|
|
@@ -1963,7 +1756,7 @@ class _AwsIntegrationsState:
|
|
|
1963
1756
|
def sqs(self, value: Optional[pulumi.Input['AwsIntegrationsSqsArgs']]):
|
|
1964
1757
|
pulumi.set(self, "sqs", value)
|
|
1965
1758
|
|
|
1966
|
-
@property
|
|
1759
|
+
@_builtins.property
|
|
1967
1760
|
@pulumi.getter(name="trustedAdvisor")
|
|
1968
1761
|
def trusted_advisor(self) -> Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]:
|
|
1969
1762
|
"""
|
|
@@ -1975,7 +1768,7 @@ class _AwsIntegrationsState:
|
|
|
1975
1768
|
def trusted_advisor(self, value: Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]):
|
|
1976
1769
|
pulumi.set(self, "trusted_advisor", value)
|
|
1977
1770
|
|
|
1978
|
-
@property
|
|
1771
|
+
@_builtins.property
|
|
1979
1772
|
@pulumi.getter
|
|
1980
1773
|
def vpc(self) -> Optional[pulumi.Input['AwsIntegrationsVpcArgs']]:
|
|
1981
1774
|
"""
|
|
@@ -1987,7 +1780,7 @@ class _AwsIntegrationsState:
|
|
|
1987
1780
|
def vpc(self, value: Optional[pulumi.Input['AwsIntegrationsVpcArgs']]):
|
|
1988
1781
|
pulumi.set(self, "vpc", value)
|
|
1989
1782
|
|
|
1990
|
-
@property
|
|
1783
|
+
@_builtins.property
|
|
1991
1784
|
@pulumi.getter(name="xRay")
|
|
1992
1785
|
def x_ray(self) -> Optional[pulumi.Input['AwsIntegrationsXRayArgs']]:
|
|
1993
1786
|
"""
|
|
@@ -2000,370 +1793,69 @@ class _AwsIntegrationsState:
|
|
|
2000
1793
|
pulumi.set(self, "x_ray", value)
|
|
2001
1794
|
|
|
2002
1795
|
|
|
1796
|
+
@pulumi.type_token("newrelic:cloud/awsIntegrations:AwsIntegrations")
|
|
2003
1797
|
class AwsIntegrations(pulumi.CustomResource):
|
|
2004
1798
|
@overload
|
|
2005
1799
|
def __init__(__self__,
|
|
2006
1800
|
resource_name: str,
|
|
2007
1801
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
2008
|
-
account_id: Optional[pulumi.Input[
|
|
2009
|
-
alb: Optional[pulumi.Input[
|
|
2010
|
-
api_gateway: Optional[pulumi.Input[
|
|
2011
|
-
auto_scaling: Optional[pulumi.Input[
|
|
2012
|
-
aws_app_sync: Optional[pulumi.Input[
|
|
2013
|
-
aws_athena: Optional[pulumi.Input[
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
1802
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1803
|
+
alb: Optional[pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']]] = None,
|
|
1804
|
+
api_gateway: Optional[pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']]] = None,
|
|
1805
|
+
auto_scaling: Optional[pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']]] = None,
|
|
1806
|
+
aws_app_sync: Optional[pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']]] = None,
|
|
1807
|
+
aws_athena: Optional[pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']]] = None,
|
|
1808
|
+
aws_auto_discovery: Optional[pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']]] = None,
|
|
1809
|
+
aws_cognito: Optional[pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']]] = None,
|
|
1810
|
+
aws_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']]] = None,
|
|
1811
|
+
aws_direct_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']]] = None,
|
|
1812
|
+
aws_fsx: Optional[pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']]] = None,
|
|
1813
|
+
aws_glue: Optional[pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']]] = None,
|
|
1814
|
+
aws_kinesis_analytics: Optional[pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']]] = None,
|
|
1815
|
+
aws_media_convert: Optional[pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']]] = None,
|
|
1816
|
+
aws_media_package_vod: Optional[pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']]] = None,
|
|
1817
|
+
aws_mq: Optional[pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']]] = None,
|
|
1818
|
+
aws_msk: Optional[pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']]] = None,
|
|
1819
|
+
aws_neptune: Optional[pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']]] = None,
|
|
1820
|
+
aws_qldb: Optional[pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']]] = None,
|
|
1821
|
+
aws_route53resolver: Optional[pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']]] = None,
|
|
1822
|
+
aws_states: Optional[pulumi.Input[Union['AwsIntegrationsAwsStatesArgs', 'AwsIntegrationsAwsStatesArgsDict']]] = None,
|
|
1823
|
+
aws_transit_gateway: Optional[pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']]] = None,
|
|
1824
|
+
aws_waf: Optional[pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']]] = None,
|
|
1825
|
+
aws_wafv2: Optional[pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']]] = None,
|
|
1826
|
+
billing: Optional[pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']]] = None,
|
|
1827
|
+
cloudfront: Optional[pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']]] = None,
|
|
1828
|
+
cloudtrail: Optional[pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']]] = None,
|
|
1829
|
+
doc_db: Optional[pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']]] = None,
|
|
1830
|
+
dynamodb: Optional[pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']]] = None,
|
|
1831
|
+
ebs: Optional[pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']]] = None,
|
|
1832
|
+
ec2: Optional[pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']]] = None,
|
|
1833
|
+
ecs: Optional[pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']]] = None,
|
|
1834
|
+
efs: Optional[pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']]] = None,
|
|
1835
|
+
elasticache: Optional[pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']]] = None,
|
|
1836
|
+
elasticbeanstalk: Optional[pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']]] = None,
|
|
1837
|
+
elasticsearch: Optional[pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']]] = None,
|
|
1838
|
+
elb: Optional[pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']]] = None,
|
|
1839
|
+
emr: Optional[pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']]] = None,
|
|
1840
|
+
health: Optional[pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']]] = None,
|
|
1841
|
+
iam: Optional[pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']]] = None,
|
|
1842
|
+
iot: Optional[pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']]] = None,
|
|
1843
|
+
kinesis: Optional[pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']]] = None,
|
|
1844
|
+
kinesis_firehose: Optional[pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']]] = None,
|
|
1845
|
+
lambda_: Optional[pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']]] = None,
|
|
1846
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1847
|
+
rds: Optional[pulumi.Input[Union['AwsIntegrationsRdsArgs', 'AwsIntegrationsRdsArgsDict']]] = None,
|
|
1848
|
+
redshift: Optional[pulumi.Input[Union['AwsIntegrationsRedshiftArgs', 'AwsIntegrationsRedshiftArgsDict']]] = None,
|
|
1849
|
+
route53: Optional[pulumi.Input[Union['AwsIntegrationsRoute53Args', 'AwsIntegrationsRoute53ArgsDict']]] = None,
|
|
1850
|
+
s3: Optional[pulumi.Input[Union['AwsIntegrationsS3Args', 'AwsIntegrationsS3ArgsDict']]] = None,
|
|
1851
|
+
ses: Optional[pulumi.Input[Union['AwsIntegrationsSesArgs', 'AwsIntegrationsSesArgsDict']]] = None,
|
|
1852
|
+
sns: Optional[pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']]] = None,
|
|
1853
|
+
sqs: Optional[pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']]] = None,
|
|
1854
|
+
trusted_advisor: Optional[pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']]] = None,
|
|
1855
|
+
vpc: Optional[pulumi.Input[Union['AwsIntegrationsVpcArgs', 'AwsIntegrationsVpcArgsDict']]] = None,
|
|
1856
|
+
x_ray: Optional[pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']]] = None,
|
|
2062
1857
|
__props__=None):
|
|
2063
1858
|
"""
|
|
2064
|
-
Use this resource to integrate AWS services with New Relic.
|
|
2065
|
-
|
|
2066
|
-
## Prerequisite
|
|
2067
|
-
|
|
2068
|
-
Setup is required for this resource to work properly. This resource assumes you have linked an AWS account to New Relic and configured it to push metrics using CloudWatch Metric Streams.
|
|
2069
|
-
|
|
2070
|
-
New Relic doesn't automatically receive metrics from AWS for some services so this resource can be used to configure integrations to those services.
|
|
2071
|
-
|
|
2072
|
-
Using a metric stream to New Relic is the preferred way to integrate with AWS. Follow the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-metric-stream/#set-up-metric-stream) to set up a metric stream. This resource supports any integration that's not available through AWS metric stream.
|
|
2073
|
-
|
|
2074
|
-
## Example Usage
|
|
2075
|
-
|
|
2076
|
-
Leave an integration block empty to use its default configuration. You can also use the full example, including the AWS set up, found in our guides.
|
|
2077
|
-
|
|
2078
|
-
<!--Start PulumiCodeChooser -->
|
|
2079
|
-
```python
|
|
2080
|
-
import pulumi
|
|
2081
|
-
import pulumi_newrelic as newrelic
|
|
2082
|
-
|
|
2083
|
-
foo = newrelic.cloud.AwsLinkAccount("foo",
|
|
2084
|
-
arn=aws_iam_role["newrelic_aws_role"]["arn"],
|
|
2085
|
-
metric_collection_mode="PULL")
|
|
2086
|
-
bar = newrelic.cloud.AwsIntegrations("bar",
|
|
2087
|
-
linked_account_id=foo.id,
|
|
2088
|
-
billing=newrelic.cloud.AwsIntegrationsBillingArgs(),
|
|
2089
|
-
cloudtrail=newrelic.cloud.AwsIntegrationsCloudtrailArgs(
|
|
2090
|
-
metrics_polling_interval=6000,
|
|
2091
|
-
aws_regions=[
|
|
2092
|
-
"us-east-1",
|
|
2093
|
-
"us-east-2",
|
|
2094
|
-
],
|
|
2095
|
-
),
|
|
2096
|
-
health=newrelic.cloud.AwsIntegrationsHealthArgs(
|
|
2097
|
-
metrics_polling_interval=6000,
|
|
2098
|
-
),
|
|
2099
|
-
trusted_advisor=newrelic.cloud.AwsIntegrationsTrustedAdvisorArgs(
|
|
2100
|
-
metrics_polling_interval=6000,
|
|
2101
|
-
),
|
|
2102
|
-
vpc=newrelic.cloud.AwsIntegrationsVpcArgs(
|
|
2103
|
-
metrics_polling_interval=6000,
|
|
2104
|
-
aws_regions=[
|
|
2105
|
-
"us-east-1",
|
|
2106
|
-
"us-east-2",
|
|
2107
|
-
],
|
|
2108
|
-
fetch_nat_gateway=True,
|
|
2109
|
-
fetch_vpn=False,
|
|
2110
|
-
tag_key="tag key",
|
|
2111
|
-
tag_value="tag value",
|
|
2112
|
-
),
|
|
2113
|
-
x_ray=newrelic.cloud.AwsIntegrationsXRayArgs(
|
|
2114
|
-
metrics_polling_interval=6000,
|
|
2115
|
-
aws_regions=[
|
|
2116
|
-
"us-east-1",
|
|
2117
|
-
"us-east-2",
|
|
2118
|
-
],
|
|
2119
|
-
),
|
|
2120
|
-
s3=newrelic.cloud.AwsIntegrationsS3Args(
|
|
2121
|
-
metrics_polling_interval=6000,
|
|
2122
|
-
),
|
|
2123
|
-
doc_db=newrelic.cloud.AwsIntegrationsDocDbArgs(
|
|
2124
|
-
metrics_polling_interval=6000,
|
|
2125
|
-
),
|
|
2126
|
-
sqs=newrelic.cloud.AwsIntegrationsSqsArgs(
|
|
2127
|
-
fetch_extended_inventory=True,
|
|
2128
|
-
fetch_tags=True,
|
|
2129
|
-
queue_prefixes=["queue prefix"],
|
|
2130
|
-
metrics_polling_interval=6000,
|
|
2131
|
-
aws_regions=["us-east-1"],
|
|
2132
|
-
tag_key="tag key",
|
|
2133
|
-
tag_value="tag value",
|
|
2134
|
-
),
|
|
2135
|
-
ebs=newrelic.cloud.AwsIntegrationsEbsArgs(
|
|
2136
|
-
metrics_polling_interval=6000,
|
|
2137
|
-
fetch_extended_inventory=True,
|
|
2138
|
-
aws_regions=["us-east-1"],
|
|
2139
|
-
tag_key="tag key",
|
|
2140
|
-
tag_value="tag value",
|
|
2141
|
-
),
|
|
2142
|
-
alb=newrelic.cloud.AwsIntegrationsAlbArgs(
|
|
2143
|
-
fetch_extended_inventory=True,
|
|
2144
|
-
fetch_tags=True,
|
|
2145
|
-
load_balancer_prefixes=["load balancer prefix"],
|
|
2146
|
-
metrics_polling_interval=6000,
|
|
2147
|
-
aws_regions=["us-east-1"],
|
|
2148
|
-
tag_key="tag key",
|
|
2149
|
-
tag_value="tag value",
|
|
2150
|
-
),
|
|
2151
|
-
elasticache=newrelic.cloud.AwsIntegrationsElasticacheArgs(
|
|
2152
|
-
aws_regions=["us-east-1"],
|
|
2153
|
-
fetch_tags=True,
|
|
2154
|
-
metrics_polling_interval=6000,
|
|
2155
|
-
tag_key="tag key",
|
|
2156
|
-
tag_value="tag value",
|
|
2157
|
-
),
|
|
2158
|
-
api_gateway=newrelic.cloud.AwsIntegrationsApiGatewayArgs(
|
|
2159
|
-
metrics_polling_interval=6000,
|
|
2160
|
-
aws_regions=["us-east-1"],
|
|
2161
|
-
stage_prefixes=["stage prefix"],
|
|
2162
|
-
tag_key="tag key",
|
|
2163
|
-
tag_value="tag value",
|
|
2164
|
-
),
|
|
2165
|
-
auto_scaling=newrelic.cloud.AwsIntegrationsAutoScalingArgs(
|
|
2166
|
-
aws_regions=["us-east-1"],
|
|
2167
|
-
metrics_polling_interval=6000,
|
|
2168
|
-
),
|
|
2169
|
-
aws_app_sync=newrelic.cloud.AwsIntegrationsAwsAppSyncArgs(
|
|
2170
|
-
aws_regions=["us-east-1"],
|
|
2171
|
-
metrics_polling_interval=6000,
|
|
2172
|
-
),
|
|
2173
|
-
aws_athena=newrelic.cloud.AwsIntegrationsAwsAthenaArgs(
|
|
2174
|
-
aws_regions=["us-east-1"],
|
|
2175
|
-
metrics_polling_interval=6000,
|
|
2176
|
-
),
|
|
2177
|
-
aws_cognito=newrelic.cloud.AwsIntegrationsAwsCognitoArgs(
|
|
2178
|
-
aws_regions=["us-east-1"],
|
|
2179
|
-
metrics_polling_interval=6000,
|
|
2180
|
-
),
|
|
2181
|
-
aws_connect=newrelic.cloud.AwsIntegrationsAwsConnectArgs(
|
|
2182
|
-
aws_regions=["us-east-1"],
|
|
2183
|
-
metrics_polling_interval=6000,
|
|
2184
|
-
),
|
|
2185
|
-
aws_direct_connect=newrelic.cloud.AwsIntegrationsAwsDirectConnectArgs(
|
|
2186
|
-
aws_regions=["us-east-1"],
|
|
2187
|
-
metrics_polling_interval=6000,
|
|
2188
|
-
),
|
|
2189
|
-
aws_fsx=newrelic.cloud.AwsIntegrationsAwsFsxArgs(
|
|
2190
|
-
aws_regions=["us-east-1"],
|
|
2191
|
-
metrics_polling_interval=6000,
|
|
2192
|
-
),
|
|
2193
|
-
aws_glue=newrelic.cloud.AwsIntegrationsAwsGlueArgs(
|
|
2194
|
-
aws_regions=["us-east-1"],
|
|
2195
|
-
metrics_polling_interval=6000,
|
|
2196
|
-
),
|
|
2197
|
-
aws_kinesis_analytics=newrelic.cloud.AwsIntegrationsAwsKinesisAnalyticsArgs(
|
|
2198
|
-
aws_regions=["us-east-1"],
|
|
2199
|
-
metrics_polling_interval=6000,
|
|
2200
|
-
),
|
|
2201
|
-
aws_media_convert=newrelic.cloud.AwsIntegrationsAwsMediaConvertArgs(
|
|
2202
|
-
aws_regions=["us-east-1"],
|
|
2203
|
-
metrics_polling_interval=6000,
|
|
2204
|
-
),
|
|
2205
|
-
aws_media_package_vod=newrelic.cloud.AwsIntegrationsAwsMediaPackageVodArgs(
|
|
2206
|
-
aws_regions=["us-east-1"],
|
|
2207
|
-
metrics_polling_interval=6000,
|
|
2208
|
-
),
|
|
2209
|
-
aws_mq=newrelic.cloud.AwsIntegrationsAwsMqArgs(
|
|
2210
|
-
aws_regions=["us-east-1"],
|
|
2211
|
-
metrics_polling_interval=6000,
|
|
2212
|
-
),
|
|
2213
|
-
aws_msk=newrelic.cloud.AwsIntegrationsAwsMskArgs(
|
|
2214
|
-
aws_regions=["us-east-1"],
|
|
2215
|
-
metrics_polling_interval=6000,
|
|
2216
|
-
),
|
|
2217
|
-
aws_neptune=newrelic.cloud.AwsIntegrationsAwsNeptuneArgs(
|
|
2218
|
-
aws_regions=["us-east-1"],
|
|
2219
|
-
metrics_polling_interval=6000,
|
|
2220
|
-
),
|
|
2221
|
-
aws_qldb=newrelic.cloud.AwsIntegrationsAwsQldbArgs(
|
|
2222
|
-
aws_regions=["us-east-1"],
|
|
2223
|
-
metrics_polling_interval=6000,
|
|
2224
|
-
),
|
|
2225
|
-
aws_route53resolver=newrelic.cloud.AwsIntegrationsAwsRoute53resolverArgs(
|
|
2226
|
-
aws_regions=["us-east-1"],
|
|
2227
|
-
metrics_polling_interval=6000,
|
|
2228
|
-
),
|
|
2229
|
-
aws_states=newrelic.cloud.AwsIntegrationsAwsStatesArgs(
|
|
2230
|
-
aws_regions=["us-east-1"],
|
|
2231
|
-
metrics_polling_interval=6000,
|
|
2232
|
-
),
|
|
2233
|
-
aws_transit_gateway=newrelic.cloud.AwsIntegrationsAwsTransitGatewayArgs(
|
|
2234
|
-
aws_regions=["us-east-1"],
|
|
2235
|
-
metrics_polling_interval=6000,
|
|
2236
|
-
),
|
|
2237
|
-
aws_waf=newrelic.cloud.AwsIntegrationsAwsWafArgs(
|
|
2238
|
-
aws_regions=["us-east-1"],
|
|
2239
|
-
metrics_polling_interval=6000,
|
|
2240
|
-
),
|
|
2241
|
-
aws_wafv2=newrelic.cloud.AwsIntegrationsAwsWafv2Args(
|
|
2242
|
-
aws_regions=["us-east-1"],
|
|
2243
|
-
metrics_polling_interval=6000,
|
|
2244
|
-
),
|
|
2245
|
-
cloudfront=newrelic.cloud.AwsIntegrationsCloudfrontArgs(
|
|
2246
|
-
fetch_lambdas_at_edge=True,
|
|
2247
|
-
fetch_tags=True,
|
|
2248
|
-
metrics_polling_interval=6000,
|
|
2249
|
-
tag_key="tag key",
|
|
2250
|
-
tag_value="tag value",
|
|
2251
|
-
),
|
|
2252
|
-
dynamodb=newrelic.cloud.AwsIntegrationsDynamodbArgs(
|
|
2253
|
-
aws_regions=["us-east-1"],
|
|
2254
|
-
fetch_extended_inventory=True,
|
|
2255
|
-
fetch_tags=True,
|
|
2256
|
-
metrics_polling_interval=6000,
|
|
2257
|
-
tag_key="tag key",
|
|
2258
|
-
tag_value="tag value",
|
|
2259
|
-
),
|
|
2260
|
-
ec2=newrelic.cloud.AwsIntegrationsEc2Args(
|
|
2261
|
-
aws_regions=["us-east-1"],
|
|
2262
|
-
duplicate_ec2_tags=True,
|
|
2263
|
-
fetch_ip_addresses=True,
|
|
2264
|
-
metrics_polling_interval=6000,
|
|
2265
|
-
tag_key="tag key",
|
|
2266
|
-
tag_value="tag value",
|
|
2267
|
-
),
|
|
2268
|
-
ecs=newrelic.cloud.AwsIntegrationsEcsArgs(
|
|
2269
|
-
aws_regions=["us-east-1"],
|
|
2270
|
-
fetch_tags=True,
|
|
2271
|
-
metrics_polling_interval=6000,
|
|
2272
|
-
tag_key="tag key",
|
|
2273
|
-
tag_value="tag value",
|
|
2274
|
-
),
|
|
2275
|
-
efs=newrelic.cloud.AwsIntegrationsEfsArgs(
|
|
2276
|
-
aws_regions=["us-east-1"],
|
|
2277
|
-
fetch_tags=True,
|
|
2278
|
-
metrics_polling_interval=6000,
|
|
2279
|
-
tag_key="tag key",
|
|
2280
|
-
tag_value="tag value",
|
|
2281
|
-
),
|
|
2282
|
-
elasticbeanstalk=newrelic.cloud.AwsIntegrationsElasticbeanstalkArgs(
|
|
2283
|
-
aws_regions=["us-east-1"],
|
|
2284
|
-
fetch_extended_inventory=True,
|
|
2285
|
-
fetch_tags=True,
|
|
2286
|
-
metrics_polling_interval=6000,
|
|
2287
|
-
tag_key="tag key",
|
|
2288
|
-
tag_value="tag value",
|
|
2289
|
-
),
|
|
2290
|
-
elasticsearch=newrelic.cloud.AwsIntegrationsElasticsearchArgs(
|
|
2291
|
-
aws_regions=["us-east-1"],
|
|
2292
|
-
fetch_nodes=True,
|
|
2293
|
-
metrics_polling_interval=6000,
|
|
2294
|
-
tag_key="tag key",
|
|
2295
|
-
tag_value="tag value",
|
|
2296
|
-
),
|
|
2297
|
-
elb=newrelic.cloud.AwsIntegrationsElbArgs(
|
|
2298
|
-
aws_regions=["us-east-1"],
|
|
2299
|
-
fetch_extended_inventory=True,
|
|
2300
|
-
fetch_tags=True,
|
|
2301
|
-
metrics_polling_interval=6000,
|
|
2302
|
-
),
|
|
2303
|
-
emr=newrelic.cloud.AwsIntegrationsEmrArgs(
|
|
2304
|
-
aws_regions=["us-east-1"],
|
|
2305
|
-
fetch_tags=True,
|
|
2306
|
-
metrics_polling_interval=6000,
|
|
2307
|
-
tag_key="tag key",
|
|
2308
|
-
tag_value="tag value",
|
|
2309
|
-
),
|
|
2310
|
-
iam=newrelic.cloud.AwsIntegrationsIamArgs(
|
|
2311
|
-
metrics_polling_interval=6000,
|
|
2312
|
-
tag_key="tag key",
|
|
2313
|
-
tag_value="tag value",
|
|
2314
|
-
),
|
|
2315
|
-
iot=newrelic.cloud.AwsIntegrationsIotArgs(
|
|
2316
|
-
aws_regions=["us-east-1"],
|
|
2317
|
-
metrics_polling_interval=6000,
|
|
2318
|
-
),
|
|
2319
|
-
kinesis=newrelic.cloud.AwsIntegrationsKinesisArgs(
|
|
2320
|
-
aws_regions=["us-east-1"],
|
|
2321
|
-
fetch_shards=True,
|
|
2322
|
-
fetch_tags=True,
|
|
2323
|
-
metrics_polling_interval=6000,
|
|
2324
|
-
tag_key="tag key",
|
|
2325
|
-
tag_value="tag value",
|
|
2326
|
-
),
|
|
2327
|
-
kinesis_firehose=newrelic.cloud.AwsIntegrationsKinesisFirehoseArgs(
|
|
2328
|
-
aws_regions=["us-east-1"],
|
|
2329
|
-
metrics_polling_interval=6000,
|
|
2330
|
-
),
|
|
2331
|
-
lambda_=newrelic.cloud.AwsIntegrationsLambdaArgs(
|
|
2332
|
-
aws_regions=["us-east-1"],
|
|
2333
|
-
fetch_tags=True,
|
|
2334
|
-
metrics_polling_interval=6000,
|
|
2335
|
-
tag_key="tag key",
|
|
2336
|
-
tag_value="tag value",
|
|
2337
|
-
),
|
|
2338
|
-
rds=newrelic.cloud.AwsIntegrationsRdsArgs(
|
|
2339
|
-
aws_regions=["us-east-1"],
|
|
2340
|
-
fetch_tags=True,
|
|
2341
|
-
metrics_polling_interval=6000,
|
|
2342
|
-
tag_key="tag key",
|
|
2343
|
-
tag_value="tag value",
|
|
2344
|
-
),
|
|
2345
|
-
redshift=newrelic.cloud.AwsIntegrationsRedshiftArgs(
|
|
2346
|
-
aws_regions=["us-east-1"],
|
|
2347
|
-
metrics_polling_interval=6000,
|
|
2348
|
-
tag_key="tag key",
|
|
2349
|
-
tag_value="tag value",
|
|
2350
|
-
),
|
|
2351
|
-
route53=newrelic.cloud.AwsIntegrationsRoute53Args(
|
|
2352
|
-
fetch_extended_inventory=True,
|
|
2353
|
-
metrics_polling_interval=6000,
|
|
2354
|
-
),
|
|
2355
|
-
ses=newrelic.cloud.AwsIntegrationsSesArgs(
|
|
2356
|
-
aws_regions=["us-east-1"],
|
|
2357
|
-
metrics_polling_interval=6000,
|
|
2358
|
-
),
|
|
2359
|
-
sns=newrelic.cloud.AwsIntegrationsSnsArgs(
|
|
2360
|
-
aws_regions=["us-east-1"],
|
|
2361
|
-
fetch_extended_inventory=True,
|
|
2362
|
-
metrics_polling_interval=6000,
|
|
2363
|
-
))
|
|
2364
|
-
```
|
|
2365
|
-
<!--End PulumiCodeChooser -->
|
|
2366
|
-
|
|
2367
1859
|
## Import
|
|
2368
1860
|
|
|
2369
1861
|
Linked AWS account integrations can be imported using the `id`, e.g.
|
|
@@ -2376,121 +1868,61 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2376
1868
|
|
|
2377
1869
|
:param str resource_name: The name of the resource.
|
|
2378
1870
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2379
|
-
:param pulumi.Input[
|
|
2380
|
-
:param pulumi.Input[
|
|
2381
|
-
:param pulumi.Input[
|
|
2382
|
-
:param pulumi.Input[
|
|
2383
|
-
:param pulumi.Input[
|
|
2384
|
-
:param pulumi.Input[
|
|
2385
|
-
:param pulumi.Input[
|
|
2386
|
-
:param pulumi.Input[
|
|
2387
|
-
:param pulumi.Input[
|
|
2388
|
-
:param pulumi.Input[
|
|
2389
|
-
:param pulumi.Input[
|
|
2390
|
-
:param pulumi.Input[
|
|
2391
|
-
:param pulumi.Input[
|
|
2392
|
-
:param pulumi.Input[
|
|
2393
|
-
:param pulumi.Input[
|
|
2394
|
-
:param pulumi.Input[
|
|
2395
|
-
:param pulumi.Input[
|
|
2396
|
-
:param pulumi.Input[
|
|
2397
|
-
:param pulumi.Input[
|
|
2398
|
-
:param pulumi.Input[
|
|
2399
|
-
:param pulumi.Input[
|
|
2400
|
-
:param pulumi.Input[
|
|
2401
|
-
:param pulumi.Input[
|
|
2402
|
-
:param pulumi.Input[
|
|
2403
|
-
:param pulumi.Input[
|
|
2404
|
-
:param pulumi.Input[
|
|
2405
|
-
:param pulumi.Input[
|
|
2406
|
-
:param pulumi.Input[
|
|
2407
|
-
:param pulumi.Input[
|
|
2408
|
-
:param pulumi.Input[
|
|
2409
|
-
:param pulumi.Input[
|
|
2410
|
-
:param pulumi.Input[
|
|
2411
|
-
:param pulumi.Input[
|
|
2412
|
-
:param pulumi.Input[
|
|
2413
|
-
:param pulumi.Input[
|
|
2414
|
-
:param pulumi.Input[
|
|
2415
|
-
:param pulumi.Input[
|
|
2416
|
-
:param pulumi.Input[
|
|
2417
|
-
:param pulumi.Input[
|
|
2418
|
-
:param pulumi.Input[
|
|
2419
|
-
:param pulumi.Input[
|
|
2420
|
-
:param pulumi.Input[
|
|
2421
|
-
:param pulumi.Input[
|
|
2422
|
-
:param pulumi.Input[
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
| `aws_athena` | Athena Integration |
|
|
2435
|
-
| `aws_cognito` | Cognito Integration |
|
|
2436
|
-
| `aws_connect` | Connect Integration |
|
|
2437
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
|
2438
|
-
| `aws_fsx` | FSx Integration |
|
|
2439
|
-
| `aws_glue` | Glue Integration |
|
|
2440
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
|
2441
|
-
| `aws_media_convert` | MediaConvert Integration |
|
|
2442
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
|
2443
|
-
| `aws_mq` | MQ Integration |
|
|
2444
|
-
| `aws_msk` | MSK Integration |
|
|
2445
|
-
| `aws_neptune` | Neptune Integration |
|
|
2446
|
-
| `aws_qldb` | QLDB Integration |
|
|
2447
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
|
2448
|
-
| `aws_states` | States Integration |
|
|
2449
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
|
2450
|
-
| `aws_waf` | WAF Integration |
|
|
2451
|
-
| `aws_wafv2` | WAFv2 Integration |
|
|
2452
|
-
| `billing` | Billing Integration |
|
|
2453
|
-
| `cloudfront` | CloudFront Integration |
|
|
2454
|
-
| `cloudtrail` | CloudTrail Integration |
|
|
2455
|
-
| `doc_db` | DocumentDB Integration |
|
|
2456
|
-
| `dynamodb` | DynamoDB Integration |
|
|
2457
|
-
| `ebs` | EBS Integration |
|
|
2458
|
-
| `ec2` | EC2 Integration |
|
|
2459
|
-
| `ecs` | ECS Integration |
|
|
2460
|
-
| `efs` | EFS Integration |
|
|
2461
|
-
| `elasticache` | ElastiCache Integration |
|
|
2462
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
|
2463
|
-
| `elasticsearch` | Elasticsearch Integration |
|
|
2464
|
-
| `elb` | ELB Integration |
|
|
2465
|
-
| `emr` | EMR Integration |
|
|
2466
|
-
| `health` | Health Integration |
|
|
2467
|
-
| `iam` | IAM Integration |
|
|
2468
|
-
| `iot` | IoT Integration |
|
|
2469
|
-
| `kinesis` | Kinesis Integration |
|
|
2470
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
|
2471
|
-
| `lambda` | Lambda Integration |
|
|
2472
|
-
| `rds` | RDS Integration |
|
|
2473
|
-
| `redshift` | Redshift Integration |
|
|
2474
|
-
| `route53` | Route53 Integration |
|
|
2475
|
-
| `s3` | S3 Integration |
|
|
2476
|
-
| `ses` | SES Integration |
|
|
2477
|
-
| `sns` | SNS Integration |
|
|
2478
|
-
| `sqs` | SQS Integration |
|
|
2479
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
|
2480
|
-
| `vpc` | VPC Integration |
|
|
2481
|
-
| `x_ray` | X-Ray Integration |
|
|
2482
|
-
|
|
2483
|
-
</details>
|
|
2484
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRdsArgs']] rds: Rds integration
|
|
2485
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRedshiftArgs']] redshift: Redshift integration
|
|
2486
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRoute53Args']] route53: Route53 integration
|
|
2487
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsS3Args']] s3: S3 integration
|
|
2488
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSesArgs']] ses: Ses integration
|
|
2489
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSnsArgs']] sns: Sns integration
|
|
2490
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSqsArgs']] sqs: SQS integration
|
|
2491
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsTrustedAdvisorArgs']] trusted_advisor: Trusted Advisor integration
|
|
2492
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsVpcArgs']] vpc: VPC integration
|
|
2493
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsXRayArgs']] x_ray: X-Ray integration
|
|
1871
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
1872
|
+
:param pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']] alb: ALB integration
|
|
1873
|
+
:param pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']] api_gateway: API Gateway integration
|
|
1874
|
+
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling: AutoScaling integration
|
|
1875
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync: Aws Appsync integration
|
|
1876
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena: Aws Athena integration
|
|
1877
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']] aws_auto_discovery: Aws Auto Discovery Integration
|
|
1878
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito: Aws Cognito integration
|
|
1879
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect: Aws Connect integration
|
|
1880
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect: Aws Direct Connect integration
|
|
1881
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']] aws_fsx: Aws Fsx integration
|
|
1882
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']] aws_glue: Aws Glue integration
|
|
1883
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
|
1884
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']] aws_media_convert: Aws Media Convert integration
|
|
1885
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']] aws_media_package_vod: Aws Media PackageVod integration
|
|
1886
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']] aws_mq: Aws Mq integration
|
|
1887
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']] aws_msk: Aws Msk integration
|
|
1888
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']] aws_neptune: Aws Neptune integration
|
|
1889
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']] aws_qldb: Aws Qldb integration
|
|
1890
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']] aws_route53resolver: Aws Route53resolver integration
|
|
1891
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsStatesArgs', 'AwsIntegrationsAwsStatesArgsDict']] aws_states: Aws states integration
|
|
1892
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']] aws_transit_gateway: Aws Transit Gateway integration
|
|
1893
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']] aws_waf: Aws Waf integration
|
|
1894
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']] aws_wafv2: Aws Wafv2 integration
|
|
1895
|
+
:param pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']] billing: Billing integration
|
|
1896
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']] cloudfront: Cloudfront integration
|
|
1897
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']] cloudtrail: CloudTrail integration
|
|
1898
|
+
:param pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']] doc_db: Doc DB integration
|
|
1899
|
+
:param pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']] dynamodb: Dynamo DB integration
|
|
1900
|
+
:param pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']] ebs: EBS integration
|
|
1901
|
+
:param pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']] ec2: Ec2 integration
|
|
1902
|
+
:param pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']] ecs: Ecs integration
|
|
1903
|
+
:param pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']] efs: Efs integration
|
|
1904
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']] elasticache: Elasticache integration
|
|
1905
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']] elasticbeanstalk: Elastic Bean Stalk integration
|
|
1906
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']] elasticsearch: Elastic Search integration
|
|
1907
|
+
:param pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']] elb: Elb integration
|
|
1908
|
+
:param pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']] emr: Emr integration
|
|
1909
|
+
:param pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']] health: Health integration
|
|
1910
|
+
:param pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']] iam: Iam integration
|
|
1911
|
+
:param pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']] iot: Iot integration
|
|
1912
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']] kinesis: Kinesis integration
|
|
1913
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']] kinesis_firehose: Kinesis Firehose integration
|
|
1914
|
+
:param pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']] lambda_: Lambda integration
|
|
1915
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked AWS account in New Relic.
|
|
1916
|
+
:param pulumi.Input[Union['AwsIntegrationsRdsArgs', 'AwsIntegrationsRdsArgsDict']] rds: Rds integration
|
|
1917
|
+
:param pulumi.Input[Union['AwsIntegrationsRedshiftArgs', 'AwsIntegrationsRedshiftArgsDict']] redshift: Redshift integration
|
|
1918
|
+
:param pulumi.Input[Union['AwsIntegrationsRoute53Args', 'AwsIntegrationsRoute53ArgsDict']] route53: Route53 integration
|
|
1919
|
+
:param pulumi.Input[Union['AwsIntegrationsS3Args', 'AwsIntegrationsS3ArgsDict']] s3: S3 integration
|
|
1920
|
+
:param pulumi.Input[Union['AwsIntegrationsSesArgs', 'AwsIntegrationsSesArgsDict']] ses: Ses integration
|
|
1921
|
+
:param pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']] sns: Sns integration
|
|
1922
|
+
:param pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']] sqs: SQS integration
|
|
1923
|
+
:param pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']] trusted_advisor: Trusted Advisor integration
|
|
1924
|
+
:param pulumi.Input[Union['AwsIntegrationsVpcArgs', 'AwsIntegrationsVpcArgsDict']] vpc: VPC integration
|
|
1925
|
+
:param pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']] x_ray: X-Ray integration
|
|
2494
1926
|
"""
|
|
2495
1927
|
...
|
|
2496
1928
|
@overload
|
|
@@ -2499,309 +1931,6 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2499
1931
|
args: AwsIntegrationsArgs,
|
|
2500
1932
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
2501
1933
|
"""
|
|
2502
|
-
Use this resource to integrate AWS services with New Relic.
|
|
2503
|
-
|
|
2504
|
-
## Prerequisite
|
|
2505
|
-
|
|
2506
|
-
Setup is required for this resource to work properly. This resource assumes you have linked an AWS account to New Relic and configured it to push metrics using CloudWatch Metric Streams.
|
|
2507
|
-
|
|
2508
|
-
New Relic doesn't automatically receive metrics from AWS for some services so this resource can be used to configure integrations to those services.
|
|
2509
|
-
|
|
2510
|
-
Using a metric stream to New Relic is the preferred way to integrate with AWS. Follow the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-metric-stream/#set-up-metric-stream) to set up a metric stream. This resource supports any integration that's not available through AWS metric stream.
|
|
2511
|
-
|
|
2512
|
-
## Example Usage
|
|
2513
|
-
|
|
2514
|
-
Leave an integration block empty to use its default configuration. You can also use the full example, including the AWS set up, found in our guides.
|
|
2515
|
-
|
|
2516
|
-
<!--Start PulumiCodeChooser -->
|
|
2517
|
-
```python
|
|
2518
|
-
import pulumi
|
|
2519
|
-
import pulumi_newrelic as newrelic
|
|
2520
|
-
|
|
2521
|
-
foo = newrelic.cloud.AwsLinkAccount("foo",
|
|
2522
|
-
arn=aws_iam_role["newrelic_aws_role"]["arn"],
|
|
2523
|
-
metric_collection_mode="PULL")
|
|
2524
|
-
bar = newrelic.cloud.AwsIntegrations("bar",
|
|
2525
|
-
linked_account_id=foo.id,
|
|
2526
|
-
billing=newrelic.cloud.AwsIntegrationsBillingArgs(),
|
|
2527
|
-
cloudtrail=newrelic.cloud.AwsIntegrationsCloudtrailArgs(
|
|
2528
|
-
metrics_polling_interval=6000,
|
|
2529
|
-
aws_regions=[
|
|
2530
|
-
"us-east-1",
|
|
2531
|
-
"us-east-2",
|
|
2532
|
-
],
|
|
2533
|
-
),
|
|
2534
|
-
health=newrelic.cloud.AwsIntegrationsHealthArgs(
|
|
2535
|
-
metrics_polling_interval=6000,
|
|
2536
|
-
),
|
|
2537
|
-
trusted_advisor=newrelic.cloud.AwsIntegrationsTrustedAdvisorArgs(
|
|
2538
|
-
metrics_polling_interval=6000,
|
|
2539
|
-
),
|
|
2540
|
-
vpc=newrelic.cloud.AwsIntegrationsVpcArgs(
|
|
2541
|
-
metrics_polling_interval=6000,
|
|
2542
|
-
aws_regions=[
|
|
2543
|
-
"us-east-1",
|
|
2544
|
-
"us-east-2",
|
|
2545
|
-
],
|
|
2546
|
-
fetch_nat_gateway=True,
|
|
2547
|
-
fetch_vpn=False,
|
|
2548
|
-
tag_key="tag key",
|
|
2549
|
-
tag_value="tag value",
|
|
2550
|
-
),
|
|
2551
|
-
x_ray=newrelic.cloud.AwsIntegrationsXRayArgs(
|
|
2552
|
-
metrics_polling_interval=6000,
|
|
2553
|
-
aws_regions=[
|
|
2554
|
-
"us-east-1",
|
|
2555
|
-
"us-east-2",
|
|
2556
|
-
],
|
|
2557
|
-
),
|
|
2558
|
-
s3=newrelic.cloud.AwsIntegrationsS3Args(
|
|
2559
|
-
metrics_polling_interval=6000,
|
|
2560
|
-
),
|
|
2561
|
-
doc_db=newrelic.cloud.AwsIntegrationsDocDbArgs(
|
|
2562
|
-
metrics_polling_interval=6000,
|
|
2563
|
-
),
|
|
2564
|
-
sqs=newrelic.cloud.AwsIntegrationsSqsArgs(
|
|
2565
|
-
fetch_extended_inventory=True,
|
|
2566
|
-
fetch_tags=True,
|
|
2567
|
-
queue_prefixes=["queue prefix"],
|
|
2568
|
-
metrics_polling_interval=6000,
|
|
2569
|
-
aws_regions=["us-east-1"],
|
|
2570
|
-
tag_key="tag key",
|
|
2571
|
-
tag_value="tag value",
|
|
2572
|
-
),
|
|
2573
|
-
ebs=newrelic.cloud.AwsIntegrationsEbsArgs(
|
|
2574
|
-
metrics_polling_interval=6000,
|
|
2575
|
-
fetch_extended_inventory=True,
|
|
2576
|
-
aws_regions=["us-east-1"],
|
|
2577
|
-
tag_key="tag key",
|
|
2578
|
-
tag_value="tag value",
|
|
2579
|
-
),
|
|
2580
|
-
alb=newrelic.cloud.AwsIntegrationsAlbArgs(
|
|
2581
|
-
fetch_extended_inventory=True,
|
|
2582
|
-
fetch_tags=True,
|
|
2583
|
-
load_balancer_prefixes=["load balancer prefix"],
|
|
2584
|
-
metrics_polling_interval=6000,
|
|
2585
|
-
aws_regions=["us-east-1"],
|
|
2586
|
-
tag_key="tag key",
|
|
2587
|
-
tag_value="tag value",
|
|
2588
|
-
),
|
|
2589
|
-
elasticache=newrelic.cloud.AwsIntegrationsElasticacheArgs(
|
|
2590
|
-
aws_regions=["us-east-1"],
|
|
2591
|
-
fetch_tags=True,
|
|
2592
|
-
metrics_polling_interval=6000,
|
|
2593
|
-
tag_key="tag key",
|
|
2594
|
-
tag_value="tag value",
|
|
2595
|
-
),
|
|
2596
|
-
api_gateway=newrelic.cloud.AwsIntegrationsApiGatewayArgs(
|
|
2597
|
-
metrics_polling_interval=6000,
|
|
2598
|
-
aws_regions=["us-east-1"],
|
|
2599
|
-
stage_prefixes=["stage prefix"],
|
|
2600
|
-
tag_key="tag key",
|
|
2601
|
-
tag_value="tag value",
|
|
2602
|
-
),
|
|
2603
|
-
auto_scaling=newrelic.cloud.AwsIntegrationsAutoScalingArgs(
|
|
2604
|
-
aws_regions=["us-east-1"],
|
|
2605
|
-
metrics_polling_interval=6000,
|
|
2606
|
-
),
|
|
2607
|
-
aws_app_sync=newrelic.cloud.AwsIntegrationsAwsAppSyncArgs(
|
|
2608
|
-
aws_regions=["us-east-1"],
|
|
2609
|
-
metrics_polling_interval=6000,
|
|
2610
|
-
),
|
|
2611
|
-
aws_athena=newrelic.cloud.AwsIntegrationsAwsAthenaArgs(
|
|
2612
|
-
aws_regions=["us-east-1"],
|
|
2613
|
-
metrics_polling_interval=6000,
|
|
2614
|
-
),
|
|
2615
|
-
aws_cognito=newrelic.cloud.AwsIntegrationsAwsCognitoArgs(
|
|
2616
|
-
aws_regions=["us-east-1"],
|
|
2617
|
-
metrics_polling_interval=6000,
|
|
2618
|
-
),
|
|
2619
|
-
aws_connect=newrelic.cloud.AwsIntegrationsAwsConnectArgs(
|
|
2620
|
-
aws_regions=["us-east-1"],
|
|
2621
|
-
metrics_polling_interval=6000,
|
|
2622
|
-
),
|
|
2623
|
-
aws_direct_connect=newrelic.cloud.AwsIntegrationsAwsDirectConnectArgs(
|
|
2624
|
-
aws_regions=["us-east-1"],
|
|
2625
|
-
metrics_polling_interval=6000,
|
|
2626
|
-
),
|
|
2627
|
-
aws_fsx=newrelic.cloud.AwsIntegrationsAwsFsxArgs(
|
|
2628
|
-
aws_regions=["us-east-1"],
|
|
2629
|
-
metrics_polling_interval=6000,
|
|
2630
|
-
),
|
|
2631
|
-
aws_glue=newrelic.cloud.AwsIntegrationsAwsGlueArgs(
|
|
2632
|
-
aws_regions=["us-east-1"],
|
|
2633
|
-
metrics_polling_interval=6000,
|
|
2634
|
-
),
|
|
2635
|
-
aws_kinesis_analytics=newrelic.cloud.AwsIntegrationsAwsKinesisAnalyticsArgs(
|
|
2636
|
-
aws_regions=["us-east-1"],
|
|
2637
|
-
metrics_polling_interval=6000,
|
|
2638
|
-
),
|
|
2639
|
-
aws_media_convert=newrelic.cloud.AwsIntegrationsAwsMediaConvertArgs(
|
|
2640
|
-
aws_regions=["us-east-1"],
|
|
2641
|
-
metrics_polling_interval=6000,
|
|
2642
|
-
),
|
|
2643
|
-
aws_media_package_vod=newrelic.cloud.AwsIntegrationsAwsMediaPackageVodArgs(
|
|
2644
|
-
aws_regions=["us-east-1"],
|
|
2645
|
-
metrics_polling_interval=6000,
|
|
2646
|
-
),
|
|
2647
|
-
aws_mq=newrelic.cloud.AwsIntegrationsAwsMqArgs(
|
|
2648
|
-
aws_regions=["us-east-1"],
|
|
2649
|
-
metrics_polling_interval=6000,
|
|
2650
|
-
),
|
|
2651
|
-
aws_msk=newrelic.cloud.AwsIntegrationsAwsMskArgs(
|
|
2652
|
-
aws_regions=["us-east-1"],
|
|
2653
|
-
metrics_polling_interval=6000,
|
|
2654
|
-
),
|
|
2655
|
-
aws_neptune=newrelic.cloud.AwsIntegrationsAwsNeptuneArgs(
|
|
2656
|
-
aws_regions=["us-east-1"],
|
|
2657
|
-
metrics_polling_interval=6000,
|
|
2658
|
-
),
|
|
2659
|
-
aws_qldb=newrelic.cloud.AwsIntegrationsAwsQldbArgs(
|
|
2660
|
-
aws_regions=["us-east-1"],
|
|
2661
|
-
metrics_polling_interval=6000,
|
|
2662
|
-
),
|
|
2663
|
-
aws_route53resolver=newrelic.cloud.AwsIntegrationsAwsRoute53resolverArgs(
|
|
2664
|
-
aws_regions=["us-east-1"],
|
|
2665
|
-
metrics_polling_interval=6000,
|
|
2666
|
-
),
|
|
2667
|
-
aws_states=newrelic.cloud.AwsIntegrationsAwsStatesArgs(
|
|
2668
|
-
aws_regions=["us-east-1"],
|
|
2669
|
-
metrics_polling_interval=6000,
|
|
2670
|
-
),
|
|
2671
|
-
aws_transit_gateway=newrelic.cloud.AwsIntegrationsAwsTransitGatewayArgs(
|
|
2672
|
-
aws_regions=["us-east-1"],
|
|
2673
|
-
metrics_polling_interval=6000,
|
|
2674
|
-
),
|
|
2675
|
-
aws_waf=newrelic.cloud.AwsIntegrationsAwsWafArgs(
|
|
2676
|
-
aws_regions=["us-east-1"],
|
|
2677
|
-
metrics_polling_interval=6000,
|
|
2678
|
-
),
|
|
2679
|
-
aws_wafv2=newrelic.cloud.AwsIntegrationsAwsWafv2Args(
|
|
2680
|
-
aws_regions=["us-east-1"],
|
|
2681
|
-
metrics_polling_interval=6000,
|
|
2682
|
-
),
|
|
2683
|
-
cloudfront=newrelic.cloud.AwsIntegrationsCloudfrontArgs(
|
|
2684
|
-
fetch_lambdas_at_edge=True,
|
|
2685
|
-
fetch_tags=True,
|
|
2686
|
-
metrics_polling_interval=6000,
|
|
2687
|
-
tag_key="tag key",
|
|
2688
|
-
tag_value="tag value",
|
|
2689
|
-
),
|
|
2690
|
-
dynamodb=newrelic.cloud.AwsIntegrationsDynamodbArgs(
|
|
2691
|
-
aws_regions=["us-east-1"],
|
|
2692
|
-
fetch_extended_inventory=True,
|
|
2693
|
-
fetch_tags=True,
|
|
2694
|
-
metrics_polling_interval=6000,
|
|
2695
|
-
tag_key="tag key",
|
|
2696
|
-
tag_value="tag value",
|
|
2697
|
-
),
|
|
2698
|
-
ec2=newrelic.cloud.AwsIntegrationsEc2Args(
|
|
2699
|
-
aws_regions=["us-east-1"],
|
|
2700
|
-
duplicate_ec2_tags=True,
|
|
2701
|
-
fetch_ip_addresses=True,
|
|
2702
|
-
metrics_polling_interval=6000,
|
|
2703
|
-
tag_key="tag key",
|
|
2704
|
-
tag_value="tag value",
|
|
2705
|
-
),
|
|
2706
|
-
ecs=newrelic.cloud.AwsIntegrationsEcsArgs(
|
|
2707
|
-
aws_regions=["us-east-1"],
|
|
2708
|
-
fetch_tags=True,
|
|
2709
|
-
metrics_polling_interval=6000,
|
|
2710
|
-
tag_key="tag key",
|
|
2711
|
-
tag_value="tag value",
|
|
2712
|
-
),
|
|
2713
|
-
efs=newrelic.cloud.AwsIntegrationsEfsArgs(
|
|
2714
|
-
aws_regions=["us-east-1"],
|
|
2715
|
-
fetch_tags=True,
|
|
2716
|
-
metrics_polling_interval=6000,
|
|
2717
|
-
tag_key="tag key",
|
|
2718
|
-
tag_value="tag value",
|
|
2719
|
-
),
|
|
2720
|
-
elasticbeanstalk=newrelic.cloud.AwsIntegrationsElasticbeanstalkArgs(
|
|
2721
|
-
aws_regions=["us-east-1"],
|
|
2722
|
-
fetch_extended_inventory=True,
|
|
2723
|
-
fetch_tags=True,
|
|
2724
|
-
metrics_polling_interval=6000,
|
|
2725
|
-
tag_key="tag key",
|
|
2726
|
-
tag_value="tag value",
|
|
2727
|
-
),
|
|
2728
|
-
elasticsearch=newrelic.cloud.AwsIntegrationsElasticsearchArgs(
|
|
2729
|
-
aws_regions=["us-east-1"],
|
|
2730
|
-
fetch_nodes=True,
|
|
2731
|
-
metrics_polling_interval=6000,
|
|
2732
|
-
tag_key="tag key",
|
|
2733
|
-
tag_value="tag value",
|
|
2734
|
-
),
|
|
2735
|
-
elb=newrelic.cloud.AwsIntegrationsElbArgs(
|
|
2736
|
-
aws_regions=["us-east-1"],
|
|
2737
|
-
fetch_extended_inventory=True,
|
|
2738
|
-
fetch_tags=True,
|
|
2739
|
-
metrics_polling_interval=6000,
|
|
2740
|
-
),
|
|
2741
|
-
emr=newrelic.cloud.AwsIntegrationsEmrArgs(
|
|
2742
|
-
aws_regions=["us-east-1"],
|
|
2743
|
-
fetch_tags=True,
|
|
2744
|
-
metrics_polling_interval=6000,
|
|
2745
|
-
tag_key="tag key",
|
|
2746
|
-
tag_value="tag value",
|
|
2747
|
-
),
|
|
2748
|
-
iam=newrelic.cloud.AwsIntegrationsIamArgs(
|
|
2749
|
-
metrics_polling_interval=6000,
|
|
2750
|
-
tag_key="tag key",
|
|
2751
|
-
tag_value="tag value",
|
|
2752
|
-
),
|
|
2753
|
-
iot=newrelic.cloud.AwsIntegrationsIotArgs(
|
|
2754
|
-
aws_regions=["us-east-1"],
|
|
2755
|
-
metrics_polling_interval=6000,
|
|
2756
|
-
),
|
|
2757
|
-
kinesis=newrelic.cloud.AwsIntegrationsKinesisArgs(
|
|
2758
|
-
aws_regions=["us-east-1"],
|
|
2759
|
-
fetch_shards=True,
|
|
2760
|
-
fetch_tags=True,
|
|
2761
|
-
metrics_polling_interval=6000,
|
|
2762
|
-
tag_key="tag key",
|
|
2763
|
-
tag_value="tag value",
|
|
2764
|
-
),
|
|
2765
|
-
kinesis_firehose=newrelic.cloud.AwsIntegrationsKinesisFirehoseArgs(
|
|
2766
|
-
aws_regions=["us-east-1"],
|
|
2767
|
-
metrics_polling_interval=6000,
|
|
2768
|
-
),
|
|
2769
|
-
lambda_=newrelic.cloud.AwsIntegrationsLambdaArgs(
|
|
2770
|
-
aws_regions=["us-east-1"],
|
|
2771
|
-
fetch_tags=True,
|
|
2772
|
-
metrics_polling_interval=6000,
|
|
2773
|
-
tag_key="tag key",
|
|
2774
|
-
tag_value="tag value",
|
|
2775
|
-
),
|
|
2776
|
-
rds=newrelic.cloud.AwsIntegrationsRdsArgs(
|
|
2777
|
-
aws_regions=["us-east-1"],
|
|
2778
|
-
fetch_tags=True,
|
|
2779
|
-
metrics_polling_interval=6000,
|
|
2780
|
-
tag_key="tag key",
|
|
2781
|
-
tag_value="tag value",
|
|
2782
|
-
),
|
|
2783
|
-
redshift=newrelic.cloud.AwsIntegrationsRedshiftArgs(
|
|
2784
|
-
aws_regions=["us-east-1"],
|
|
2785
|
-
metrics_polling_interval=6000,
|
|
2786
|
-
tag_key="tag key",
|
|
2787
|
-
tag_value="tag value",
|
|
2788
|
-
),
|
|
2789
|
-
route53=newrelic.cloud.AwsIntegrationsRoute53Args(
|
|
2790
|
-
fetch_extended_inventory=True,
|
|
2791
|
-
metrics_polling_interval=6000,
|
|
2792
|
-
),
|
|
2793
|
-
ses=newrelic.cloud.AwsIntegrationsSesArgs(
|
|
2794
|
-
aws_regions=["us-east-1"],
|
|
2795
|
-
metrics_polling_interval=6000,
|
|
2796
|
-
),
|
|
2797
|
-
sns=newrelic.cloud.AwsIntegrationsSnsArgs(
|
|
2798
|
-
aws_regions=["us-east-1"],
|
|
2799
|
-
fetch_extended_inventory=True,
|
|
2800
|
-
metrics_polling_interval=6000,
|
|
2801
|
-
))
|
|
2802
|
-
```
|
|
2803
|
-
<!--End PulumiCodeChooser -->
|
|
2804
|
-
|
|
2805
1934
|
## Import
|
|
2806
1935
|
|
|
2807
1936
|
Linked AWS account integrations can be imported using the `id`, e.g.
|
|
@@ -2827,60 +1956,61 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2827
1956
|
def _internal_init(__self__,
|
|
2828
1957
|
resource_name: str,
|
|
2829
1958
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
2830
|
-
account_id: Optional[pulumi.Input[
|
|
2831
|
-
alb: Optional[pulumi.Input[
|
|
2832
|
-
api_gateway: Optional[pulumi.Input[
|
|
2833
|
-
auto_scaling: Optional[pulumi.Input[
|
|
2834
|
-
aws_app_sync: Optional[pulumi.Input[
|
|
2835
|
-
aws_athena: Optional[pulumi.Input[
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
1959
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1960
|
+
alb: Optional[pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']]] = None,
|
|
1961
|
+
api_gateway: Optional[pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']]] = None,
|
|
1962
|
+
auto_scaling: Optional[pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']]] = None,
|
|
1963
|
+
aws_app_sync: Optional[pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']]] = None,
|
|
1964
|
+
aws_athena: Optional[pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']]] = None,
|
|
1965
|
+
aws_auto_discovery: Optional[pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']]] = None,
|
|
1966
|
+
aws_cognito: Optional[pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']]] = None,
|
|
1967
|
+
aws_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']]] = None,
|
|
1968
|
+
aws_direct_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']]] = None,
|
|
1969
|
+
aws_fsx: Optional[pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']]] = None,
|
|
1970
|
+
aws_glue: Optional[pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']]] = None,
|
|
1971
|
+
aws_kinesis_analytics: Optional[pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']]] = None,
|
|
1972
|
+
aws_media_convert: Optional[pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']]] = None,
|
|
1973
|
+
aws_media_package_vod: Optional[pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']]] = None,
|
|
1974
|
+
aws_mq: Optional[pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']]] = None,
|
|
1975
|
+
aws_msk: Optional[pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']]] = None,
|
|
1976
|
+
aws_neptune: Optional[pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']]] = None,
|
|
1977
|
+
aws_qldb: Optional[pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']]] = None,
|
|
1978
|
+
aws_route53resolver: Optional[pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']]] = None,
|
|
1979
|
+
aws_states: Optional[pulumi.Input[Union['AwsIntegrationsAwsStatesArgs', 'AwsIntegrationsAwsStatesArgsDict']]] = None,
|
|
1980
|
+
aws_transit_gateway: Optional[pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']]] = None,
|
|
1981
|
+
aws_waf: Optional[pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']]] = None,
|
|
1982
|
+
aws_wafv2: Optional[pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']]] = None,
|
|
1983
|
+
billing: Optional[pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']]] = None,
|
|
1984
|
+
cloudfront: Optional[pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']]] = None,
|
|
1985
|
+
cloudtrail: Optional[pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']]] = None,
|
|
1986
|
+
doc_db: Optional[pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']]] = None,
|
|
1987
|
+
dynamodb: Optional[pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']]] = None,
|
|
1988
|
+
ebs: Optional[pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']]] = None,
|
|
1989
|
+
ec2: Optional[pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']]] = None,
|
|
1990
|
+
ecs: Optional[pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']]] = None,
|
|
1991
|
+
efs: Optional[pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']]] = None,
|
|
1992
|
+
elasticache: Optional[pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']]] = None,
|
|
1993
|
+
elasticbeanstalk: Optional[pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']]] = None,
|
|
1994
|
+
elasticsearch: Optional[pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']]] = None,
|
|
1995
|
+
elb: Optional[pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']]] = None,
|
|
1996
|
+
emr: Optional[pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']]] = None,
|
|
1997
|
+
health: Optional[pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']]] = None,
|
|
1998
|
+
iam: Optional[pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']]] = None,
|
|
1999
|
+
iot: Optional[pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']]] = None,
|
|
2000
|
+
kinesis: Optional[pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']]] = None,
|
|
2001
|
+
kinesis_firehose: Optional[pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']]] = None,
|
|
2002
|
+
lambda_: Optional[pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']]] = None,
|
|
2003
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2004
|
+
rds: Optional[pulumi.Input[Union['AwsIntegrationsRdsArgs', 'AwsIntegrationsRdsArgsDict']]] = None,
|
|
2005
|
+
redshift: Optional[pulumi.Input[Union['AwsIntegrationsRedshiftArgs', 'AwsIntegrationsRedshiftArgsDict']]] = None,
|
|
2006
|
+
route53: Optional[pulumi.Input[Union['AwsIntegrationsRoute53Args', 'AwsIntegrationsRoute53ArgsDict']]] = None,
|
|
2007
|
+
s3: Optional[pulumi.Input[Union['AwsIntegrationsS3Args', 'AwsIntegrationsS3ArgsDict']]] = None,
|
|
2008
|
+
ses: Optional[pulumi.Input[Union['AwsIntegrationsSesArgs', 'AwsIntegrationsSesArgsDict']]] = None,
|
|
2009
|
+
sns: Optional[pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']]] = None,
|
|
2010
|
+
sqs: Optional[pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']]] = None,
|
|
2011
|
+
trusted_advisor: Optional[pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']]] = None,
|
|
2012
|
+
vpc: Optional[pulumi.Input[Union['AwsIntegrationsVpcArgs', 'AwsIntegrationsVpcArgsDict']]] = None,
|
|
2013
|
+
x_ray: Optional[pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']]] = None,
|
|
2884
2014
|
__props__=None):
|
|
2885
2015
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
2886
2016
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -2896,6 +2026,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2896
2026
|
__props__.__dict__["auto_scaling"] = auto_scaling
|
|
2897
2027
|
__props__.__dict__["aws_app_sync"] = aws_app_sync
|
|
2898
2028
|
__props__.__dict__["aws_athena"] = aws_athena
|
|
2029
|
+
__props__.__dict__["aws_auto_discovery"] = aws_auto_discovery
|
|
2899
2030
|
__props__.__dict__["aws_cognito"] = aws_cognito
|
|
2900
2031
|
__props__.__dict__["aws_connect"] = aws_connect
|
|
2901
2032
|
__props__.__dict__["aws_direct_connect"] = aws_direct_connect
|
|
@@ -2956,60 +2087,61 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2956
2087
|
def get(resource_name: str,
|
|
2957
2088
|
id: pulumi.Input[str],
|
|
2958
2089
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
2959
|
-
account_id: Optional[pulumi.Input[
|
|
2960
|
-
alb: Optional[pulumi.Input[
|
|
2961
|
-
api_gateway: Optional[pulumi.Input[
|
|
2962
|
-
auto_scaling: Optional[pulumi.Input[
|
|
2963
|
-
aws_app_sync: Optional[pulumi.Input[
|
|
2964
|
-
aws_athena: Optional[pulumi.Input[
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
2090
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2091
|
+
alb: Optional[pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']]] = None,
|
|
2092
|
+
api_gateway: Optional[pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']]] = None,
|
|
2093
|
+
auto_scaling: Optional[pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']]] = None,
|
|
2094
|
+
aws_app_sync: Optional[pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']]] = None,
|
|
2095
|
+
aws_athena: Optional[pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']]] = None,
|
|
2096
|
+
aws_auto_discovery: Optional[pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']]] = None,
|
|
2097
|
+
aws_cognito: Optional[pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']]] = None,
|
|
2098
|
+
aws_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']]] = None,
|
|
2099
|
+
aws_direct_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']]] = None,
|
|
2100
|
+
aws_fsx: Optional[pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']]] = None,
|
|
2101
|
+
aws_glue: Optional[pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']]] = None,
|
|
2102
|
+
aws_kinesis_analytics: Optional[pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']]] = None,
|
|
2103
|
+
aws_media_convert: Optional[pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']]] = None,
|
|
2104
|
+
aws_media_package_vod: Optional[pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']]] = None,
|
|
2105
|
+
aws_mq: Optional[pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']]] = None,
|
|
2106
|
+
aws_msk: Optional[pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']]] = None,
|
|
2107
|
+
aws_neptune: Optional[pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']]] = None,
|
|
2108
|
+
aws_qldb: Optional[pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']]] = None,
|
|
2109
|
+
aws_route53resolver: Optional[pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']]] = None,
|
|
2110
|
+
aws_states: Optional[pulumi.Input[Union['AwsIntegrationsAwsStatesArgs', 'AwsIntegrationsAwsStatesArgsDict']]] = None,
|
|
2111
|
+
aws_transit_gateway: Optional[pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']]] = None,
|
|
2112
|
+
aws_waf: Optional[pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']]] = None,
|
|
2113
|
+
aws_wafv2: Optional[pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']]] = None,
|
|
2114
|
+
billing: Optional[pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']]] = None,
|
|
2115
|
+
cloudfront: Optional[pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']]] = None,
|
|
2116
|
+
cloudtrail: Optional[pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']]] = None,
|
|
2117
|
+
doc_db: Optional[pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']]] = None,
|
|
2118
|
+
dynamodb: Optional[pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']]] = None,
|
|
2119
|
+
ebs: Optional[pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']]] = None,
|
|
2120
|
+
ec2: Optional[pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']]] = None,
|
|
2121
|
+
ecs: Optional[pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']]] = None,
|
|
2122
|
+
efs: Optional[pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']]] = None,
|
|
2123
|
+
elasticache: Optional[pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']]] = None,
|
|
2124
|
+
elasticbeanstalk: Optional[pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']]] = None,
|
|
2125
|
+
elasticsearch: Optional[pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']]] = None,
|
|
2126
|
+
elb: Optional[pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']]] = None,
|
|
2127
|
+
emr: Optional[pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']]] = None,
|
|
2128
|
+
health: Optional[pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']]] = None,
|
|
2129
|
+
iam: Optional[pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']]] = None,
|
|
2130
|
+
iot: Optional[pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']]] = None,
|
|
2131
|
+
kinesis: Optional[pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']]] = None,
|
|
2132
|
+
kinesis_firehose: Optional[pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']]] = None,
|
|
2133
|
+
lambda_: Optional[pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']]] = None,
|
|
2134
|
+
linked_account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2135
|
+
rds: Optional[pulumi.Input[Union['AwsIntegrationsRdsArgs', 'AwsIntegrationsRdsArgsDict']]] = None,
|
|
2136
|
+
redshift: Optional[pulumi.Input[Union['AwsIntegrationsRedshiftArgs', 'AwsIntegrationsRedshiftArgsDict']]] = None,
|
|
2137
|
+
route53: Optional[pulumi.Input[Union['AwsIntegrationsRoute53Args', 'AwsIntegrationsRoute53ArgsDict']]] = None,
|
|
2138
|
+
s3: Optional[pulumi.Input[Union['AwsIntegrationsS3Args', 'AwsIntegrationsS3ArgsDict']]] = None,
|
|
2139
|
+
ses: Optional[pulumi.Input[Union['AwsIntegrationsSesArgs', 'AwsIntegrationsSesArgsDict']]] = None,
|
|
2140
|
+
sns: Optional[pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']]] = None,
|
|
2141
|
+
sqs: Optional[pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']]] = None,
|
|
2142
|
+
trusted_advisor: Optional[pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']]] = None,
|
|
2143
|
+
vpc: Optional[pulumi.Input[Union['AwsIntegrationsVpcArgs', 'AwsIntegrationsVpcArgsDict']]] = None,
|
|
2144
|
+
x_ray: Optional[pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']]] = None) -> 'AwsIntegrations':
|
|
3013
2145
|
"""
|
|
3014
2146
|
Get an existing AwsIntegrations resource's state with the given name, id, and optional extra
|
|
3015
2147
|
properties used to qualify the lookup.
|
|
@@ -3017,121 +2149,61 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3017
2149
|
:param str resource_name: The unique name of the resulting resource.
|
|
3018
2150
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
3019
2151
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
3020
|
-
:param pulumi.Input[
|
|
3021
|
-
:param pulumi.Input[
|
|
3022
|
-
:param pulumi.Input[
|
|
3023
|
-
:param pulumi.Input[
|
|
3024
|
-
:param pulumi.Input[
|
|
3025
|
-
:param pulumi.Input[
|
|
3026
|
-
:param pulumi.Input[
|
|
3027
|
-
:param pulumi.Input[
|
|
3028
|
-
:param pulumi.Input[
|
|
3029
|
-
:param pulumi.Input[
|
|
3030
|
-
:param pulumi.Input[
|
|
3031
|
-
:param pulumi.Input[
|
|
3032
|
-
:param pulumi.Input[
|
|
3033
|
-
:param pulumi.Input[
|
|
3034
|
-
:param pulumi.Input[
|
|
3035
|
-
:param pulumi.Input[
|
|
3036
|
-
:param pulumi.Input[
|
|
3037
|
-
:param pulumi.Input[
|
|
3038
|
-
:param pulumi.Input[
|
|
3039
|
-
:param pulumi.Input[
|
|
3040
|
-
:param pulumi.Input[
|
|
3041
|
-
:param pulumi.Input[
|
|
3042
|
-
:param pulumi.Input[
|
|
3043
|
-
:param pulumi.Input[
|
|
3044
|
-
:param pulumi.Input[
|
|
3045
|
-
:param pulumi.Input[
|
|
3046
|
-
:param pulumi.Input[
|
|
3047
|
-
:param pulumi.Input[
|
|
3048
|
-
:param pulumi.Input[
|
|
3049
|
-
:param pulumi.Input[
|
|
3050
|
-
:param pulumi.Input[
|
|
3051
|
-
:param pulumi.Input[
|
|
3052
|
-
:param pulumi.Input[
|
|
3053
|
-
:param pulumi.Input[
|
|
3054
|
-
:param pulumi.Input[
|
|
3055
|
-
:param pulumi.Input[
|
|
3056
|
-
:param pulumi.Input[
|
|
3057
|
-
:param pulumi.Input[
|
|
3058
|
-
:param pulumi.Input[
|
|
3059
|
-
:param pulumi.Input[
|
|
3060
|
-
:param pulumi.Input[
|
|
3061
|
-
:param pulumi.Input[
|
|
3062
|
-
:param pulumi.Input[
|
|
3063
|
-
:param pulumi.Input[
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
| `aws_athena` | Athena Integration |
|
|
3076
|
-
| `aws_cognito` | Cognito Integration |
|
|
3077
|
-
| `aws_connect` | Connect Integration |
|
|
3078
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
|
3079
|
-
| `aws_fsx` | FSx Integration |
|
|
3080
|
-
| `aws_glue` | Glue Integration |
|
|
3081
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
|
3082
|
-
| `aws_media_convert` | MediaConvert Integration |
|
|
3083
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
|
3084
|
-
| `aws_mq` | MQ Integration |
|
|
3085
|
-
| `aws_msk` | MSK Integration |
|
|
3086
|
-
| `aws_neptune` | Neptune Integration |
|
|
3087
|
-
| `aws_qldb` | QLDB Integration |
|
|
3088
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
|
3089
|
-
| `aws_states` | States Integration |
|
|
3090
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
|
3091
|
-
| `aws_waf` | WAF Integration |
|
|
3092
|
-
| `aws_wafv2` | WAFv2 Integration |
|
|
3093
|
-
| `billing` | Billing Integration |
|
|
3094
|
-
| `cloudfront` | CloudFront Integration |
|
|
3095
|
-
| `cloudtrail` | CloudTrail Integration |
|
|
3096
|
-
| `doc_db` | DocumentDB Integration |
|
|
3097
|
-
| `dynamodb` | DynamoDB Integration |
|
|
3098
|
-
| `ebs` | EBS Integration |
|
|
3099
|
-
| `ec2` | EC2 Integration |
|
|
3100
|
-
| `ecs` | ECS Integration |
|
|
3101
|
-
| `efs` | EFS Integration |
|
|
3102
|
-
| `elasticache` | ElastiCache Integration |
|
|
3103
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
|
3104
|
-
| `elasticsearch` | Elasticsearch Integration |
|
|
3105
|
-
| `elb` | ELB Integration |
|
|
3106
|
-
| `emr` | EMR Integration |
|
|
3107
|
-
| `health` | Health Integration |
|
|
3108
|
-
| `iam` | IAM Integration |
|
|
3109
|
-
| `iot` | IoT Integration |
|
|
3110
|
-
| `kinesis` | Kinesis Integration |
|
|
3111
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
|
3112
|
-
| `lambda` | Lambda Integration |
|
|
3113
|
-
| `rds` | RDS Integration |
|
|
3114
|
-
| `redshift` | Redshift Integration |
|
|
3115
|
-
| `route53` | Route53 Integration |
|
|
3116
|
-
| `s3` | S3 Integration |
|
|
3117
|
-
| `ses` | SES Integration |
|
|
3118
|
-
| `sns` | SNS Integration |
|
|
3119
|
-
| `sqs` | SQS Integration |
|
|
3120
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
|
3121
|
-
| `vpc` | VPC Integration |
|
|
3122
|
-
| `x_ray` | X-Ray Integration |
|
|
3123
|
-
|
|
3124
|
-
</details>
|
|
3125
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRdsArgs']] rds: Rds integration
|
|
3126
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRedshiftArgs']] redshift: Redshift integration
|
|
3127
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRoute53Args']] route53: Route53 integration
|
|
3128
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsS3Args']] s3: S3 integration
|
|
3129
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSesArgs']] ses: Ses integration
|
|
3130
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSnsArgs']] sns: Sns integration
|
|
3131
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSqsArgs']] sqs: SQS integration
|
|
3132
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsTrustedAdvisorArgs']] trusted_advisor: Trusted Advisor integration
|
|
3133
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsVpcArgs']] vpc: VPC integration
|
|
3134
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsXRayArgs']] x_ray: X-Ray integration
|
|
2152
|
+
:param pulumi.Input[_builtins.str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
2153
|
+
:param pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']] alb: ALB integration
|
|
2154
|
+
:param pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']] api_gateway: API Gateway integration
|
|
2155
|
+
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling: AutoScaling integration
|
|
2156
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync: Aws Appsync integration
|
|
2157
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena: Aws Athena integration
|
|
2158
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']] aws_auto_discovery: Aws Auto Discovery Integration
|
|
2159
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito: Aws Cognito integration
|
|
2160
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect: Aws Connect integration
|
|
2161
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect: Aws Direct Connect integration
|
|
2162
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']] aws_fsx: Aws Fsx integration
|
|
2163
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']] aws_glue: Aws Glue integration
|
|
2164
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
|
2165
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']] aws_media_convert: Aws Media Convert integration
|
|
2166
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']] aws_media_package_vod: Aws Media PackageVod integration
|
|
2167
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']] aws_mq: Aws Mq integration
|
|
2168
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']] aws_msk: Aws Msk integration
|
|
2169
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']] aws_neptune: Aws Neptune integration
|
|
2170
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']] aws_qldb: Aws Qldb integration
|
|
2171
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']] aws_route53resolver: Aws Route53resolver integration
|
|
2172
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsStatesArgs', 'AwsIntegrationsAwsStatesArgsDict']] aws_states: Aws states integration
|
|
2173
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']] aws_transit_gateway: Aws Transit Gateway integration
|
|
2174
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']] aws_waf: Aws Waf integration
|
|
2175
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']] aws_wafv2: Aws Wafv2 integration
|
|
2176
|
+
:param pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']] billing: Billing integration
|
|
2177
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']] cloudfront: Cloudfront integration
|
|
2178
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']] cloudtrail: CloudTrail integration
|
|
2179
|
+
:param pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']] doc_db: Doc DB integration
|
|
2180
|
+
:param pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']] dynamodb: Dynamo DB integration
|
|
2181
|
+
:param pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']] ebs: EBS integration
|
|
2182
|
+
:param pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']] ec2: Ec2 integration
|
|
2183
|
+
:param pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']] ecs: Ecs integration
|
|
2184
|
+
:param pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']] efs: Efs integration
|
|
2185
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']] elasticache: Elasticache integration
|
|
2186
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']] elasticbeanstalk: Elastic Bean Stalk integration
|
|
2187
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']] elasticsearch: Elastic Search integration
|
|
2188
|
+
:param pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']] elb: Elb integration
|
|
2189
|
+
:param pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']] emr: Emr integration
|
|
2190
|
+
:param pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']] health: Health integration
|
|
2191
|
+
:param pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']] iam: Iam integration
|
|
2192
|
+
:param pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']] iot: Iot integration
|
|
2193
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']] kinesis: Kinesis integration
|
|
2194
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']] kinesis_firehose: Kinesis Firehose integration
|
|
2195
|
+
:param pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']] lambda_: Lambda integration
|
|
2196
|
+
:param pulumi.Input[_builtins.str] linked_account_id: The ID of the linked AWS account in New Relic.
|
|
2197
|
+
:param pulumi.Input[Union['AwsIntegrationsRdsArgs', 'AwsIntegrationsRdsArgsDict']] rds: Rds integration
|
|
2198
|
+
:param pulumi.Input[Union['AwsIntegrationsRedshiftArgs', 'AwsIntegrationsRedshiftArgsDict']] redshift: Redshift integration
|
|
2199
|
+
:param pulumi.Input[Union['AwsIntegrationsRoute53Args', 'AwsIntegrationsRoute53ArgsDict']] route53: Route53 integration
|
|
2200
|
+
:param pulumi.Input[Union['AwsIntegrationsS3Args', 'AwsIntegrationsS3ArgsDict']] s3: S3 integration
|
|
2201
|
+
:param pulumi.Input[Union['AwsIntegrationsSesArgs', 'AwsIntegrationsSesArgsDict']] ses: Ses integration
|
|
2202
|
+
:param pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']] sns: Sns integration
|
|
2203
|
+
:param pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']] sqs: SQS integration
|
|
2204
|
+
:param pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']] trusted_advisor: Trusted Advisor integration
|
|
2205
|
+
:param pulumi.Input[Union['AwsIntegrationsVpcArgs', 'AwsIntegrationsVpcArgsDict']] vpc: VPC integration
|
|
2206
|
+
:param pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']] x_ray: X-Ray integration
|
|
3135
2207
|
"""
|
|
3136
2208
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
3137
2209
|
|
|
@@ -3143,6 +2215,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3143
2215
|
__props__.__dict__["auto_scaling"] = auto_scaling
|
|
3144
2216
|
__props__.__dict__["aws_app_sync"] = aws_app_sync
|
|
3145
2217
|
__props__.__dict__["aws_athena"] = aws_athena
|
|
2218
|
+
__props__.__dict__["aws_auto_discovery"] = aws_auto_discovery
|
|
3146
2219
|
__props__.__dict__["aws_cognito"] = aws_cognito
|
|
3147
2220
|
__props__.__dict__["aws_connect"] = aws_connect
|
|
3148
2221
|
__props__.__dict__["aws_direct_connect"] = aws_direct_connect
|
|
@@ -3193,15 +2266,15 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3193
2266
|
__props__.__dict__["x_ray"] = x_ray
|
|
3194
2267
|
return AwsIntegrations(resource_name, opts=opts, __props__=__props__)
|
|
3195
2268
|
|
|
3196
|
-
@property
|
|
2269
|
+
@_builtins.property
|
|
3197
2270
|
@pulumi.getter(name="accountId")
|
|
3198
|
-
def account_id(self) -> pulumi.Output[
|
|
2271
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
3199
2272
|
"""
|
|
3200
2273
|
The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
|
3201
2274
|
"""
|
|
3202
2275
|
return pulumi.get(self, "account_id")
|
|
3203
2276
|
|
|
3204
|
-
@property
|
|
2277
|
+
@_builtins.property
|
|
3205
2278
|
@pulumi.getter
|
|
3206
2279
|
def alb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAlb']]:
|
|
3207
2280
|
"""
|
|
@@ -3209,7 +2282,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3209
2282
|
"""
|
|
3210
2283
|
return pulumi.get(self, "alb")
|
|
3211
2284
|
|
|
3212
|
-
@property
|
|
2285
|
+
@_builtins.property
|
|
3213
2286
|
@pulumi.getter(name="apiGateway")
|
|
3214
2287
|
def api_gateway(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsApiGateway']]:
|
|
3215
2288
|
"""
|
|
@@ -3217,15 +2290,15 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3217
2290
|
"""
|
|
3218
2291
|
return pulumi.get(self, "api_gateway")
|
|
3219
2292
|
|
|
3220
|
-
@property
|
|
2293
|
+
@_builtins.property
|
|
3221
2294
|
@pulumi.getter(name="autoScaling")
|
|
3222
2295
|
def auto_scaling(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAutoScaling']]:
|
|
3223
2296
|
"""
|
|
3224
|
-
|
|
2297
|
+
AutoScaling integration
|
|
3225
2298
|
"""
|
|
3226
2299
|
return pulumi.get(self, "auto_scaling")
|
|
3227
2300
|
|
|
3228
|
-
@property
|
|
2301
|
+
@_builtins.property
|
|
3229
2302
|
@pulumi.getter(name="awsAppSync")
|
|
3230
2303
|
def aws_app_sync(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAppSync']]:
|
|
3231
2304
|
"""
|
|
@@ -3233,7 +2306,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3233
2306
|
"""
|
|
3234
2307
|
return pulumi.get(self, "aws_app_sync")
|
|
3235
2308
|
|
|
3236
|
-
@property
|
|
2309
|
+
@_builtins.property
|
|
3237
2310
|
@pulumi.getter(name="awsAthena")
|
|
3238
2311
|
def aws_athena(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAthena']]:
|
|
3239
2312
|
"""
|
|
@@ -3241,7 +2314,15 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3241
2314
|
"""
|
|
3242
2315
|
return pulumi.get(self, "aws_athena")
|
|
3243
2316
|
|
|
3244
|
-
@property
|
|
2317
|
+
@_builtins.property
|
|
2318
|
+
@pulumi.getter(name="awsAutoDiscovery")
|
|
2319
|
+
def aws_auto_discovery(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAutoDiscovery']]:
|
|
2320
|
+
"""
|
|
2321
|
+
Aws Auto Discovery Integration
|
|
2322
|
+
"""
|
|
2323
|
+
return pulumi.get(self, "aws_auto_discovery")
|
|
2324
|
+
|
|
2325
|
+
@_builtins.property
|
|
3245
2326
|
@pulumi.getter(name="awsCognito")
|
|
3246
2327
|
def aws_cognito(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsCognito']]:
|
|
3247
2328
|
"""
|
|
@@ -3249,7 +2330,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3249
2330
|
"""
|
|
3250
2331
|
return pulumi.get(self, "aws_cognito")
|
|
3251
2332
|
|
|
3252
|
-
@property
|
|
2333
|
+
@_builtins.property
|
|
3253
2334
|
@pulumi.getter(name="awsConnect")
|
|
3254
2335
|
def aws_connect(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsConnect']]:
|
|
3255
2336
|
"""
|
|
@@ -3257,7 +2338,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3257
2338
|
"""
|
|
3258
2339
|
return pulumi.get(self, "aws_connect")
|
|
3259
2340
|
|
|
3260
|
-
@property
|
|
2341
|
+
@_builtins.property
|
|
3261
2342
|
@pulumi.getter(name="awsDirectConnect")
|
|
3262
2343
|
def aws_direct_connect(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsDirectConnect']]:
|
|
3263
2344
|
"""
|
|
@@ -3265,7 +2346,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3265
2346
|
"""
|
|
3266
2347
|
return pulumi.get(self, "aws_direct_connect")
|
|
3267
2348
|
|
|
3268
|
-
@property
|
|
2349
|
+
@_builtins.property
|
|
3269
2350
|
@pulumi.getter(name="awsFsx")
|
|
3270
2351
|
def aws_fsx(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsFsx']]:
|
|
3271
2352
|
"""
|
|
@@ -3273,7 +2354,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3273
2354
|
"""
|
|
3274
2355
|
return pulumi.get(self, "aws_fsx")
|
|
3275
2356
|
|
|
3276
|
-
@property
|
|
2357
|
+
@_builtins.property
|
|
3277
2358
|
@pulumi.getter(name="awsGlue")
|
|
3278
2359
|
def aws_glue(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsGlue']]:
|
|
3279
2360
|
"""
|
|
@@ -3281,7 +2362,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3281
2362
|
"""
|
|
3282
2363
|
return pulumi.get(self, "aws_glue")
|
|
3283
2364
|
|
|
3284
|
-
@property
|
|
2365
|
+
@_builtins.property
|
|
3285
2366
|
@pulumi.getter(name="awsKinesisAnalytics")
|
|
3286
2367
|
def aws_kinesis_analytics(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsKinesisAnalytics']]:
|
|
3287
2368
|
"""
|
|
@@ -3289,7 +2370,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3289
2370
|
"""
|
|
3290
2371
|
return pulumi.get(self, "aws_kinesis_analytics")
|
|
3291
2372
|
|
|
3292
|
-
@property
|
|
2373
|
+
@_builtins.property
|
|
3293
2374
|
@pulumi.getter(name="awsMediaConvert")
|
|
3294
2375
|
def aws_media_convert(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMediaConvert']]:
|
|
3295
2376
|
"""
|
|
@@ -3297,7 +2378,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3297
2378
|
"""
|
|
3298
2379
|
return pulumi.get(self, "aws_media_convert")
|
|
3299
2380
|
|
|
3300
|
-
@property
|
|
2381
|
+
@_builtins.property
|
|
3301
2382
|
@pulumi.getter(name="awsMediaPackageVod")
|
|
3302
2383
|
def aws_media_package_vod(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMediaPackageVod']]:
|
|
3303
2384
|
"""
|
|
@@ -3305,7 +2386,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3305
2386
|
"""
|
|
3306
2387
|
return pulumi.get(self, "aws_media_package_vod")
|
|
3307
2388
|
|
|
3308
|
-
@property
|
|
2389
|
+
@_builtins.property
|
|
3309
2390
|
@pulumi.getter(name="awsMq")
|
|
3310
2391
|
def aws_mq(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMq']]:
|
|
3311
2392
|
"""
|
|
@@ -3313,7 +2394,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3313
2394
|
"""
|
|
3314
2395
|
return pulumi.get(self, "aws_mq")
|
|
3315
2396
|
|
|
3316
|
-
@property
|
|
2397
|
+
@_builtins.property
|
|
3317
2398
|
@pulumi.getter(name="awsMsk")
|
|
3318
2399
|
def aws_msk(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMsk']]:
|
|
3319
2400
|
"""
|
|
@@ -3321,7 +2402,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3321
2402
|
"""
|
|
3322
2403
|
return pulumi.get(self, "aws_msk")
|
|
3323
2404
|
|
|
3324
|
-
@property
|
|
2405
|
+
@_builtins.property
|
|
3325
2406
|
@pulumi.getter(name="awsNeptune")
|
|
3326
2407
|
def aws_neptune(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsNeptune']]:
|
|
3327
2408
|
"""
|
|
@@ -3329,7 +2410,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3329
2410
|
"""
|
|
3330
2411
|
return pulumi.get(self, "aws_neptune")
|
|
3331
2412
|
|
|
3332
|
-
@property
|
|
2413
|
+
@_builtins.property
|
|
3333
2414
|
@pulumi.getter(name="awsQldb")
|
|
3334
2415
|
def aws_qldb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsQldb']]:
|
|
3335
2416
|
"""
|
|
@@ -3337,7 +2418,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3337
2418
|
"""
|
|
3338
2419
|
return pulumi.get(self, "aws_qldb")
|
|
3339
2420
|
|
|
3340
|
-
@property
|
|
2421
|
+
@_builtins.property
|
|
3341
2422
|
@pulumi.getter(name="awsRoute53resolver")
|
|
3342
2423
|
def aws_route53resolver(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsRoute53resolver']]:
|
|
3343
2424
|
"""
|
|
@@ -3345,7 +2426,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3345
2426
|
"""
|
|
3346
2427
|
return pulumi.get(self, "aws_route53resolver")
|
|
3347
2428
|
|
|
3348
|
-
@property
|
|
2429
|
+
@_builtins.property
|
|
3349
2430
|
@pulumi.getter(name="awsStates")
|
|
3350
2431
|
def aws_states(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsStates']]:
|
|
3351
2432
|
"""
|
|
@@ -3353,7 +2434,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3353
2434
|
"""
|
|
3354
2435
|
return pulumi.get(self, "aws_states")
|
|
3355
2436
|
|
|
3356
|
-
@property
|
|
2437
|
+
@_builtins.property
|
|
3357
2438
|
@pulumi.getter(name="awsTransitGateway")
|
|
3358
2439
|
def aws_transit_gateway(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsTransitGateway']]:
|
|
3359
2440
|
"""
|
|
@@ -3361,7 +2442,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3361
2442
|
"""
|
|
3362
2443
|
return pulumi.get(self, "aws_transit_gateway")
|
|
3363
2444
|
|
|
3364
|
-
@property
|
|
2445
|
+
@_builtins.property
|
|
3365
2446
|
@pulumi.getter(name="awsWaf")
|
|
3366
2447
|
def aws_waf(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsWaf']]:
|
|
3367
2448
|
"""
|
|
@@ -3369,7 +2450,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3369
2450
|
"""
|
|
3370
2451
|
return pulumi.get(self, "aws_waf")
|
|
3371
2452
|
|
|
3372
|
-
@property
|
|
2453
|
+
@_builtins.property
|
|
3373
2454
|
@pulumi.getter(name="awsWafv2")
|
|
3374
2455
|
def aws_wafv2(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsWafv2']]:
|
|
3375
2456
|
"""
|
|
@@ -3377,7 +2458,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3377
2458
|
"""
|
|
3378
2459
|
return pulumi.get(self, "aws_wafv2")
|
|
3379
2460
|
|
|
3380
|
-
@property
|
|
2461
|
+
@_builtins.property
|
|
3381
2462
|
@pulumi.getter
|
|
3382
2463
|
def billing(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsBilling']]:
|
|
3383
2464
|
"""
|
|
@@ -3385,7 +2466,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3385
2466
|
"""
|
|
3386
2467
|
return pulumi.get(self, "billing")
|
|
3387
2468
|
|
|
3388
|
-
@property
|
|
2469
|
+
@_builtins.property
|
|
3389
2470
|
@pulumi.getter
|
|
3390
2471
|
def cloudfront(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsCloudfront']]:
|
|
3391
2472
|
"""
|
|
@@ -3393,7 +2474,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3393
2474
|
"""
|
|
3394
2475
|
return pulumi.get(self, "cloudfront")
|
|
3395
2476
|
|
|
3396
|
-
@property
|
|
2477
|
+
@_builtins.property
|
|
3397
2478
|
@pulumi.getter
|
|
3398
2479
|
def cloudtrail(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsCloudtrail']]:
|
|
3399
2480
|
"""
|
|
@@ -3401,7 +2482,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3401
2482
|
"""
|
|
3402
2483
|
return pulumi.get(self, "cloudtrail")
|
|
3403
2484
|
|
|
3404
|
-
@property
|
|
2485
|
+
@_builtins.property
|
|
3405
2486
|
@pulumi.getter(name="docDb")
|
|
3406
2487
|
def doc_db(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsDocDb']]:
|
|
3407
2488
|
"""
|
|
@@ -3409,7 +2490,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3409
2490
|
"""
|
|
3410
2491
|
return pulumi.get(self, "doc_db")
|
|
3411
2492
|
|
|
3412
|
-
@property
|
|
2493
|
+
@_builtins.property
|
|
3413
2494
|
@pulumi.getter
|
|
3414
2495
|
def dynamodb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsDynamodb']]:
|
|
3415
2496
|
"""
|
|
@@ -3417,7 +2498,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3417
2498
|
"""
|
|
3418
2499
|
return pulumi.get(self, "dynamodb")
|
|
3419
2500
|
|
|
3420
|
-
@property
|
|
2501
|
+
@_builtins.property
|
|
3421
2502
|
@pulumi.getter
|
|
3422
2503
|
def ebs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEbs']]:
|
|
3423
2504
|
"""
|
|
@@ -3425,7 +2506,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3425
2506
|
"""
|
|
3426
2507
|
return pulumi.get(self, "ebs")
|
|
3427
2508
|
|
|
3428
|
-
@property
|
|
2509
|
+
@_builtins.property
|
|
3429
2510
|
@pulumi.getter
|
|
3430
2511
|
def ec2(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEc2']]:
|
|
3431
2512
|
"""
|
|
@@ -3433,7 +2514,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3433
2514
|
"""
|
|
3434
2515
|
return pulumi.get(self, "ec2")
|
|
3435
2516
|
|
|
3436
|
-
@property
|
|
2517
|
+
@_builtins.property
|
|
3437
2518
|
@pulumi.getter
|
|
3438
2519
|
def ecs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEcs']]:
|
|
3439
2520
|
"""
|
|
@@ -3441,7 +2522,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3441
2522
|
"""
|
|
3442
2523
|
return pulumi.get(self, "ecs")
|
|
3443
2524
|
|
|
3444
|
-
@property
|
|
2525
|
+
@_builtins.property
|
|
3445
2526
|
@pulumi.getter
|
|
3446
2527
|
def efs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEfs']]:
|
|
3447
2528
|
"""
|
|
@@ -3449,7 +2530,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3449
2530
|
"""
|
|
3450
2531
|
return pulumi.get(self, "efs")
|
|
3451
2532
|
|
|
3452
|
-
@property
|
|
2533
|
+
@_builtins.property
|
|
3453
2534
|
@pulumi.getter
|
|
3454
2535
|
def elasticache(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticache']]:
|
|
3455
2536
|
"""
|
|
@@ -3457,7 +2538,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3457
2538
|
"""
|
|
3458
2539
|
return pulumi.get(self, "elasticache")
|
|
3459
2540
|
|
|
3460
|
-
@property
|
|
2541
|
+
@_builtins.property
|
|
3461
2542
|
@pulumi.getter
|
|
3462
2543
|
def elasticbeanstalk(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticbeanstalk']]:
|
|
3463
2544
|
"""
|
|
@@ -3465,7 +2546,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3465
2546
|
"""
|
|
3466
2547
|
return pulumi.get(self, "elasticbeanstalk")
|
|
3467
2548
|
|
|
3468
|
-
@property
|
|
2549
|
+
@_builtins.property
|
|
3469
2550
|
@pulumi.getter
|
|
3470
2551
|
def elasticsearch(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticsearch']]:
|
|
3471
2552
|
"""
|
|
@@ -3473,7 +2554,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3473
2554
|
"""
|
|
3474
2555
|
return pulumi.get(self, "elasticsearch")
|
|
3475
2556
|
|
|
3476
|
-
@property
|
|
2557
|
+
@_builtins.property
|
|
3477
2558
|
@pulumi.getter
|
|
3478
2559
|
def elb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElb']]:
|
|
3479
2560
|
"""
|
|
@@ -3481,7 +2562,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3481
2562
|
"""
|
|
3482
2563
|
return pulumi.get(self, "elb")
|
|
3483
2564
|
|
|
3484
|
-
@property
|
|
2565
|
+
@_builtins.property
|
|
3485
2566
|
@pulumi.getter
|
|
3486
2567
|
def emr(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEmr']]:
|
|
3487
2568
|
"""
|
|
@@ -3489,7 +2570,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3489
2570
|
"""
|
|
3490
2571
|
return pulumi.get(self, "emr")
|
|
3491
2572
|
|
|
3492
|
-
@property
|
|
2573
|
+
@_builtins.property
|
|
3493
2574
|
@pulumi.getter
|
|
3494
2575
|
def health(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsHealth']]:
|
|
3495
2576
|
"""
|
|
@@ -3497,7 +2578,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3497
2578
|
"""
|
|
3498
2579
|
return pulumi.get(self, "health")
|
|
3499
2580
|
|
|
3500
|
-
@property
|
|
2581
|
+
@_builtins.property
|
|
3501
2582
|
@pulumi.getter
|
|
3502
2583
|
def iam(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsIam']]:
|
|
3503
2584
|
"""
|
|
@@ -3505,7 +2586,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3505
2586
|
"""
|
|
3506
2587
|
return pulumi.get(self, "iam")
|
|
3507
2588
|
|
|
3508
|
-
@property
|
|
2589
|
+
@_builtins.property
|
|
3509
2590
|
@pulumi.getter
|
|
3510
2591
|
def iot(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsIot']]:
|
|
3511
2592
|
"""
|
|
@@ -3513,7 +2594,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3513
2594
|
"""
|
|
3514
2595
|
return pulumi.get(self, "iot")
|
|
3515
2596
|
|
|
3516
|
-
@property
|
|
2597
|
+
@_builtins.property
|
|
3517
2598
|
@pulumi.getter
|
|
3518
2599
|
def kinesis(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsKinesis']]:
|
|
3519
2600
|
"""
|
|
@@ -3521,7 +2602,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3521
2602
|
"""
|
|
3522
2603
|
return pulumi.get(self, "kinesis")
|
|
3523
2604
|
|
|
3524
|
-
@property
|
|
2605
|
+
@_builtins.property
|
|
3525
2606
|
@pulumi.getter(name="kinesisFirehose")
|
|
3526
2607
|
def kinesis_firehose(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsKinesisFirehose']]:
|
|
3527
2608
|
"""
|
|
@@ -3529,7 +2610,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3529
2610
|
"""
|
|
3530
2611
|
return pulumi.get(self, "kinesis_firehose")
|
|
3531
2612
|
|
|
3532
|
-
@property
|
|
2613
|
+
@_builtins.property
|
|
3533
2614
|
@pulumi.getter(name="lambda")
|
|
3534
2615
|
def lambda_(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsLambda']]:
|
|
3535
2616
|
"""
|
|
@@ -3537,76 +2618,15 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3537
2618
|
"""
|
|
3538
2619
|
return pulumi.get(self, "lambda_")
|
|
3539
2620
|
|
|
3540
|
-
@property
|
|
2621
|
+
@_builtins.property
|
|
3541
2622
|
@pulumi.getter(name="linkedAccountId")
|
|
3542
|
-
def linked_account_id(self) -> pulumi.Output[
|
|
2623
|
+
def linked_account_id(self) -> pulumi.Output[_builtins.str]:
|
|
3543
2624
|
"""
|
|
3544
2625
|
The ID of the linked AWS account in New Relic.
|
|
3545
|
-
|
|
3546
|
-
All other arguments are dependent on the services to be integrated, which have been listed in the collapsible section below. All of these are **optional** blocks that can be added in any required combination. **For details on arguments that can be used with each service, check out the `Integration` blocks section below.**
|
|
3547
|
-
<details>
|
|
3548
|
-
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
|
3549
|
-
|
|
3550
|
-
| Block | Description |
|
|
3551
|
-
|-------------------------|-------------------------------|
|
|
3552
|
-
| `alb` | ALB Integration |
|
|
3553
|
-
| `api_gateway` | API Gateway Integration |
|
|
3554
|
-
| `auto_scaling` | Auto Scaling Integration |
|
|
3555
|
-
| `aws_app_sync` | AppSync Integration |
|
|
3556
|
-
| `aws_athena` | Athena Integration |
|
|
3557
|
-
| `aws_cognito` | Cognito Integration |
|
|
3558
|
-
| `aws_connect` | Connect Integration |
|
|
3559
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
|
3560
|
-
| `aws_fsx` | FSx Integration |
|
|
3561
|
-
| `aws_glue` | Glue Integration |
|
|
3562
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
|
3563
|
-
| `aws_media_convert` | MediaConvert Integration |
|
|
3564
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
|
3565
|
-
| `aws_mq` | MQ Integration |
|
|
3566
|
-
| `aws_msk` | MSK Integration |
|
|
3567
|
-
| `aws_neptune` | Neptune Integration |
|
|
3568
|
-
| `aws_qldb` | QLDB Integration |
|
|
3569
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
|
3570
|
-
| `aws_states` | States Integration |
|
|
3571
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
|
3572
|
-
| `aws_waf` | WAF Integration |
|
|
3573
|
-
| `aws_wafv2` | WAFv2 Integration |
|
|
3574
|
-
| `billing` | Billing Integration |
|
|
3575
|
-
| `cloudfront` | CloudFront Integration |
|
|
3576
|
-
| `cloudtrail` | CloudTrail Integration |
|
|
3577
|
-
| `doc_db` | DocumentDB Integration |
|
|
3578
|
-
| `dynamodb` | DynamoDB Integration |
|
|
3579
|
-
| `ebs` | EBS Integration |
|
|
3580
|
-
| `ec2` | EC2 Integration |
|
|
3581
|
-
| `ecs` | ECS Integration |
|
|
3582
|
-
| `efs` | EFS Integration |
|
|
3583
|
-
| `elasticache` | ElastiCache Integration |
|
|
3584
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
|
3585
|
-
| `elasticsearch` | Elasticsearch Integration |
|
|
3586
|
-
| `elb` | ELB Integration |
|
|
3587
|
-
| `emr` | EMR Integration |
|
|
3588
|
-
| `health` | Health Integration |
|
|
3589
|
-
| `iam` | IAM Integration |
|
|
3590
|
-
| `iot` | IoT Integration |
|
|
3591
|
-
| `kinesis` | Kinesis Integration |
|
|
3592
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
|
3593
|
-
| `lambda` | Lambda Integration |
|
|
3594
|
-
| `rds` | RDS Integration |
|
|
3595
|
-
| `redshift` | Redshift Integration |
|
|
3596
|
-
| `route53` | Route53 Integration |
|
|
3597
|
-
| `s3` | S3 Integration |
|
|
3598
|
-
| `ses` | SES Integration |
|
|
3599
|
-
| `sns` | SNS Integration |
|
|
3600
|
-
| `sqs` | SQS Integration |
|
|
3601
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
|
3602
|
-
| `vpc` | VPC Integration |
|
|
3603
|
-
| `x_ray` | X-Ray Integration |
|
|
3604
|
-
|
|
3605
|
-
</details>
|
|
3606
2626
|
"""
|
|
3607
2627
|
return pulumi.get(self, "linked_account_id")
|
|
3608
2628
|
|
|
3609
|
-
@property
|
|
2629
|
+
@_builtins.property
|
|
3610
2630
|
@pulumi.getter
|
|
3611
2631
|
def rds(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRds']]:
|
|
3612
2632
|
"""
|
|
@@ -3614,7 +2634,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3614
2634
|
"""
|
|
3615
2635
|
return pulumi.get(self, "rds")
|
|
3616
2636
|
|
|
3617
|
-
@property
|
|
2637
|
+
@_builtins.property
|
|
3618
2638
|
@pulumi.getter
|
|
3619
2639
|
def redshift(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRedshift']]:
|
|
3620
2640
|
"""
|
|
@@ -3622,7 +2642,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3622
2642
|
"""
|
|
3623
2643
|
return pulumi.get(self, "redshift")
|
|
3624
2644
|
|
|
3625
|
-
@property
|
|
2645
|
+
@_builtins.property
|
|
3626
2646
|
@pulumi.getter
|
|
3627
2647
|
def route53(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRoute53']]:
|
|
3628
2648
|
"""
|
|
@@ -3630,7 +2650,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3630
2650
|
"""
|
|
3631
2651
|
return pulumi.get(self, "route53")
|
|
3632
2652
|
|
|
3633
|
-
@property
|
|
2653
|
+
@_builtins.property
|
|
3634
2654
|
@pulumi.getter
|
|
3635
2655
|
def s3(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsS3']]:
|
|
3636
2656
|
"""
|
|
@@ -3638,7 +2658,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3638
2658
|
"""
|
|
3639
2659
|
return pulumi.get(self, "s3")
|
|
3640
2660
|
|
|
3641
|
-
@property
|
|
2661
|
+
@_builtins.property
|
|
3642
2662
|
@pulumi.getter
|
|
3643
2663
|
def ses(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSes']]:
|
|
3644
2664
|
"""
|
|
@@ -3646,7 +2666,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3646
2666
|
"""
|
|
3647
2667
|
return pulumi.get(self, "ses")
|
|
3648
2668
|
|
|
3649
|
-
@property
|
|
2669
|
+
@_builtins.property
|
|
3650
2670
|
@pulumi.getter
|
|
3651
2671
|
def sns(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSns']]:
|
|
3652
2672
|
"""
|
|
@@ -3654,7 +2674,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3654
2674
|
"""
|
|
3655
2675
|
return pulumi.get(self, "sns")
|
|
3656
2676
|
|
|
3657
|
-
@property
|
|
2677
|
+
@_builtins.property
|
|
3658
2678
|
@pulumi.getter
|
|
3659
2679
|
def sqs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSqs']]:
|
|
3660
2680
|
"""
|
|
@@ -3662,7 +2682,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3662
2682
|
"""
|
|
3663
2683
|
return pulumi.get(self, "sqs")
|
|
3664
2684
|
|
|
3665
|
-
@property
|
|
2685
|
+
@_builtins.property
|
|
3666
2686
|
@pulumi.getter(name="trustedAdvisor")
|
|
3667
2687
|
def trusted_advisor(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsTrustedAdvisor']]:
|
|
3668
2688
|
"""
|
|
@@ -3670,7 +2690,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3670
2690
|
"""
|
|
3671
2691
|
return pulumi.get(self, "trusted_advisor")
|
|
3672
2692
|
|
|
3673
|
-
@property
|
|
2693
|
+
@_builtins.property
|
|
3674
2694
|
@pulumi.getter
|
|
3675
2695
|
def vpc(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsVpc']]:
|
|
3676
2696
|
"""
|
|
@@ -3678,7 +2698,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
3678
2698
|
"""
|
|
3679
2699
|
return pulumi.get(self, "vpc")
|
|
3680
2700
|
|
|
3681
|
-
@property
|
|
2701
|
+
@_builtins.property
|
|
3682
2702
|
@pulumi.getter(name="xRay")
|
|
3683
2703
|
def x_ray(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsXRay']]:
|
|
3684
2704
|
"""
|