pulumi-newrelic 5.24.0__py3-none-any.whl → 5.24.0a1714110957__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.
- pulumi_newrelic/alert_policy.py +27 -0
- pulumi_newrelic/cloud/aws_integrations.py +864 -635
- pulumi_newrelic/cloud/azure_integrations.py +83 -118
- pulumi_newrelic/cloud/gcp_integrations.py +50 -64
- {pulumi_newrelic-5.24.0.dist-info → pulumi_newrelic-5.24.0a1714110957.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.24.0.dist-info → pulumi_newrelic-5.24.0a1714110957.dist-info}/RECORD +8 -8
- {pulumi_newrelic-5.24.0.dist-info → pulumi_newrelic-5.24.0a1714110957.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.24.0.dist-info → pulumi_newrelic-5.24.0a1714110957.dist-info}/top_level.txt +0 -0
@@ -74,68 +74,119 @@ class AwsIntegrationsArgs:
|
|
74
74
|
The set of arguments for constructing a AwsIntegrations resource.
|
75
75
|
:param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
|
76
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 |
|
77
135
|
|
78
|
-
|
136
|
+
</details>
|
79
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`.
|
80
|
-
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb:
|
81
|
-
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway:
|
82
|
-
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling:
|
83
|
-
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync:
|
84
|
-
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena:
|
85
|
-
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito:
|
86
|
-
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect:
|
87
|
-
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect:
|
88
|
-
:param pulumi.Input['AwsIntegrationsAwsFsxArgs'] aws_fsx:
|
89
|
-
:param pulumi.Input['AwsIntegrationsAwsGlueArgs'] aws_glue:
|
90
|
-
:param pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs'] aws_kinesis_analytics:
|
91
|
-
:param pulumi.Input['AwsIntegrationsAwsMediaConvertArgs'] aws_media_convert:
|
92
|
-
:param pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs'] aws_media_package_vod:
|
93
|
-
:param pulumi.Input['AwsIntegrationsAwsMqArgs'] aws_mq:
|
94
|
-
:param pulumi.Input['AwsIntegrationsAwsMskArgs'] aws_msk:
|
95
|
-
:param pulumi.Input['AwsIntegrationsAwsNeptuneArgs'] aws_neptune:
|
96
|
-
:param pulumi.Input['AwsIntegrationsAwsQldbArgs'] aws_qldb:
|
97
|
-
:param pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs'] aws_route53resolver:
|
138
|
+
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb: ALB integration
|
139
|
+
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: API Gateway integration
|
140
|
+
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
141
|
+
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
142
|
+
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
143
|
+
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
144
|
+
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
145
|
+
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
146
|
+
:param pulumi.Input['AwsIntegrationsAwsFsxArgs'] aws_fsx: Aws Fsx integration
|
147
|
+
:param pulumi.Input['AwsIntegrationsAwsGlueArgs'] aws_glue: Aws Glue integration
|
148
|
+
:param pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs'] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
149
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaConvertArgs'] aws_media_convert: Aws Media Convert integration
|
150
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs'] aws_media_package_vod: Aws Media PackageVod integration
|
151
|
+
:param pulumi.Input['AwsIntegrationsAwsMqArgs'] aws_mq: Aws Mq integration
|
152
|
+
:param pulumi.Input['AwsIntegrationsAwsMskArgs'] aws_msk: Aws Msk integration
|
153
|
+
:param pulumi.Input['AwsIntegrationsAwsNeptuneArgs'] aws_neptune: Aws Neptune integration
|
154
|
+
:param pulumi.Input['AwsIntegrationsAwsQldbArgs'] aws_qldb: Aws Qldb integration
|
155
|
+
:param pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs'] aws_route53resolver: Aws Route53resolver integration
|
98
156
|
:param pulumi.Input['AwsIntegrationsAwsStatesArgs'] aws_states: Aws states integration
|
99
|
-
:param pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs'] aws_transit_gateway:
|
100
|
-
:param pulumi.Input['AwsIntegrationsAwsWafArgs'] aws_waf:
|
101
|
-
:param pulumi.Input['AwsIntegrationsAwsWafv2Args'] aws_wafv2:
|
102
|
-
:param pulumi.Input['AwsIntegrationsBillingArgs'] billing:
|
103
|
-
:param pulumi.Input['AwsIntegrationsCloudfrontArgs'] cloudfront:
|
104
|
-
:param pulumi.Input['AwsIntegrationsCloudtrailArgs'] cloudtrail:
|
105
|
-
:param pulumi.Input['AwsIntegrationsDocDbArgs'] doc_db:
|
106
|
-
:param pulumi.Input['AwsIntegrationsDynamodbArgs'] dynamodb:
|
107
|
-
:param pulumi.Input['AwsIntegrationsEbsArgs'] ebs:
|
108
|
-
:param pulumi.Input['AwsIntegrationsEc2Args'] ec2:
|
109
|
-
:param pulumi.Input['AwsIntegrationsEcsArgs'] ecs:
|
110
|
-
:param pulumi.Input['AwsIntegrationsEfsArgs'] efs:
|
111
|
-
:param pulumi.Input['AwsIntegrationsElasticacheArgs'] elasticache:
|
112
|
-
:param pulumi.Input['AwsIntegrationsElasticbeanstalkArgs'] elasticbeanstalk:
|
113
|
-
:param pulumi.Input['AwsIntegrationsElasticsearchArgs'] elasticsearch:
|
114
|
-
:param pulumi.Input['AwsIntegrationsElbArgs'] elb:
|
115
|
-
:param pulumi.Input['AwsIntegrationsEmrArgs'] emr:
|
116
|
-
:param pulumi.Input['AwsIntegrationsHealthArgs'] health:
|
117
|
-
:param pulumi.Input['AwsIntegrationsIamArgs'] iam:
|
118
|
-
:param pulumi.Input['AwsIntegrationsIotArgs'] iot:
|
119
|
-
:param pulumi.Input['AwsIntegrationsKinesisArgs'] kinesis:
|
120
|
-
|
121
|
-
|
122
|
-
:param pulumi.Input['
|
123
|
-
:param pulumi.Input['
|
124
|
-
:param pulumi.Input['
|
125
|
-
:param pulumi.Input['
|
126
|
-
:param pulumi.Input['
|
127
|
-
:param pulumi.Input['
|
128
|
-
:param pulumi.Input['
|
129
|
-
:param pulumi.Input['
|
130
|
-
:param pulumi.Input['AwsIntegrationsSqsArgs'] sqs: AWS SQS. See Integration blocks below for details.
|
131
|
-
:param pulumi.Input['AwsIntegrationsTrustedAdvisorArgs'] trusted_advisor: AWS Trusted Advisor. See Integration blocks below for details.
|
132
|
-
|
133
|
-
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.**
|
157
|
+
:param pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs'] aws_transit_gateway: Aws Transit Gateway integration
|
158
|
+
:param pulumi.Input['AwsIntegrationsAwsWafArgs'] aws_waf: Aws Waf integration
|
159
|
+
:param pulumi.Input['AwsIntegrationsAwsWafv2Args'] aws_wafv2: Aws Wafv2 integration
|
160
|
+
:param pulumi.Input['AwsIntegrationsBillingArgs'] billing: Billing integration
|
161
|
+
:param pulumi.Input['AwsIntegrationsCloudfrontArgs'] cloudfront: Cloudfront integration
|
162
|
+
:param pulumi.Input['AwsIntegrationsCloudtrailArgs'] cloudtrail: CloudTrail integration
|
163
|
+
:param pulumi.Input['AwsIntegrationsDocDbArgs'] doc_db: Doc DB integration
|
164
|
+
:param pulumi.Input['AwsIntegrationsDynamodbArgs'] dynamodb: Dynamo DB integration
|
165
|
+
:param pulumi.Input['AwsIntegrationsEbsArgs'] ebs: EBS integration
|
166
|
+
:param pulumi.Input['AwsIntegrationsEc2Args'] ec2: Ec2 integration
|
167
|
+
:param pulumi.Input['AwsIntegrationsEcsArgs'] ecs: Ecs integration
|
168
|
+
:param pulumi.Input['AwsIntegrationsEfsArgs'] efs: Efs integration
|
169
|
+
:param pulumi.Input['AwsIntegrationsElasticacheArgs'] elasticache: Elasticache integration
|
170
|
+
:param pulumi.Input['AwsIntegrationsElasticbeanstalkArgs'] elasticbeanstalk: Elastic Bean Stalk integration
|
171
|
+
:param pulumi.Input['AwsIntegrationsElasticsearchArgs'] elasticsearch: Elastic Search integration
|
172
|
+
:param pulumi.Input['AwsIntegrationsElbArgs'] elb: Elb integration
|
173
|
+
:param pulumi.Input['AwsIntegrationsEmrArgs'] emr: Emr integration
|
174
|
+
:param pulumi.Input['AwsIntegrationsHealthArgs'] health: Health integration
|
175
|
+
:param pulumi.Input['AwsIntegrationsIamArgs'] iam: Iam integration
|
176
|
+
:param pulumi.Input['AwsIntegrationsIotArgs'] iot: Iot integration
|
177
|
+
:param pulumi.Input['AwsIntegrationsKinesisArgs'] kinesis: Kinesis integration
|
178
|
+
:param pulumi.Input['AwsIntegrationsKinesisFirehoseArgs'] kinesis_firehose: Kinesis Firehose integration
|
179
|
+
:param pulumi.Input['AwsIntegrationsLambdaArgs'] lambda_: Lambda integration
|
180
|
+
:param pulumi.Input['AwsIntegrationsRdsArgs'] rds: Rds integration
|
181
|
+
:param pulumi.Input['AwsIntegrationsRedshiftArgs'] redshift: Redshift integration
|
182
|
+
:param pulumi.Input['AwsIntegrationsRoute53Args'] route53: Route53 integration
|
183
|
+
:param pulumi.Input['AwsIntegrationsS3Args'] s3: S3 integration
|
184
|
+
:param pulumi.Input['AwsIntegrationsSesArgs'] ses: Ses integration
|
185
|
+
:param pulumi.Input['AwsIntegrationsSnsArgs'] sns: Sns integration
|
186
|
+
:param pulumi.Input['AwsIntegrationsSqsArgs'] sqs: SQS integration
|
187
|
+
:param pulumi.Input['AwsIntegrationsTrustedAdvisorArgs'] trusted_advisor: Trusted Advisor integration
|
134
188
|
:param pulumi.Input['AwsIntegrationsVpcArgs'] vpc: VPC integration
|
135
|
-
:param pulumi.Input['AwsIntegrationsXRayArgs'] x_ray:
|
136
|
-
x
|
137
|
-
|
138
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
189
|
+
:param pulumi.Input['AwsIntegrationsXRayArgs'] x_ray: X-Ray integration
|
139
190
|
"""
|
140
191
|
pulumi.set(__self__, "linked_account_id", linked_account_id)
|
141
192
|
if account_id is not None:
|
@@ -251,8 +302,66 @@ class AwsIntegrationsArgs:
|
|
251
302
|
"""
|
252
303
|
The ID of the linked AWS account in New Relic.
|
253
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 |
|
254
363
|
|
255
|
-
|
364
|
+
</details>
|
256
365
|
"""
|
257
366
|
return pulumi.get(self, "linked_account_id")
|
258
367
|
|
@@ -276,7 +385,7 @@ class AwsIntegrationsArgs:
|
|
276
385
|
@pulumi.getter
|
277
386
|
def alb(self) -> Optional[pulumi.Input['AwsIntegrationsAlbArgs']]:
|
278
387
|
"""
|
279
|
-
|
388
|
+
ALB integration
|
280
389
|
"""
|
281
390
|
return pulumi.get(self, "alb")
|
282
391
|
|
@@ -288,7 +397,7 @@ class AwsIntegrationsArgs:
|
|
288
397
|
@pulumi.getter(name="apiGateway")
|
289
398
|
def api_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]:
|
290
399
|
"""
|
291
|
-
|
400
|
+
API Gateway integration
|
292
401
|
"""
|
293
402
|
return pulumi.get(self, "api_gateway")
|
294
403
|
|
@@ -300,7 +409,7 @@ class AwsIntegrationsArgs:
|
|
300
409
|
@pulumi.getter(name="autoScaling")
|
301
410
|
def auto_scaling(self) -> Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]:
|
302
411
|
"""
|
303
|
-
|
412
|
+
AutoScaling integration
|
304
413
|
"""
|
305
414
|
return pulumi.get(self, "auto_scaling")
|
306
415
|
|
@@ -312,7 +421,7 @@ class AwsIntegrationsArgs:
|
|
312
421
|
@pulumi.getter(name="awsAppSync")
|
313
422
|
def aws_app_sync(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]:
|
314
423
|
"""
|
315
|
-
|
424
|
+
Aws Appsync integration
|
316
425
|
"""
|
317
426
|
return pulumi.get(self, "aws_app_sync")
|
318
427
|
|
@@ -324,7 +433,7 @@ class AwsIntegrationsArgs:
|
|
324
433
|
@pulumi.getter(name="awsAthena")
|
325
434
|
def aws_athena(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]:
|
326
435
|
"""
|
327
|
-
|
436
|
+
Aws Athena integration
|
328
437
|
"""
|
329
438
|
return pulumi.get(self, "aws_athena")
|
330
439
|
|
@@ -336,7 +445,7 @@ class AwsIntegrationsArgs:
|
|
336
445
|
@pulumi.getter(name="awsCognito")
|
337
446
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
338
447
|
"""
|
339
|
-
|
448
|
+
Aws Cognito integration
|
340
449
|
"""
|
341
450
|
return pulumi.get(self, "aws_cognito")
|
342
451
|
|
@@ -348,7 +457,7 @@ class AwsIntegrationsArgs:
|
|
348
457
|
@pulumi.getter(name="awsConnect")
|
349
458
|
def aws_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]:
|
350
459
|
"""
|
351
|
-
|
460
|
+
Aws Connect integration
|
352
461
|
"""
|
353
462
|
return pulumi.get(self, "aws_connect")
|
354
463
|
|
@@ -360,7 +469,7 @@ class AwsIntegrationsArgs:
|
|
360
469
|
@pulumi.getter(name="awsDirectConnect")
|
361
470
|
def aws_direct_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]:
|
362
471
|
"""
|
363
|
-
|
472
|
+
Aws Direct Connect integration
|
364
473
|
"""
|
365
474
|
return pulumi.get(self, "aws_direct_connect")
|
366
475
|
|
@@ -372,7 +481,7 @@ class AwsIntegrationsArgs:
|
|
372
481
|
@pulumi.getter(name="awsFsx")
|
373
482
|
def aws_fsx(self) -> Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]:
|
374
483
|
"""
|
375
|
-
|
484
|
+
Aws Fsx integration
|
376
485
|
"""
|
377
486
|
return pulumi.get(self, "aws_fsx")
|
378
487
|
|
@@ -384,7 +493,7 @@ class AwsIntegrationsArgs:
|
|
384
493
|
@pulumi.getter(name="awsGlue")
|
385
494
|
def aws_glue(self) -> Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]:
|
386
495
|
"""
|
387
|
-
|
496
|
+
Aws Glue integration
|
388
497
|
"""
|
389
498
|
return pulumi.get(self, "aws_glue")
|
390
499
|
|
@@ -396,7 +505,7 @@ class AwsIntegrationsArgs:
|
|
396
505
|
@pulumi.getter(name="awsKinesisAnalytics")
|
397
506
|
def aws_kinesis_analytics(self) -> Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]:
|
398
507
|
"""
|
399
|
-
|
508
|
+
Aws Kinesis Analytics integration
|
400
509
|
"""
|
401
510
|
return pulumi.get(self, "aws_kinesis_analytics")
|
402
511
|
|
@@ -408,7 +517,7 @@ class AwsIntegrationsArgs:
|
|
408
517
|
@pulumi.getter(name="awsMediaConvert")
|
409
518
|
def aws_media_convert(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]:
|
410
519
|
"""
|
411
|
-
|
520
|
+
Aws Media Convert integration
|
412
521
|
"""
|
413
522
|
return pulumi.get(self, "aws_media_convert")
|
414
523
|
|
@@ -420,7 +529,7 @@ class AwsIntegrationsArgs:
|
|
420
529
|
@pulumi.getter(name="awsMediaPackageVod")
|
421
530
|
def aws_media_package_vod(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]:
|
422
531
|
"""
|
423
|
-
|
532
|
+
Aws Media PackageVod integration
|
424
533
|
"""
|
425
534
|
return pulumi.get(self, "aws_media_package_vod")
|
426
535
|
|
@@ -432,7 +541,7 @@ class AwsIntegrationsArgs:
|
|
432
541
|
@pulumi.getter(name="awsMq")
|
433
542
|
def aws_mq(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]:
|
434
543
|
"""
|
435
|
-
|
544
|
+
Aws Mq integration
|
436
545
|
"""
|
437
546
|
return pulumi.get(self, "aws_mq")
|
438
547
|
|
@@ -444,7 +553,7 @@ class AwsIntegrationsArgs:
|
|
444
553
|
@pulumi.getter(name="awsMsk")
|
445
554
|
def aws_msk(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]:
|
446
555
|
"""
|
447
|
-
|
556
|
+
Aws Msk integration
|
448
557
|
"""
|
449
558
|
return pulumi.get(self, "aws_msk")
|
450
559
|
|
@@ -456,7 +565,7 @@ class AwsIntegrationsArgs:
|
|
456
565
|
@pulumi.getter(name="awsNeptune")
|
457
566
|
def aws_neptune(self) -> Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]:
|
458
567
|
"""
|
459
|
-
|
568
|
+
Aws Neptune integration
|
460
569
|
"""
|
461
570
|
return pulumi.get(self, "aws_neptune")
|
462
571
|
|
@@ -468,7 +577,7 @@ class AwsIntegrationsArgs:
|
|
468
577
|
@pulumi.getter(name="awsQldb")
|
469
578
|
def aws_qldb(self) -> Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]:
|
470
579
|
"""
|
471
|
-
|
580
|
+
Aws Qldb integration
|
472
581
|
"""
|
473
582
|
return pulumi.get(self, "aws_qldb")
|
474
583
|
|
@@ -480,7 +589,7 @@ class AwsIntegrationsArgs:
|
|
480
589
|
@pulumi.getter(name="awsRoute53resolver")
|
481
590
|
def aws_route53resolver(self) -> Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]:
|
482
591
|
"""
|
483
|
-
|
592
|
+
Aws Route53resolver integration
|
484
593
|
"""
|
485
594
|
return pulumi.get(self, "aws_route53resolver")
|
486
595
|
|
@@ -504,7 +613,7 @@ class AwsIntegrationsArgs:
|
|
504
613
|
@pulumi.getter(name="awsTransitGateway")
|
505
614
|
def aws_transit_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]:
|
506
615
|
"""
|
507
|
-
|
616
|
+
Aws Transit Gateway integration
|
508
617
|
"""
|
509
618
|
return pulumi.get(self, "aws_transit_gateway")
|
510
619
|
|
@@ -516,7 +625,7 @@ class AwsIntegrationsArgs:
|
|
516
625
|
@pulumi.getter(name="awsWaf")
|
517
626
|
def aws_waf(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]:
|
518
627
|
"""
|
519
|
-
|
628
|
+
Aws Waf integration
|
520
629
|
"""
|
521
630
|
return pulumi.get(self, "aws_waf")
|
522
631
|
|
@@ -528,7 +637,7 @@ class AwsIntegrationsArgs:
|
|
528
637
|
@pulumi.getter(name="awsWafv2")
|
529
638
|
def aws_wafv2(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]:
|
530
639
|
"""
|
531
|
-
|
640
|
+
Aws Wafv2 integration
|
532
641
|
"""
|
533
642
|
return pulumi.get(self, "aws_wafv2")
|
534
643
|
|
@@ -540,7 +649,7 @@ class AwsIntegrationsArgs:
|
|
540
649
|
@pulumi.getter
|
541
650
|
def billing(self) -> Optional[pulumi.Input['AwsIntegrationsBillingArgs']]:
|
542
651
|
"""
|
543
|
-
|
652
|
+
Billing integration
|
544
653
|
"""
|
545
654
|
return pulumi.get(self, "billing")
|
546
655
|
|
@@ -552,7 +661,7 @@ class AwsIntegrationsArgs:
|
|
552
661
|
@pulumi.getter
|
553
662
|
def cloudfront(self) -> Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]:
|
554
663
|
"""
|
555
|
-
|
664
|
+
Cloudfront integration
|
556
665
|
"""
|
557
666
|
return pulumi.get(self, "cloudfront")
|
558
667
|
|
@@ -564,7 +673,7 @@ class AwsIntegrationsArgs:
|
|
564
673
|
@pulumi.getter
|
565
674
|
def cloudtrail(self) -> Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]:
|
566
675
|
"""
|
567
|
-
|
676
|
+
CloudTrail integration
|
568
677
|
"""
|
569
678
|
return pulumi.get(self, "cloudtrail")
|
570
679
|
|
@@ -576,7 +685,7 @@ class AwsIntegrationsArgs:
|
|
576
685
|
@pulumi.getter(name="docDb")
|
577
686
|
def doc_db(self) -> Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]:
|
578
687
|
"""
|
579
|
-
|
688
|
+
Doc DB integration
|
580
689
|
"""
|
581
690
|
return pulumi.get(self, "doc_db")
|
582
691
|
|
@@ -588,7 +697,7 @@ class AwsIntegrationsArgs:
|
|
588
697
|
@pulumi.getter
|
589
698
|
def dynamodb(self) -> Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]:
|
590
699
|
"""
|
591
|
-
|
700
|
+
Dynamo DB integration
|
592
701
|
"""
|
593
702
|
return pulumi.get(self, "dynamodb")
|
594
703
|
|
@@ -600,7 +709,7 @@ class AwsIntegrationsArgs:
|
|
600
709
|
@pulumi.getter
|
601
710
|
def ebs(self) -> Optional[pulumi.Input['AwsIntegrationsEbsArgs']]:
|
602
711
|
"""
|
603
|
-
|
712
|
+
EBS integration
|
604
713
|
"""
|
605
714
|
return pulumi.get(self, "ebs")
|
606
715
|
|
@@ -612,7 +721,7 @@ class AwsIntegrationsArgs:
|
|
612
721
|
@pulumi.getter
|
613
722
|
def ec2(self) -> Optional[pulumi.Input['AwsIntegrationsEc2Args']]:
|
614
723
|
"""
|
615
|
-
|
724
|
+
Ec2 integration
|
616
725
|
"""
|
617
726
|
return pulumi.get(self, "ec2")
|
618
727
|
|
@@ -624,7 +733,7 @@ class AwsIntegrationsArgs:
|
|
624
733
|
@pulumi.getter
|
625
734
|
def ecs(self) -> Optional[pulumi.Input['AwsIntegrationsEcsArgs']]:
|
626
735
|
"""
|
627
|
-
|
736
|
+
Ecs integration
|
628
737
|
"""
|
629
738
|
return pulumi.get(self, "ecs")
|
630
739
|
|
@@ -636,7 +745,7 @@ class AwsIntegrationsArgs:
|
|
636
745
|
@pulumi.getter
|
637
746
|
def efs(self) -> Optional[pulumi.Input['AwsIntegrationsEfsArgs']]:
|
638
747
|
"""
|
639
|
-
|
748
|
+
Efs integration
|
640
749
|
"""
|
641
750
|
return pulumi.get(self, "efs")
|
642
751
|
|
@@ -648,7 +757,7 @@ class AwsIntegrationsArgs:
|
|
648
757
|
@pulumi.getter
|
649
758
|
def elasticache(self) -> Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]:
|
650
759
|
"""
|
651
|
-
|
760
|
+
Elasticache integration
|
652
761
|
"""
|
653
762
|
return pulumi.get(self, "elasticache")
|
654
763
|
|
@@ -660,7 +769,7 @@ class AwsIntegrationsArgs:
|
|
660
769
|
@pulumi.getter
|
661
770
|
def elasticbeanstalk(self) -> Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]:
|
662
771
|
"""
|
663
|
-
|
772
|
+
Elastic Bean Stalk integration
|
664
773
|
"""
|
665
774
|
return pulumi.get(self, "elasticbeanstalk")
|
666
775
|
|
@@ -672,7 +781,7 @@ class AwsIntegrationsArgs:
|
|
672
781
|
@pulumi.getter
|
673
782
|
def elasticsearch(self) -> Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]:
|
674
783
|
"""
|
675
|
-
|
784
|
+
Elastic Search integration
|
676
785
|
"""
|
677
786
|
return pulumi.get(self, "elasticsearch")
|
678
787
|
|
@@ -684,7 +793,7 @@ class AwsIntegrationsArgs:
|
|
684
793
|
@pulumi.getter
|
685
794
|
def elb(self) -> Optional[pulumi.Input['AwsIntegrationsElbArgs']]:
|
686
795
|
"""
|
687
|
-
|
796
|
+
Elb integration
|
688
797
|
"""
|
689
798
|
return pulumi.get(self, "elb")
|
690
799
|
|
@@ -696,7 +805,7 @@ class AwsIntegrationsArgs:
|
|
696
805
|
@pulumi.getter
|
697
806
|
def emr(self) -> Optional[pulumi.Input['AwsIntegrationsEmrArgs']]:
|
698
807
|
"""
|
699
|
-
|
808
|
+
Emr integration
|
700
809
|
"""
|
701
810
|
return pulumi.get(self, "emr")
|
702
811
|
|
@@ -708,7 +817,7 @@ class AwsIntegrationsArgs:
|
|
708
817
|
@pulumi.getter
|
709
818
|
def health(self) -> Optional[pulumi.Input['AwsIntegrationsHealthArgs']]:
|
710
819
|
"""
|
711
|
-
|
820
|
+
Health integration
|
712
821
|
"""
|
713
822
|
return pulumi.get(self, "health")
|
714
823
|
|
@@ -720,7 +829,7 @@ class AwsIntegrationsArgs:
|
|
720
829
|
@pulumi.getter
|
721
830
|
def iam(self) -> Optional[pulumi.Input['AwsIntegrationsIamArgs']]:
|
722
831
|
"""
|
723
|
-
|
832
|
+
Iam integration
|
724
833
|
"""
|
725
834
|
return pulumi.get(self, "iam")
|
726
835
|
|
@@ -732,7 +841,7 @@ class AwsIntegrationsArgs:
|
|
732
841
|
@pulumi.getter
|
733
842
|
def iot(self) -> Optional[pulumi.Input['AwsIntegrationsIotArgs']]:
|
734
843
|
"""
|
735
|
-
|
844
|
+
Iot integration
|
736
845
|
"""
|
737
846
|
return pulumi.get(self, "iot")
|
738
847
|
|
@@ -744,9 +853,7 @@ class AwsIntegrationsArgs:
|
|
744
853
|
@pulumi.getter
|
745
854
|
def kinesis(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]:
|
746
855
|
"""
|
747
|
-
|
748
|
-
|
749
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
|
856
|
+
Kinesis integration
|
750
857
|
"""
|
751
858
|
return pulumi.get(self, "kinesis")
|
752
859
|
|
@@ -758,7 +865,7 @@ class AwsIntegrationsArgs:
|
|
758
865
|
@pulumi.getter(name="kinesisFirehose")
|
759
866
|
def kinesis_firehose(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]:
|
760
867
|
"""
|
761
|
-
|
868
|
+
Kinesis Firehose integration
|
762
869
|
"""
|
763
870
|
return pulumi.get(self, "kinesis_firehose")
|
764
871
|
|
@@ -770,7 +877,7 @@ class AwsIntegrationsArgs:
|
|
770
877
|
@pulumi.getter(name="lambda")
|
771
878
|
def lambda_(self) -> Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]:
|
772
879
|
"""
|
773
|
-
|
880
|
+
Lambda integration
|
774
881
|
"""
|
775
882
|
return pulumi.get(self, "lambda_")
|
776
883
|
|
@@ -782,7 +889,7 @@ class AwsIntegrationsArgs:
|
|
782
889
|
@pulumi.getter
|
783
890
|
def rds(self) -> Optional[pulumi.Input['AwsIntegrationsRdsArgs']]:
|
784
891
|
"""
|
785
|
-
|
892
|
+
Rds integration
|
786
893
|
"""
|
787
894
|
return pulumi.get(self, "rds")
|
788
895
|
|
@@ -794,7 +901,7 @@ class AwsIntegrationsArgs:
|
|
794
901
|
@pulumi.getter
|
795
902
|
def redshift(self) -> Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]:
|
796
903
|
"""
|
797
|
-
|
904
|
+
Redshift integration
|
798
905
|
"""
|
799
906
|
return pulumi.get(self, "redshift")
|
800
907
|
|
@@ -806,7 +913,7 @@ class AwsIntegrationsArgs:
|
|
806
913
|
@pulumi.getter
|
807
914
|
def route53(self) -> Optional[pulumi.Input['AwsIntegrationsRoute53Args']]:
|
808
915
|
"""
|
809
|
-
|
916
|
+
Route53 integration
|
810
917
|
"""
|
811
918
|
return pulumi.get(self, "route53")
|
812
919
|
|
@@ -818,7 +925,7 @@ class AwsIntegrationsArgs:
|
|
818
925
|
@pulumi.getter
|
819
926
|
def s3(self) -> Optional[pulumi.Input['AwsIntegrationsS3Args']]:
|
820
927
|
"""
|
821
|
-
|
928
|
+
S3 integration
|
822
929
|
"""
|
823
930
|
return pulumi.get(self, "s3")
|
824
931
|
|
@@ -830,7 +937,7 @@ class AwsIntegrationsArgs:
|
|
830
937
|
@pulumi.getter
|
831
938
|
def ses(self) -> Optional[pulumi.Input['AwsIntegrationsSesArgs']]:
|
832
939
|
"""
|
833
|
-
|
940
|
+
Ses integration
|
834
941
|
"""
|
835
942
|
return pulumi.get(self, "ses")
|
836
943
|
|
@@ -842,7 +949,7 @@ class AwsIntegrationsArgs:
|
|
842
949
|
@pulumi.getter
|
843
950
|
def sns(self) -> Optional[pulumi.Input['AwsIntegrationsSnsArgs']]:
|
844
951
|
"""
|
845
|
-
|
952
|
+
Sns integration
|
846
953
|
"""
|
847
954
|
return pulumi.get(self, "sns")
|
848
955
|
|
@@ -854,7 +961,7 @@ class AwsIntegrationsArgs:
|
|
854
961
|
@pulumi.getter
|
855
962
|
def sqs(self) -> Optional[pulumi.Input['AwsIntegrationsSqsArgs']]:
|
856
963
|
"""
|
857
|
-
|
964
|
+
SQS integration
|
858
965
|
"""
|
859
966
|
return pulumi.get(self, "sqs")
|
860
967
|
|
@@ -866,9 +973,7 @@ class AwsIntegrationsArgs:
|
|
866
973
|
@pulumi.getter(name="trustedAdvisor")
|
867
974
|
def trusted_advisor(self) -> Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]:
|
868
975
|
"""
|
869
|
-
|
870
|
-
|
871
|
-
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.**
|
976
|
+
Trusted Advisor integration
|
872
977
|
"""
|
873
978
|
return pulumi.get(self, "trusted_advisor")
|
874
979
|
|
@@ -892,10 +997,7 @@ class AwsIntegrationsArgs:
|
|
892
997
|
@pulumi.getter(name="xRay")
|
893
998
|
def x_ray(self) -> Optional[pulumi.Input['AwsIntegrationsXRayArgs']]:
|
894
999
|
"""
|
895
|
-
|
896
|
-
x
|
897
|
-
|
898
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
1000
|
+
X-Ray integration
|
899
1001
|
"""
|
900
1002
|
return pulumi.get(self, "x_ray")
|
901
1003
|
|
@@ -964,69 +1066,120 @@ class _AwsIntegrationsState:
|
|
964
1066
|
"""
|
965
1067
|
Input properties used for looking up and filtering AwsIntegrations resources.
|
966
1068
|
: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`.
|
967
|
-
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb:
|
968
|
-
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway:
|
969
|
-
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling:
|
970
|
-
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync:
|
971
|
-
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena:
|
972
|
-
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito:
|
973
|
-
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect:
|
974
|
-
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect:
|
975
|
-
:param pulumi.Input['AwsIntegrationsAwsFsxArgs'] aws_fsx:
|
976
|
-
:param pulumi.Input['AwsIntegrationsAwsGlueArgs'] aws_glue:
|
977
|
-
:param pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs'] aws_kinesis_analytics:
|
978
|
-
:param pulumi.Input['AwsIntegrationsAwsMediaConvertArgs'] aws_media_convert:
|
979
|
-
:param pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs'] aws_media_package_vod:
|
980
|
-
:param pulumi.Input['AwsIntegrationsAwsMqArgs'] aws_mq:
|
981
|
-
:param pulumi.Input['AwsIntegrationsAwsMskArgs'] aws_msk:
|
982
|
-
:param pulumi.Input['AwsIntegrationsAwsNeptuneArgs'] aws_neptune:
|
983
|
-
:param pulumi.Input['AwsIntegrationsAwsQldbArgs'] aws_qldb:
|
984
|
-
:param pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs'] aws_route53resolver:
|
1069
|
+
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb: ALB integration
|
1070
|
+
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: API Gateway integration
|
1071
|
+
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
1072
|
+
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
1073
|
+
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
1074
|
+
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
1075
|
+
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
1076
|
+
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
1077
|
+
:param pulumi.Input['AwsIntegrationsAwsFsxArgs'] aws_fsx: Aws Fsx integration
|
1078
|
+
:param pulumi.Input['AwsIntegrationsAwsGlueArgs'] aws_glue: Aws Glue integration
|
1079
|
+
:param pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs'] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
1080
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaConvertArgs'] aws_media_convert: Aws Media Convert integration
|
1081
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs'] aws_media_package_vod: Aws Media PackageVod integration
|
1082
|
+
:param pulumi.Input['AwsIntegrationsAwsMqArgs'] aws_mq: Aws Mq integration
|
1083
|
+
:param pulumi.Input['AwsIntegrationsAwsMskArgs'] aws_msk: Aws Msk integration
|
1084
|
+
:param pulumi.Input['AwsIntegrationsAwsNeptuneArgs'] aws_neptune: Aws Neptune integration
|
1085
|
+
:param pulumi.Input['AwsIntegrationsAwsQldbArgs'] aws_qldb: Aws Qldb integration
|
1086
|
+
:param pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs'] aws_route53resolver: Aws Route53resolver integration
|
985
1087
|
:param pulumi.Input['AwsIntegrationsAwsStatesArgs'] aws_states: Aws states integration
|
986
|
-
:param pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs'] aws_transit_gateway:
|
987
|
-
:param pulumi.Input['AwsIntegrationsAwsWafArgs'] aws_waf:
|
988
|
-
:param pulumi.Input['AwsIntegrationsAwsWafv2Args'] aws_wafv2:
|
989
|
-
:param pulumi.Input['AwsIntegrationsBillingArgs'] billing:
|
990
|
-
:param pulumi.Input['AwsIntegrationsCloudfrontArgs'] cloudfront:
|
991
|
-
:param pulumi.Input['AwsIntegrationsCloudtrailArgs'] cloudtrail:
|
992
|
-
:param pulumi.Input['AwsIntegrationsDocDbArgs'] doc_db:
|
993
|
-
:param pulumi.Input['AwsIntegrationsDynamodbArgs'] dynamodb:
|
994
|
-
:param pulumi.Input['AwsIntegrationsEbsArgs'] ebs:
|
995
|
-
:param pulumi.Input['AwsIntegrationsEc2Args'] ec2:
|
996
|
-
:param pulumi.Input['AwsIntegrationsEcsArgs'] ecs:
|
997
|
-
:param pulumi.Input['AwsIntegrationsEfsArgs'] efs:
|
998
|
-
:param pulumi.Input['AwsIntegrationsElasticacheArgs'] elasticache:
|
999
|
-
:param pulumi.Input['AwsIntegrationsElasticbeanstalkArgs'] elasticbeanstalk:
|
1000
|
-
:param pulumi.Input['AwsIntegrationsElasticsearchArgs'] elasticsearch:
|
1001
|
-
:param pulumi.Input['AwsIntegrationsElbArgs'] elb:
|
1002
|
-
:param pulumi.Input['AwsIntegrationsEmrArgs'] emr:
|
1003
|
-
:param pulumi.Input['AwsIntegrationsHealthArgs'] health:
|
1004
|
-
:param pulumi.Input['AwsIntegrationsIamArgs'] iam:
|
1005
|
-
:param pulumi.Input['AwsIntegrationsIotArgs'] iot:
|
1006
|
-
:param pulumi.Input['AwsIntegrationsKinesisArgs'] kinesis:
|
1007
|
-
|
1008
|
-
|
1009
|
-
:param pulumi.Input['AwsIntegrationsKinesisFirehoseArgs'] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
|
1010
|
-
:param pulumi.Input['AwsIntegrationsLambdaArgs'] lambda_: AWS Lambda. See Integration blocks below for details.
|
1088
|
+
:param pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs'] aws_transit_gateway: Aws Transit Gateway integration
|
1089
|
+
:param pulumi.Input['AwsIntegrationsAwsWafArgs'] aws_waf: Aws Waf integration
|
1090
|
+
:param pulumi.Input['AwsIntegrationsAwsWafv2Args'] aws_wafv2: Aws Wafv2 integration
|
1091
|
+
:param pulumi.Input['AwsIntegrationsBillingArgs'] billing: Billing integration
|
1092
|
+
:param pulumi.Input['AwsIntegrationsCloudfrontArgs'] cloudfront: Cloudfront integration
|
1093
|
+
:param pulumi.Input['AwsIntegrationsCloudtrailArgs'] cloudtrail: CloudTrail integration
|
1094
|
+
:param pulumi.Input['AwsIntegrationsDocDbArgs'] doc_db: Doc DB integration
|
1095
|
+
:param pulumi.Input['AwsIntegrationsDynamodbArgs'] dynamodb: Dynamo DB integration
|
1096
|
+
:param pulumi.Input['AwsIntegrationsEbsArgs'] ebs: EBS integration
|
1097
|
+
:param pulumi.Input['AwsIntegrationsEc2Args'] ec2: Ec2 integration
|
1098
|
+
:param pulumi.Input['AwsIntegrationsEcsArgs'] ecs: Ecs integration
|
1099
|
+
:param pulumi.Input['AwsIntegrationsEfsArgs'] efs: Efs integration
|
1100
|
+
:param pulumi.Input['AwsIntegrationsElasticacheArgs'] elasticache: Elasticache integration
|
1101
|
+
:param pulumi.Input['AwsIntegrationsElasticbeanstalkArgs'] elasticbeanstalk: Elastic Bean Stalk integration
|
1102
|
+
:param pulumi.Input['AwsIntegrationsElasticsearchArgs'] elasticsearch: Elastic Search integration
|
1103
|
+
:param pulumi.Input['AwsIntegrationsElbArgs'] elb: Elb integration
|
1104
|
+
:param pulumi.Input['AwsIntegrationsEmrArgs'] emr: Emr integration
|
1105
|
+
:param pulumi.Input['AwsIntegrationsHealthArgs'] health: Health integration
|
1106
|
+
:param pulumi.Input['AwsIntegrationsIamArgs'] iam: Iam integration
|
1107
|
+
:param pulumi.Input['AwsIntegrationsIotArgs'] iot: Iot integration
|
1108
|
+
:param pulumi.Input['AwsIntegrationsKinesisArgs'] kinesis: Kinesis integration
|
1109
|
+
:param pulumi.Input['AwsIntegrationsKinesisFirehoseArgs'] kinesis_firehose: Kinesis Firehose integration
|
1110
|
+
:param pulumi.Input['AwsIntegrationsLambdaArgs'] lambda_: Lambda integration
|
1011
1111
|
:param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
|
1012
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>
|
1013
1116
|
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
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 |
|
1023
1171
|
|
1024
|
-
|
1172
|
+
</details>
|
1173
|
+
:param pulumi.Input['AwsIntegrationsRdsArgs'] rds: Rds integration
|
1174
|
+
:param pulumi.Input['AwsIntegrationsRedshiftArgs'] redshift: Redshift integration
|
1175
|
+
:param pulumi.Input['AwsIntegrationsRoute53Args'] route53: Route53 integration
|
1176
|
+
:param pulumi.Input['AwsIntegrationsS3Args'] s3: S3 integration
|
1177
|
+
:param pulumi.Input['AwsIntegrationsSesArgs'] ses: Ses integration
|
1178
|
+
:param pulumi.Input['AwsIntegrationsSnsArgs'] sns: Sns integration
|
1179
|
+
:param pulumi.Input['AwsIntegrationsSqsArgs'] sqs: SQS integration
|
1180
|
+
:param pulumi.Input['AwsIntegrationsTrustedAdvisorArgs'] trusted_advisor: Trusted Advisor integration
|
1025
1181
|
:param pulumi.Input['AwsIntegrationsVpcArgs'] vpc: VPC integration
|
1026
|
-
:param pulumi.Input['AwsIntegrationsXRayArgs'] x_ray:
|
1027
|
-
x
|
1028
|
-
|
1029
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
1182
|
+
:param pulumi.Input['AwsIntegrationsXRayArgs'] x_ray: X-Ray integration
|
1030
1183
|
"""
|
1031
1184
|
if account_id is not None:
|
1032
1185
|
pulumi.set(__self__, "account_id", account_id)
|
@@ -1153,7 +1306,7 @@ class _AwsIntegrationsState:
|
|
1153
1306
|
@pulumi.getter
|
1154
1307
|
def alb(self) -> Optional[pulumi.Input['AwsIntegrationsAlbArgs']]:
|
1155
1308
|
"""
|
1156
|
-
|
1309
|
+
ALB integration
|
1157
1310
|
"""
|
1158
1311
|
return pulumi.get(self, "alb")
|
1159
1312
|
|
@@ -1165,7 +1318,7 @@ class _AwsIntegrationsState:
|
|
1165
1318
|
@pulumi.getter(name="apiGateway")
|
1166
1319
|
def api_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]:
|
1167
1320
|
"""
|
1168
|
-
|
1321
|
+
API Gateway integration
|
1169
1322
|
"""
|
1170
1323
|
return pulumi.get(self, "api_gateway")
|
1171
1324
|
|
@@ -1177,7 +1330,7 @@ class _AwsIntegrationsState:
|
|
1177
1330
|
@pulumi.getter(name="autoScaling")
|
1178
1331
|
def auto_scaling(self) -> Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]:
|
1179
1332
|
"""
|
1180
|
-
|
1333
|
+
AutoScaling integration
|
1181
1334
|
"""
|
1182
1335
|
return pulumi.get(self, "auto_scaling")
|
1183
1336
|
|
@@ -1189,7 +1342,7 @@ class _AwsIntegrationsState:
|
|
1189
1342
|
@pulumi.getter(name="awsAppSync")
|
1190
1343
|
def aws_app_sync(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]:
|
1191
1344
|
"""
|
1192
|
-
|
1345
|
+
Aws Appsync integration
|
1193
1346
|
"""
|
1194
1347
|
return pulumi.get(self, "aws_app_sync")
|
1195
1348
|
|
@@ -1201,7 +1354,7 @@ class _AwsIntegrationsState:
|
|
1201
1354
|
@pulumi.getter(name="awsAthena")
|
1202
1355
|
def aws_athena(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]:
|
1203
1356
|
"""
|
1204
|
-
|
1357
|
+
Aws Athena integration
|
1205
1358
|
"""
|
1206
1359
|
return pulumi.get(self, "aws_athena")
|
1207
1360
|
|
@@ -1213,7 +1366,7 @@ class _AwsIntegrationsState:
|
|
1213
1366
|
@pulumi.getter(name="awsCognito")
|
1214
1367
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
1215
1368
|
"""
|
1216
|
-
|
1369
|
+
Aws Cognito integration
|
1217
1370
|
"""
|
1218
1371
|
return pulumi.get(self, "aws_cognito")
|
1219
1372
|
|
@@ -1225,7 +1378,7 @@ class _AwsIntegrationsState:
|
|
1225
1378
|
@pulumi.getter(name="awsConnect")
|
1226
1379
|
def aws_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]:
|
1227
1380
|
"""
|
1228
|
-
|
1381
|
+
Aws Connect integration
|
1229
1382
|
"""
|
1230
1383
|
return pulumi.get(self, "aws_connect")
|
1231
1384
|
|
@@ -1237,7 +1390,7 @@ class _AwsIntegrationsState:
|
|
1237
1390
|
@pulumi.getter(name="awsDirectConnect")
|
1238
1391
|
def aws_direct_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]:
|
1239
1392
|
"""
|
1240
|
-
|
1393
|
+
Aws Direct Connect integration
|
1241
1394
|
"""
|
1242
1395
|
return pulumi.get(self, "aws_direct_connect")
|
1243
1396
|
|
@@ -1249,7 +1402,7 @@ class _AwsIntegrationsState:
|
|
1249
1402
|
@pulumi.getter(name="awsFsx")
|
1250
1403
|
def aws_fsx(self) -> Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]:
|
1251
1404
|
"""
|
1252
|
-
|
1405
|
+
Aws Fsx integration
|
1253
1406
|
"""
|
1254
1407
|
return pulumi.get(self, "aws_fsx")
|
1255
1408
|
|
@@ -1261,7 +1414,7 @@ class _AwsIntegrationsState:
|
|
1261
1414
|
@pulumi.getter(name="awsGlue")
|
1262
1415
|
def aws_glue(self) -> Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]:
|
1263
1416
|
"""
|
1264
|
-
|
1417
|
+
Aws Glue integration
|
1265
1418
|
"""
|
1266
1419
|
return pulumi.get(self, "aws_glue")
|
1267
1420
|
|
@@ -1273,7 +1426,7 @@ class _AwsIntegrationsState:
|
|
1273
1426
|
@pulumi.getter(name="awsKinesisAnalytics")
|
1274
1427
|
def aws_kinesis_analytics(self) -> Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]:
|
1275
1428
|
"""
|
1276
|
-
|
1429
|
+
Aws Kinesis Analytics integration
|
1277
1430
|
"""
|
1278
1431
|
return pulumi.get(self, "aws_kinesis_analytics")
|
1279
1432
|
|
@@ -1285,7 +1438,7 @@ class _AwsIntegrationsState:
|
|
1285
1438
|
@pulumi.getter(name="awsMediaConvert")
|
1286
1439
|
def aws_media_convert(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]:
|
1287
1440
|
"""
|
1288
|
-
|
1441
|
+
Aws Media Convert integration
|
1289
1442
|
"""
|
1290
1443
|
return pulumi.get(self, "aws_media_convert")
|
1291
1444
|
|
@@ -1297,7 +1450,7 @@ class _AwsIntegrationsState:
|
|
1297
1450
|
@pulumi.getter(name="awsMediaPackageVod")
|
1298
1451
|
def aws_media_package_vod(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]:
|
1299
1452
|
"""
|
1300
|
-
|
1453
|
+
Aws Media PackageVod integration
|
1301
1454
|
"""
|
1302
1455
|
return pulumi.get(self, "aws_media_package_vod")
|
1303
1456
|
|
@@ -1309,7 +1462,7 @@ class _AwsIntegrationsState:
|
|
1309
1462
|
@pulumi.getter(name="awsMq")
|
1310
1463
|
def aws_mq(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]:
|
1311
1464
|
"""
|
1312
|
-
|
1465
|
+
Aws Mq integration
|
1313
1466
|
"""
|
1314
1467
|
return pulumi.get(self, "aws_mq")
|
1315
1468
|
|
@@ -1321,7 +1474,7 @@ class _AwsIntegrationsState:
|
|
1321
1474
|
@pulumi.getter(name="awsMsk")
|
1322
1475
|
def aws_msk(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]:
|
1323
1476
|
"""
|
1324
|
-
|
1477
|
+
Aws Msk integration
|
1325
1478
|
"""
|
1326
1479
|
return pulumi.get(self, "aws_msk")
|
1327
1480
|
|
@@ -1333,7 +1486,7 @@ class _AwsIntegrationsState:
|
|
1333
1486
|
@pulumi.getter(name="awsNeptune")
|
1334
1487
|
def aws_neptune(self) -> Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]:
|
1335
1488
|
"""
|
1336
|
-
|
1489
|
+
Aws Neptune integration
|
1337
1490
|
"""
|
1338
1491
|
return pulumi.get(self, "aws_neptune")
|
1339
1492
|
|
@@ -1345,7 +1498,7 @@ class _AwsIntegrationsState:
|
|
1345
1498
|
@pulumi.getter(name="awsQldb")
|
1346
1499
|
def aws_qldb(self) -> Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]:
|
1347
1500
|
"""
|
1348
|
-
|
1501
|
+
Aws Qldb integration
|
1349
1502
|
"""
|
1350
1503
|
return pulumi.get(self, "aws_qldb")
|
1351
1504
|
|
@@ -1357,7 +1510,7 @@ class _AwsIntegrationsState:
|
|
1357
1510
|
@pulumi.getter(name="awsRoute53resolver")
|
1358
1511
|
def aws_route53resolver(self) -> Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]:
|
1359
1512
|
"""
|
1360
|
-
|
1513
|
+
Aws Route53resolver integration
|
1361
1514
|
"""
|
1362
1515
|
return pulumi.get(self, "aws_route53resolver")
|
1363
1516
|
|
@@ -1381,7 +1534,7 @@ class _AwsIntegrationsState:
|
|
1381
1534
|
@pulumi.getter(name="awsTransitGateway")
|
1382
1535
|
def aws_transit_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]:
|
1383
1536
|
"""
|
1384
|
-
|
1537
|
+
Aws Transit Gateway integration
|
1385
1538
|
"""
|
1386
1539
|
return pulumi.get(self, "aws_transit_gateway")
|
1387
1540
|
|
@@ -1393,7 +1546,7 @@ class _AwsIntegrationsState:
|
|
1393
1546
|
@pulumi.getter(name="awsWaf")
|
1394
1547
|
def aws_waf(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]:
|
1395
1548
|
"""
|
1396
|
-
|
1549
|
+
Aws Waf integration
|
1397
1550
|
"""
|
1398
1551
|
return pulumi.get(self, "aws_waf")
|
1399
1552
|
|
@@ -1405,7 +1558,7 @@ class _AwsIntegrationsState:
|
|
1405
1558
|
@pulumi.getter(name="awsWafv2")
|
1406
1559
|
def aws_wafv2(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]:
|
1407
1560
|
"""
|
1408
|
-
|
1561
|
+
Aws Wafv2 integration
|
1409
1562
|
"""
|
1410
1563
|
return pulumi.get(self, "aws_wafv2")
|
1411
1564
|
|
@@ -1417,7 +1570,7 @@ class _AwsIntegrationsState:
|
|
1417
1570
|
@pulumi.getter
|
1418
1571
|
def billing(self) -> Optional[pulumi.Input['AwsIntegrationsBillingArgs']]:
|
1419
1572
|
"""
|
1420
|
-
|
1573
|
+
Billing integration
|
1421
1574
|
"""
|
1422
1575
|
return pulumi.get(self, "billing")
|
1423
1576
|
|
@@ -1429,7 +1582,7 @@ class _AwsIntegrationsState:
|
|
1429
1582
|
@pulumi.getter
|
1430
1583
|
def cloudfront(self) -> Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]:
|
1431
1584
|
"""
|
1432
|
-
|
1585
|
+
Cloudfront integration
|
1433
1586
|
"""
|
1434
1587
|
return pulumi.get(self, "cloudfront")
|
1435
1588
|
|
@@ -1441,7 +1594,7 @@ class _AwsIntegrationsState:
|
|
1441
1594
|
@pulumi.getter
|
1442
1595
|
def cloudtrail(self) -> Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]:
|
1443
1596
|
"""
|
1444
|
-
|
1597
|
+
CloudTrail integration
|
1445
1598
|
"""
|
1446
1599
|
return pulumi.get(self, "cloudtrail")
|
1447
1600
|
|
@@ -1453,7 +1606,7 @@ class _AwsIntegrationsState:
|
|
1453
1606
|
@pulumi.getter(name="docDb")
|
1454
1607
|
def doc_db(self) -> Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]:
|
1455
1608
|
"""
|
1456
|
-
|
1609
|
+
Doc DB integration
|
1457
1610
|
"""
|
1458
1611
|
return pulumi.get(self, "doc_db")
|
1459
1612
|
|
@@ -1465,7 +1618,7 @@ class _AwsIntegrationsState:
|
|
1465
1618
|
@pulumi.getter
|
1466
1619
|
def dynamodb(self) -> Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]:
|
1467
1620
|
"""
|
1468
|
-
|
1621
|
+
Dynamo DB integration
|
1469
1622
|
"""
|
1470
1623
|
return pulumi.get(self, "dynamodb")
|
1471
1624
|
|
@@ -1477,7 +1630,7 @@ class _AwsIntegrationsState:
|
|
1477
1630
|
@pulumi.getter
|
1478
1631
|
def ebs(self) -> Optional[pulumi.Input['AwsIntegrationsEbsArgs']]:
|
1479
1632
|
"""
|
1480
|
-
|
1633
|
+
EBS integration
|
1481
1634
|
"""
|
1482
1635
|
return pulumi.get(self, "ebs")
|
1483
1636
|
|
@@ -1489,7 +1642,7 @@ class _AwsIntegrationsState:
|
|
1489
1642
|
@pulumi.getter
|
1490
1643
|
def ec2(self) -> Optional[pulumi.Input['AwsIntegrationsEc2Args']]:
|
1491
1644
|
"""
|
1492
|
-
|
1645
|
+
Ec2 integration
|
1493
1646
|
"""
|
1494
1647
|
return pulumi.get(self, "ec2")
|
1495
1648
|
|
@@ -1501,7 +1654,7 @@ class _AwsIntegrationsState:
|
|
1501
1654
|
@pulumi.getter
|
1502
1655
|
def ecs(self) -> Optional[pulumi.Input['AwsIntegrationsEcsArgs']]:
|
1503
1656
|
"""
|
1504
|
-
|
1657
|
+
Ecs integration
|
1505
1658
|
"""
|
1506
1659
|
return pulumi.get(self, "ecs")
|
1507
1660
|
|
@@ -1513,7 +1666,7 @@ class _AwsIntegrationsState:
|
|
1513
1666
|
@pulumi.getter
|
1514
1667
|
def efs(self) -> Optional[pulumi.Input['AwsIntegrationsEfsArgs']]:
|
1515
1668
|
"""
|
1516
|
-
|
1669
|
+
Efs integration
|
1517
1670
|
"""
|
1518
1671
|
return pulumi.get(self, "efs")
|
1519
1672
|
|
@@ -1525,7 +1678,7 @@ class _AwsIntegrationsState:
|
|
1525
1678
|
@pulumi.getter
|
1526
1679
|
def elasticache(self) -> Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]:
|
1527
1680
|
"""
|
1528
|
-
|
1681
|
+
Elasticache integration
|
1529
1682
|
"""
|
1530
1683
|
return pulumi.get(self, "elasticache")
|
1531
1684
|
|
@@ -1537,7 +1690,7 @@ class _AwsIntegrationsState:
|
|
1537
1690
|
@pulumi.getter
|
1538
1691
|
def elasticbeanstalk(self) -> Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]:
|
1539
1692
|
"""
|
1540
|
-
|
1693
|
+
Elastic Bean Stalk integration
|
1541
1694
|
"""
|
1542
1695
|
return pulumi.get(self, "elasticbeanstalk")
|
1543
1696
|
|
@@ -1549,7 +1702,7 @@ class _AwsIntegrationsState:
|
|
1549
1702
|
@pulumi.getter
|
1550
1703
|
def elasticsearch(self) -> Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]:
|
1551
1704
|
"""
|
1552
|
-
|
1705
|
+
Elastic Search integration
|
1553
1706
|
"""
|
1554
1707
|
return pulumi.get(self, "elasticsearch")
|
1555
1708
|
|
@@ -1561,7 +1714,7 @@ class _AwsIntegrationsState:
|
|
1561
1714
|
@pulumi.getter
|
1562
1715
|
def elb(self) -> Optional[pulumi.Input['AwsIntegrationsElbArgs']]:
|
1563
1716
|
"""
|
1564
|
-
|
1717
|
+
Elb integration
|
1565
1718
|
"""
|
1566
1719
|
return pulumi.get(self, "elb")
|
1567
1720
|
|
@@ -1573,7 +1726,7 @@ class _AwsIntegrationsState:
|
|
1573
1726
|
@pulumi.getter
|
1574
1727
|
def emr(self) -> Optional[pulumi.Input['AwsIntegrationsEmrArgs']]:
|
1575
1728
|
"""
|
1576
|
-
|
1729
|
+
Emr integration
|
1577
1730
|
"""
|
1578
1731
|
return pulumi.get(self, "emr")
|
1579
1732
|
|
@@ -1585,7 +1738,7 @@ class _AwsIntegrationsState:
|
|
1585
1738
|
@pulumi.getter
|
1586
1739
|
def health(self) -> Optional[pulumi.Input['AwsIntegrationsHealthArgs']]:
|
1587
1740
|
"""
|
1588
|
-
|
1741
|
+
Health integration
|
1589
1742
|
"""
|
1590
1743
|
return pulumi.get(self, "health")
|
1591
1744
|
|
@@ -1597,7 +1750,7 @@ class _AwsIntegrationsState:
|
|
1597
1750
|
@pulumi.getter
|
1598
1751
|
def iam(self) -> Optional[pulumi.Input['AwsIntegrationsIamArgs']]:
|
1599
1752
|
"""
|
1600
|
-
|
1753
|
+
Iam integration
|
1601
1754
|
"""
|
1602
1755
|
return pulumi.get(self, "iam")
|
1603
1756
|
|
@@ -1609,7 +1762,7 @@ class _AwsIntegrationsState:
|
|
1609
1762
|
@pulumi.getter
|
1610
1763
|
def iot(self) -> Optional[pulumi.Input['AwsIntegrationsIotArgs']]:
|
1611
1764
|
"""
|
1612
|
-
|
1765
|
+
Iot integration
|
1613
1766
|
"""
|
1614
1767
|
return pulumi.get(self, "iot")
|
1615
1768
|
|
@@ -1621,9 +1774,7 @@ class _AwsIntegrationsState:
|
|
1621
1774
|
@pulumi.getter
|
1622
1775
|
def kinesis(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]:
|
1623
1776
|
"""
|
1624
|
-
|
1625
|
-
|
1626
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
|
1777
|
+
Kinesis integration
|
1627
1778
|
"""
|
1628
1779
|
return pulumi.get(self, "kinesis")
|
1629
1780
|
|
@@ -1635,7 +1786,7 @@ class _AwsIntegrationsState:
|
|
1635
1786
|
@pulumi.getter(name="kinesisFirehose")
|
1636
1787
|
def kinesis_firehose(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]:
|
1637
1788
|
"""
|
1638
|
-
|
1789
|
+
Kinesis Firehose integration
|
1639
1790
|
"""
|
1640
1791
|
return pulumi.get(self, "kinesis_firehose")
|
1641
1792
|
|
@@ -1647,7 +1798,7 @@ class _AwsIntegrationsState:
|
|
1647
1798
|
@pulumi.getter(name="lambda")
|
1648
1799
|
def lambda_(self) -> Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]:
|
1649
1800
|
"""
|
1650
|
-
|
1801
|
+
Lambda integration
|
1651
1802
|
"""
|
1652
1803
|
return pulumi.get(self, "lambda_")
|
1653
1804
|
|
@@ -1661,8 +1812,66 @@ class _AwsIntegrationsState:
|
|
1661
1812
|
"""
|
1662
1813
|
The ID of the linked AWS account in New Relic.
|
1663
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>
|
1664
1818
|
|
1665
|
-
|
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>
|
1666
1875
|
"""
|
1667
1876
|
return pulumi.get(self, "linked_account_id")
|
1668
1877
|
|
@@ -1674,7 +1883,7 @@ class _AwsIntegrationsState:
|
|
1674
1883
|
@pulumi.getter
|
1675
1884
|
def rds(self) -> Optional[pulumi.Input['AwsIntegrationsRdsArgs']]:
|
1676
1885
|
"""
|
1677
|
-
|
1886
|
+
Rds integration
|
1678
1887
|
"""
|
1679
1888
|
return pulumi.get(self, "rds")
|
1680
1889
|
|
@@ -1686,7 +1895,7 @@ class _AwsIntegrationsState:
|
|
1686
1895
|
@pulumi.getter
|
1687
1896
|
def redshift(self) -> Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]:
|
1688
1897
|
"""
|
1689
|
-
|
1898
|
+
Redshift integration
|
1690
1899
|
"""
|
1691
1900
|
return pulumi.get(self, "redshift")
|
1692
1901
|
|
@@ -1698,7 +1907,7 @@ class _AwsIntegrationsState:
|
|
1698
1907
|
@pulumi.getter
|
1699
1908
|
def route53(self) -> Optional[pulumi.Input['AwsIntegrationsRoute53Args']]:
|
1700
1909
|
"""
|
1701
|
-
|
1910
|
+
Route53 integration
|
1702
1911
|
"""
|
1703
1912
|
return pulumi.get(self, "route53")
|
1704
1913
|
|
@@ -1710,7 +1919,7 @@ class _AwsIntegrationsState:
|
|
1710
1919
|
@pulumi.getter
|
1711
1920
|
def s3(self) -> Optional[pulumi.Input['AwsIntegrationsS3Args']]:
|
1712
1921
|
"""
|
1713
|
-
|
1922
|
+
S3 integration
|
1714
1923
|
"""
|
1715
1924
|
return pulumi.get(self, "s3")
|
1716
1925
|
|
@@ -1722,7 +1931,7 @@ class _AwsIntegrationsState:
|
|
1722
1931
|
@pulumi.getter
|
1723
1932
|
def ses(self) -> Optional[pulumi.Input['AwsIntegrationsSesArgs']]:
|
1724
1933
|
"""
|
1725
|
-
|
1934
|
+
Ses integration
|
1726
1935
|
"""
|
1727
1936
|
return pulumi.get(self, "ses")
|
1728
1937
|
|
@@ -1734,7 +1943,7 @@ class _AwsIntegrationsState:
|
|
1734
1943
|
@pulumi.getter
|
1735
1944
|
def sns(self) -> Optional[pulumi.Input['AwsIntegrationsSnsArgs']]:
|
1736
1945
|
"""
|
1737
|
-
|
1946
|
+
Sns integration
|
1738
1947
|
"""
|
1739
1948
|
return pulumi.get(self, "sns")
|
1740
1949
|
|
@@ -1746,7 +1955,7 @@ class _AwsIntegrationsState:
|
|
1746
1955
|
@pulumi.getter
|
1747
1956
|
def sqs(self) -> Optional[pulumi.Input['AwsIntegrationsSqsArgs']]:
|
1748
1957
|
"""
|
1749
|
-
|
1958
|
+
SQS integration
|
1750
1959
|
"""
|
1751
1960
|
return pulumi.get(self, "sqs")
|
1752
1961
|
|
@@ -1758,9 +1967,7 @@ class _AwsIntegrationsState:
|
|
1758
1967
|
@pulumi.getter(name="trustedAdvisor")
|
1759
1968
|
def trusted_advisor(self) -> Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]:
|
1760
1969
|
"""
|
1761
|
-
|
1762
|
-
|
1763
|
-
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.**
|
1970
|
+
Trusted Advisor integration
|
1764
1971
|
"""
|
1765
1972
|
return pulumi.get(self, "trusted_advisor")
|
1766
1973
|
|
@@ -1784,10 +1991,7 @@ class _AwsIntegrationsState:
|
|
1784
1991
|
@pulumi.getter(name="xRay")
|
1785
1992
|
def x_ray(self) -> Optional[pulumi.Input['AwsIntegrationsXRayArgs']]:
|
1786
1993
|
"""
|
1787
|
-
|
1788
|
-
x
|
1789
|
-
|
1790
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
1994
|
+
X-Ray integration
|
1791
1995
|
"""
|
1792
1996
|
return pulumi.get(self, "x_ray")
|
1793
1997
|
|
@@ -1881,24 +2085,22 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
1881
2085
|
name="foo")
|
1882
2086
|
bar = newrelic.cloud.AwsIntegrations("bar",
|
1883
2087
|
linked_account_id=foo.id,
|
1884
|
-
billing=newrelic.cloud.AwsIntegrationsBillingArgs(
|
1885
|
-
metrics_polling_interval=3600,
|
1886
|
-
),
|
2088
|
+
billing=newrelic.cloud.AwsIntegrationsBillingArgs(),
|
1887
2089
|
cloudtrail=newrelic.cloud.AwsIntegrationsCloudtrailArgs(
|
1888
|
-
metrics_polling_interval=
|
2090
|
+
metrics_polling_interval=6000,
|
1889
2091
|
aws_regions=[
|
1890
2092
|
"us-east-1",
|
1891
2093
|
"us-east-2",
|
1892
2094
|
],
|
1893
2095
|
),
|
1894
2096
|
health=newrelic.cloud.AwsIntegrationsHealthArgs(
|
1895
|
-
metrics_polling_interval=
|
2097
|
+
metrics_polling_interval=6000,
|
1896
2098
|
),
|
1897
2099
|
trusted_advisor=newrelic.cloud.AwsIntegrationsTrustedAdvisorArgs(
|
1898
|
-
metrics_polling_interval=
|
2100
|
+
metrics_polling_interval=6000,
|
1899
2101
|
),
|
1900
2102
|
vpc=newrelic.cloud.AwsIntegrationsVpcArgs(
|
1901
|
-
metrics_polling_interval=
|
2103
|
+
metrics_polling_interval=6000,
|
1902
2104
|
aws_regions=[
|
1903
2105
|
"us-east-1",
|
1904
2106
|
"us-east-2",
|
@@ -1909,29 +2111,29 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
1909
2111
|
tag_value="tag value",
|
1910
2112
|
),
|
1911
2113
|
x_ray=newrelic.cloud.AwsIntegrationsXRayArgs(
|
1912
|
-
metrics_polling_interval=
|
2114
|
+
metrics_polling_interval=6000,
|
1913
2115
|
aws_regions=[
|
1914
2116
|
"us-east-1",
|
1915
2117
|
"us-east-2",
|
1916
2118
|
],
|
1917
2119
|
),
|
1918
2120
|
s3=newrelic.cloud.AwsIntegrationsS3Args(
|
1919
|
-
metrics_polling_interval=
|
2121
|
+
metrics_polling_interval=6000,
|
1920
2122
|
),
|
1921
2123
|
doc_db=newrelic.cloud.AwsIntegrationsDocDbArgs(
|
1922
|
-
metrics_polling_interval=
|
2124
|
+
metrics_polling_interval=6000,
|
1923
2125
|
),
|
1924
2126
|
sqs=newrelic.cloud.AwsIntegrationsSqsArgs(
|
1925
2127
|
fetch_extended_inventory=True,
|
1926
2128
|
fetch_tags=True,
|
1927
2129
|
queue_prefixes=["queue prefix"],
|
1928
|
-
metrics_polling_interval=
|
2130
|
+
metrics_polling_interval=6000,
|
1929
2131
|
aws_regions=["us-east-1"],
|
1930
2132
|
tag_key="tag key",
|
1931
2133
|
tag_value="tag value",
|
1932
2134
|
),
|
1933
2135
|
ebs=newrelic.cloud.AwsIntegrationsEbsArgs(
|
1934
|
-
metrics_polling_interval=
|
2136
|
+
metrics_polling_interval=6000,
|
1935
2137
|
fetch_extended_inventory=True,
|
1936
2138
|
aws_regions=["us-east-1"],
|
1937
2139
|
tag_key="tag key",
|
@@ -1941,7 +2143,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
1941
2143
|
fetch_extended_inventory=True,
|
1942
2144
|
fetch_tags=True,
|
1943
2145
|
load_balancer_prefixes=["load balancer prefix"],
|
1944
|
-
metrics_polling_interval=
|
2146
|
+
metrics_polling_interval=6000,
|
1945
2147
|
aws_regions=["us-east-1"],
|
1946
2148
|
tag_key="tag key",
|
1947
2149
|
tag_value="tag value",
|
@@ -1949,12 +2151,12 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
1949
2151
|
elasticache=newrelic.cloud.AwsIntegrationsElasticacheArgs(
|
1950
2152
|
aws_regions=["us-east-1"],
|
1951
2153
|
fetch_tags=True,
|
1952
|
-
metrics_polling_interval=
|
2154
|
+
metrics_polling_interval=6000,
|
1953
2155
|
tag_key="tag key",
|
1954
2156
|
tag_value="tag value",
|
1955
2157
|
),
|
1956
2158
|
api_gateway=newrelic.cloud.AwsIntegrationsApiGatewayArgs(
|
1957
|
-
metrics_polling_interval=
|
2159
|
+
metrics_polling_interval=6000,
|
1958
2160
|
aws_regions=["us-east-1"],
|
1959
2161
|
stage_prefixes=["stage prefix"],
|
1960
2162
|
tag_key="tag key",
|
@@ -1962,88 +2164,88 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
1962
2164
|
),
|
1963
2165
|
auto_scaling=newrelic.cloud.AwsIntegrationsAutoScalingArgs(
|
1964
2166
|
aws_regions=["us-east-1"],
|
1965
|
-
metrics_polling_interval=
|
2167
|
+
metrics_polling_interval=6000,
|
1966
2168
|
),
|
1967
2169
|
aws_app_sync=newrelic.cloud.AwsIntegrationsAwsAppSyncArgs(
|
1968
2170
|
aws_regions=["us-east-1"],
|
1969
|
-
metrics_polling_interval=
|
2171
|
+
metrics_polling_interval=6000,
|
1970
2172
|
),
|
1971
2173
|
aws_athena=newrelic.cloud.AwsIntegrationsAwsAthenaArgs(
|
1972
2174
|
aws_regions=["us-east-1"],
|
1973
|
-
metrics_polling_interval=
|
2175
|
+
metrics_polling_interval=6000,
|
1974
2176
|
),
|
1975
2177
|
aws_cognito=newrelic.cloud.AwsIntegrationsAwsCognitoArgs(
|
1976
2178
|
aws_regions=["us-east-1"],
|
1977
|
-
metrics_polling_interval=
|
2179
|
+
metrics_polling_interval=6000,
|
1978
2180
|
),
|
1979
2181
|
aws_connect=newrelic.cloud.AwsIntegrationsAwsConnectArgs(
|
1980
2182
|
aws_regions=["us-east-1"],
|
1981
|
-
metrics_polling_interval=
|
2183
|
+
metrics_polling_interval=6000,
|
1982
2184
|
),
|
1983
2185
|
aws_direct_connect=newrelic.cloud.AwsIntegrationsAwsDirectConnectArgs(
|
1984
2186
|
aws_regions=["us-east-1"],
|
1985
|
-
metrics_polling_interval=
|
2187
|
+
metrics_polling_interval=6000,
|
1986
2188
|
),
|
1987
2189
|
aws_fsx=newrelic.cloud.AwsIntegrationsAwsFsxArgs(
|
1988
2190
|
aws_regions=["us-east-1"],
|
1989
|
-
metrics_polling_interval=
|
2191
|
+
metrics_polling_interval=6000,
|
1990
2192
|
),
|
1991
2193
|
aws_glue=newrelic.cloud.AwsIntegrationsAwsGlueArgs(
|
1992
2194
|
aws_regions=["us-east-1"],
|
1993
|
-
metrics_polling_interval=
|
2195
|
+
metrics_polling_interval=6000,
|
1994
2196
|
),
|
1995
2197
|
aws_kinesis_analytics=newrelic.cloud.AwsIntegrationsAwsKinesisAnalyticsArgs(
|
1996
2198
|
aws_regions=["us-east-1"],
|
1997
|
-
metrics_polling_interval=
|
2199
|
+
metrics_polling_interval=6000,
|
1998
2200
|
),
|
1999
2201
|
aws_media_convert=newrelic.cloud.AwsIntegrationsAwsMediaConvertArgs(
|
2000
2202
|
aws_regions=["us-east-1"],
|
2001
|
-
metrics_polling_interval=
|
2203
|
+
metrics_polling_interval=6000,
|
2002
2204
|
),
|
2003
2205
|
aws_media_package_vod=newrelic.cloud.AwsIntegrationsAwsMediaPackageVodArgs(
|
2004
2206
|
aws_regions=["us-east-1"],
|
2005
|
-
metrics_polling_interval=
|
2207
|
+
metrics_polling_interval=6000,
|
2006
2208
|
),
|
2007
2209
|
aws_mq=newrelic.cloud.AwsIntegrationsAwsMqArgs(
|
2008
2210
|
aws_regions=["us-east-1"],
|
2009
|
-
metrics_polling_interval=
|
2211
|
+
metrics_polling_interval=6000,
|
2010
2212
|
),
|
2011
2213
|
aws_msk=newrelic.cloud.AwsIntegrationsAwsMskArgs(
|
2012
2214
|
aws_regions=["us-east-1"],
|
2013
|
-
metrics_polling_interval=
|
2215
|
+
metrics_polling_interval=6000,
|
2014
2216
|
),
|
2015
2217
|
aws_neptune=newrelic.cloud.AwsIntegrationsAwsNeptuneArgs(
|
2016
2218
|
aws_regions=["us-east-1"],
|
2017
|
-
metrics_polling_interval=
|
2219
|
+
metrics_polling_interval=6000,
|
2018
2220
|
),
|
2019
2221
|
aws_qldb=newrelic.cloud.AwsIntegrationsAwsQldbArgs(
|
2020
2222
|
aws_regions=["us-east-1"],
|
2021
|
-
metrics_polling_interval=
|
2223
|
+
metrics_polling_interval=6000,
|
2022
2224
|
),
|
2023
2225
|
aws_route53resolver=newrelic.cloud.AwsIntegrationsAwsRoute53resolverArgs(
|
2024
2226
|
aws_regions=["us-east-1"],
|
2025
|
-
metrics_polling_interval=
|
2227
|
+
metrics_polling_interval=6000,
|
2026
2228
|
),
|
2027
2229
|
aws_states=newrelic.cloud.AwsIntegrationsAwsStatesArgs(
|
2028
2230
|
aws_regions=["us-east-1"],
|
2029
|
-
metrics_polling_interval=
|
2231
|
+
metrics_polling_interval=6000,
|
2030
2232
|
),
|
2031
2233
|
aws_transit_gateway=newrelic.cloud.AwsIntegrationsAwsTransitGatewayArgs(
|
2032
2234
|
aws_regions=["us-east-1"],
|
2033
|
-
metrics_polling_interval=
|
2235
|
+
metrics_polling_interval=6000,
|
2034
2236
|
),
|
2035
2237
|
aws_waf=newrelic.cloud.AwsIntegrationsAwsWafArgs(
|
2036
2238
|
aws_regions=["us-east-1"],
|
2037
|
-
metrics_polling_interval=
|
2239
|
+
metrics_polling_interval=6000,
|
2038
2240
|
),
|
2039
2241
|
aws_wafv2=newrelic.cloud.AwsIntegrationsAwsWafv2Args(
|
2040
2242
|
aws_regions=["us-east-1"],
|
2041
|
-
metrics_polling_interval=
|
2243
|
+
metrics_polling_interval=6000,
|
2042
2244
|
),
|
2043
2245
|
cloudfront=newrelic.cloud.AwsIntegrationsCloudfrontArgs(
|
2044
2246
|
fetch_lambdas_at_edge=True,
|
2045
2247
|
fetch_tags=True,
|
2046
|
-
metrics_polling_interval=
|
2248
|
+
metrics_polling_interval=6000,
|
2047
2249
|
tag_key="tag key",
|
2048
2250
|
tag_value="tag value",
|
2049
2251
|
),
|
@@ -2051,7 +2253,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2051
2253
|
aws_regions=["us-east-1"],
|
2052
2254
|
fetch_extended_inventory=True,
|
2053
2255
|
fetch_tags=True,
|
2054
|
-
metrics_polling_interval=
|
2256
|
+
metrics_polling_interval=6000,
|
2055
2257
|
tag_key="tag key",
|
2056
2258
|
tag_value="tag value",
|
2057
2259
|
),
|
@@ -2059,21 +2261,21 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2059
2261
|
aws_regions=["us-east-1"],
|
2060
2262
|
duplicate_ec2_tags=True,
|
2061
2263
|
fetch_ip_addresses=True,
|
2062
|
-
metrics_polling_interval=
|
2264
|
+
metrics_polling_interval=6000,
|
2063
2265
|
tag_key="tag key",
|
2064
2266
|
tag_value="tag value",
|
2065
2267
|
),
|
2066
2268
|
ecs=newrelic.cloud.AwsIntegrationsEcsArgs(
|
2067
2269
|
aws_regions=["us-east-1"],
|
2068
2270
|
fetch_tags=True,
|
2069
|
-
metrics_polling_interval=
|
2271
|
+
metrics_polling_interval=6000,
|
2070
2272
|
tag_key="tag key",
|
2071
2273
|
tag_value="tag value",
|
2072
2274
|
),
|
2073
2275
|
efs=newrelic.cloud.AwsIntegrationsEfsArgs(
|
2074
2276
|
aws_regions=["us-east-1"],
|
2075
2277
|
fetch_tags=True,
|
2076
|
-
metrics_polling_interval=
|
2278
|
+
metrics_polling_interval=6000,
|
2077
2279
|
tag_key="tag key",
|
2078
2280
|
tag_value="tag value",
|
2079
2281
|
),
|
@@ -2081,14 +2283,14 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2081
2283
|
aws_regions=["us-east-1"],
|
2082
2284
|
fetch_extended_inventory=True,
|
2083
2285
|
fetch_tags=True,
|
2084
|
-
metrics_polling_interval=
|
2286
|
+
metrics_polling_interval=6000,
|
2085
2287
|
tag_key="tag key",
|
2086
2288
|
tag_value="tag value",
|
2087
2289
|
),
|
2088
2290
|
elasticsearch=newrelic.cloud.AwsIntegrationsElasticsearchArgs(
|
2089
2291
|
aws_regions=["us-east-1"],
|
2090
2292
|
fetch_nodes=True,
|
2091
|
-
metrics_polling_interval=
|
2293
|
+
metrics_polling_interval=6000,
|
2092
2294
|
tag_key="tag key",
|
2093
2295
|
tag_value="tag value",
|
2094
2296
|
),
|
@@ -2096,133 +2298,71 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2096
2298
|
aws_regions=["us-east-1"],
|
2097
2299
|
fetch_extended_inventory=True,
|
2098
2300
|
fetch_tags=True,
|
2099
|
-
metrics_polling_interval=
|
2301
|
+
metrics_polling_interval=6000,
|
2100
2302
|
),
|
2101
2303
|
emr=newrelic.cloud.AwsIntegrationsEmrArgs(
|
2102
2304
|
aws_regions=["us-east-1"],
|
2103
2305
|
fetch_tags=True,
|
2104
|
-
metrics_polling_interval=
|
2306
|
+
metrics_polling_interval=6000,
|
2105
2307
|
tag_key="tag key",
|
2106
2308
|
tag_value="tag value",
|
2107
2309
|
),
|
2108
2310
|
iam=newrelic.cloud.AwsIntegrationsIamArgs(
|
2109
|
-
metrics_polling_interval=
|
2311
|
+
metrics_polling_interval=6000,
|
2110
2312
|
tag_key="tag key",
|
2111
2313
|
tag_value="tag value",
|
2112
2314
|
),
|
2113
2315
|
iot=newrelic.cloud.AwsIntegrationsIotArgs(
|
2114
2316
|
aws_regions=["us-east-1"],
|
2115
|
-
metrics_polling_interval=
|
2317
|
+
metrics_polling_interval=6000,
|
2116
2318
|
),
|
2117
2319
|
kinesis=newrelic.cloud.AwsIntegrationsKinesisArgs(
|
2118
2320
|
aws_regions=["us-east-1"],
|
2119
2321
|
fetch_shards=True,
|
2120
2322
|
fetch_tags=True,
|
2121
|
-
metrics_polling_interval=
|
2323
|
+
metrics_polling_interval=6000,
|
2122
2324
|
tag_key="tag key",
|
2123
2325
|
tag_value="tag value",
|
2124
2326
|
),
|
2125
2327
|
kinesis_firehose=newrelic.cloud.AwsIntegrationsKinesisFirehoseArgs(
|
2126
2328
|
aws_regions=["us-east-1"],
|
2127
|
-
metrics_polling_interval=
|
2329
|
+
metrics_polling_interval=6000,
|
2128
2330
|
),
|
2129
2331
|
lambda_=newrelic.cloud.AwsIntegrationsLambdaArgs(
|
2130
2332
|
aws_regions=["us-east-1"],
|
2131
2333
|
fetch_tags=True,
|
2132
|
-
metrics_polling_interval=
|
2334
|
+
metrics_polling_interval=6000,
|
2133
2335
|
tag_key="tag key",
|
2134
2336
|
tag_value="tag value",
|
2135
2337
|
),
|
2136
2338
|
rds=newrelic.cloud.AwsIntegrationsRdsArgs(
|
2137
2339
|
aws_regions=["us-east-1"],
|
2138
2340
|
fetch_tags=True,
|
2139
|
-
metrics_polling_interval=
|
2341
|
+
metrics_polling_interval=6000,
|
2140
2342
|
tag_key="tag key",
|
2141
2343
|
tag_value="tag value",
|
2142
2344
|
),
|
2143
2345
|
redshift=newrelic.cloud.AwsIntegrationsRedshiftArgs(
|
2144
2346
|
aws_regions=["us-east-1"],
|
2145
|
-
metrics_polling_interval=
|
2347
|
+
metrics_polling_interval=6000,
|
2146
2348
|
tag_key="tag key",
|
2147
2349
|
tag_value="tag value",
|
2148
2350
|
),
|
2149
2351
|
route53=newrelic.cloud.AwsIntegrationsRoute53Args(
|
2150
2352
|
fetch_extended_inventory=True,
|
2151
|
-
metrics_polling_interval=
|
2353
|
+
metrics_polling_interval=6000,
|
2152
2354
|
),
|
2153
2355
|
ses=newrelic.cloud.AwsIntegrationsSesArgs(
|
2154
2356
|
aws_regions=["us-east-1"],
|
2155
|
-
metrics_polling_interval=
|
2357
|
+
metrics_polling_interval=6000,
|
2156
2358
|
),
|
2157
2359
|
sns=newrelic.cloud.AwsIntegrationsSnsArgs(
|
2158
2360
|
aws_regions=["us-east-1"],
|
2159
2361
|
fetch_extended_inventory=True,
|
2160
|
-
metrics_polling_interval=
|
2362
|
+
metrics_polling_interval=6000,
|
2161
2363
|
))
|
2162
2364
|
```
|
2163
2365
|
|
2164
|
-
## Supported AWS Integrations
|
2165
|
-
|
2166
|
-
<details>
|
2167
|
-
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
2168
|
-
|
2169
|
-
| Block | Description |
|
2170
|
-
|-------------------------|-------------------------------|
|
2171
|
-
| `alb` | ALB Integration |
|
2172
|
-
| `api_gateway` | API Gateway Integration |
|
2173
|
-
| `auto_scaling` | Auto Scaling Integration |
|
2174
|
-
| `aws_app_sync` | AppSync Integration |
|
2175
|
-
| `aws_athena` | Athena Integration |
|
2176
|
-
| `aws_cognito` | Cognito Integration |
|
2177
|
-
| `aws_connect` | Connect Integration |
|
2178
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
2179
|
-
| `aws_fsx` | FSx Integration |
|
2180
|
-
| `aws_glue` | Glue Integration |
|
2181
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
2182
|
-
| `aws_media_convert` | MediaConvert Integration |
|
2183
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
2184
|
-
| `aws_mq` | MQ Integration |
|
2185
|
-
| `aws_msk` | MSK Integration |
|
2186
|
-
| `aws_neptune` | Neptune Integration |
|
2187
|
-
| `aws_qldb` | QLDB Integration |
|
2188
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
2189
|
-
| `aws_states` | States Integration |
|
2190
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
2191
|
-
| `aws_waf` | WAF Integration |
|
2192
|
-
| `aws_wafv2` | WAFv2 Integration |
|
2193
|
-
| `billing` | Billing Integration |
|
2194
|
-
| `cloudfront` | CloudFront Integration |
|
2195
|
-
| `cloudtrail` | CloudTrail Integration |
|
2196
|
-
| `doc_db` | DocumentDB Integration |
|
2197
|
-
| `dynamodb` | DynamoDB Integration |
|
2198
|
-
| `ebs` | EBS Integration |
|
2199
|
-
| `ec2` | EC2 Integration |
|
2200
|
-
| `ecs` | ECS Integration |
|
2201
|
-
| `efs` | EFS Integration |
|
2202
|
-
| `elasticache` | ElastiCache Integration |
|
2203
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
2204
|
-
| `elasticsearch` | Elasticsearch Integration |
|
2205
|
-
| `elb` | ELB Integration |
|
2206
|
-
| `emr` | EMR Integration |
|
2207
|
-
| `health` | Health Integration |
|
2208
|
-
| `iam` | IAM Integration |
|
2209
|
-
| `iot` | IoT Integration |
|
2210
|
-
| `kinesis` | Kinesis Integration |
|
2211
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
2212
|
-
| `lambda` | Lambda Integration |
|
2213
|
-
| `rds` | RDS Integration |
|
2214
|
-
| `redshift` | Redshift Integration |
|
2215
|
-
| `route53` | Route53 Integration |
|
2216
|
-
| `s3` | S3 Integration |
|
2217
|
-
| `ses` | SES Integration |
|
2218
|
-
| `sns` | SNS Integration |
|
2219
|
-
| `sqs` | SQS Integration |
|
2220
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
2221
|
-
| `vpc` | VPC Integration |
|
2222
|
-
| `x_ray` | X-Ray Integration |
|
2223
|
-
|
2224
|
-
</details>
|
2225
|
-
|
2226
2366
|
## Import
|
2227
2367
|
|
2228
2368
|
Linked AWS account integrations can be imported using the `id`, e.g.
|
@@ -2236,69 +2376,120 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2236
2376
|
:param str resource_name: The name of the resource.
|
2237
2377
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
2238
2378
|
: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`.
|
2239
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']] alb:
|
2240
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']] api_gateway:
|
2241
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']] auto_scaling:
|
2242
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAppSyncArgs']] aws_app_sync:
|
2243
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAthenaArgs']] aws_athena:
|
2244
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsCognitoArgs']] aws_cognito:
|
2245
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsConnectArgs']] aws_connect:
|
2246
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsDirectConnectArgs']] aws_direct_connect:
|
2247
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsFsxArgs']] aws_fsx:
|
2248
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsGlueArgs']] aws_glue:
|
2249
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsKinesisAnalyticsArgs']] aws_kinesis_analytics:
|
2250
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaConvertArgs']] aws_media_convert:
|
2251
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaPackageVodArgs']] aws_media_package_vod:
|
2252
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMqArgs']] aws_mq:
|
2253
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMskArgs']] aws_msk:
|
2254
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsNeptuneArgs']] aws_neptune:
|
2255
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsQldbArgs']] aws_qldb:
|
2256
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsRoute53resolverArgs']] aws_route53resolver:
|
2379
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']] alb: ALB integration
|
2380
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']] api_gateway: API Gateway integration
|
2381
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']] auto_scaling: AutoScaling integration
|
2382
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAppSyncArgs']] aws_app_sync: Aws Appsync integration
|
2383
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAthenaArgs']] aws_athena: Aws Athena integration
|
2384
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsCognitoArgs']] aws_cognito: Aws Cognito integration
|
2385
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsConnectArgs']] aws_connect: Aws Connect integration
|
2386
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsDirectConnectArgs']] aws_direct_connect: Aws Direct Connect integration
|
2387
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsFsxArgs']] aws_fsx: Aws Fsx integration
|
2388
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsGlueArgs']] aws_glue: Aws Glue integration
|
2389
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsKinesisAnalyticsArgs']] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
2390
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaConvertArgs']] aws_media_convert: Aws Media Convert integration
|
2391
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaPackageVodArgs']] aws_media_package_vod: Aws Media PackageVod integration
|
2392
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMqArgs']] aws_mq: Aws Mq integration
|
2393
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMskArgs']] aws_msk: Aws Msk integration
|
2394
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsNeptuneArgs']] aws_neptune: Aws Neptune integration
|
2395
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsQldbArgs']] aws_qldb: Aws Qldb integration
|
2396
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsRoute53resolverArgs']] aws_route53resolver: Aws Route53resolver integration
|
2257
2397
|
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsStatesArgs']] aws_states: Aws states integration
|
2258
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsTransitGatewayArgs']] aws_transit_gateway:
|
2259
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafArgs']] aws_waf:
|
2260
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafv2Args']] aws_wafv2:
|
2261
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsBillingArgs']] billing:
|
2262
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudfrontArgs']] cloudfront:
|
2263
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudtrailArgs']] cloudtrail:
|
2264
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDocDbArgs']] doc_db:
|
2265
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDynamodbArgs']] dynamodb:
|
2266
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEbsArgs']] ebs:
|
2267
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEc2Args']] ec2:
|
2268
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEcsArgs']] ecs:
|
2269
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEfsArgs']] efs:
|
2270
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticacheArgs']] elasticache:
|
2271
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticbeanstalkArgs']] elasticbeanstalk:
|
2272
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticsearchArgs']] elasticsearch:
|
2273
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElbArgs']] elb:
|
2274
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEmrArgs']] emr:
|
2275
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsHealthArgs']] health:
|
2276
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIamArgs']] iam:
|
2277
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIotArgs']] iot:
|
2278
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisArgs']] kinesis:
|
2279
|
-
|
2280
|
-
|
2281
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
|
2282
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']] lambda_: AWS Lambda. See Integration blocks below for details.
|
2398
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsTransitGatewayArgs']] aws_transit_gateway: Aws Transit Gateway integration
|
2399
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafArgs']] aws_waf: Aws Waf integration
|
2400
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafv2Args']] aws_wafv2: Aws Wafv2 integration
|
2401
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsBillingArgs']] billing: Billing integration
|
2402
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudfrontArgs']] cloudfront: Cloudfront integration
|
2403
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudtrailArgs']] cloudtrail: CloudTrail integration
|
2404
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDocDbArgs']] doc_db: Doc DB integration
|
2405
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDynamodbArgs']] dynamodb: Dynamo DB integration
|
2406
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEbsArgs']] ebs: EBS integration
|
2407
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEc2Args']] ec2: Ec2 integration
|
2408
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEcsArgs']] ecs: Ecs integration
|
2409
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEfsArgs']] efs: Efs integration
|
2410
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticacheArgs']] elasticache: Elasticache integration
|
2411
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticbeanstalkArgs']] elasticbeanstalk: Elastic Bean Stalk integration
|
2412
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticsearchArgs']] elasticsearch: Elastic Search integration
|
2413
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElbArgs']] elb: Elb integration
|
2414
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEmrArgs']] emr: Emr integration
|
2415
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsHealthArgs']] health: Health integration
|
2416
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIamArgs']] iam: Iam integration
|
2417
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIotArgs']] iot: Iot integration
|
2418
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisArgs']] kinesis: Kinesis integration
|
2419
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']] kinesis_firehose: Kinesis Firehose integration
|
2420
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']] lambda_: Lambda integration
|
2283
2421
|
:param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
|
2284
2422
|
|
2423
|
+
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.**
|
2424
|
+
<details>
|
2425
|
+
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
2285
2426
|
|
2286
|
-
|
2287
|
-
|
2288
|
-
|
2289
|
-
|
2290
|
-
|
2291
|
-
|
2292
|
-
|
2293
|
-
|
2294
|
-
|
2427
|
+
| Block | Description |
|
2428
|
+
|-------------------------|-------------------------------|
|
2429
|
+
| `alb` | ALB Integration |
|
2430
|
+
| `api_gateway` | API Gateway Integration |
|
2431
|
+
| `auto_scaling` | Auto Scaling Integration |
|
2432
|
+
| `aws_app_sync` | AppSync Integration |
|
2433
|
+
| `aws_athena` | Athena Integration |
|
2434
|
+
| `aws_cognito` | Cognito Integration |
|
2435
|
+
| `aws_connect` | Connect Integration |
|
2436
|
+
| `aws_direct_connect` | Direct Connect Integration |
|
2437
|
+
| `aws_fsx` | FSx Integration |
|
2438
|
+
| `aws_glue` | Glue Integration |
|
2439
|
+
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
2440
|
+
| `aws_media_convert` | MediaConvert Integration |
|
2441
|
+
| `aws_media_package_vod` | Media Package VOD Integration |
|
2442
|
+
| `aws_mq` | MQ Integration |
|
2443
|
+
| `aws_msk` | MSK Integration |
|
2444
|
+
| `aws_neptune` | Neptune Integration |
|
2445
|
+
| `aws_qldb` | QLDB Integration |
|
2446
|
+
| `aws_route53resolver` | Route53 Resolver Integration |
|
2447
|
+
| `aws_states` | States Integration |
|
2448
|
+
| `aws_transit_gateway` | Transit Gateway Integration |
|
2449
|
+
| `aws_waf` | WAF Integration |
|
2450
|
+
| `aws_wafv2` | WAFv2 Integration |
|
2451
|
+
| `billing` | Billing Integration |
|
2452
|
+
| `cloudfront` | CloudFront Integration |
|
2453
|
+
| `cloudtrail` | CloudTrail Integration |
|
2454
|
+
| `doc_db` | DocumentDB Integration |
|
2455
|
+
| `dynamodb` | DynamoDB Integration |
|
2456
|
+
| `ebs` | EBS Integration |
|
2457
|
+
| `ec2` | EC2 Integration |
|
2458
|
+
| `ecs` | ECS Integration |
|
2459
|
+
| `efs` | EFS Integration |
|
2460
|
+
| `elasticache` | ElastiCache Integration |
|
2461
|
+
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
2462
|
+
| `elasticsearch` | Elasticsearch Integration |
|
2463
|
+
| `elb` | ELB Integration |
|
2464
|
+
| `emr` | EMR Integration |
|
2465
|
+
| `health` | Health Integration |
|
2466
|
+
| `iam` | IAM Integration |
|
2467
|
+
| `iot` | IoT Integration |
|
2468
|
+
| `kinesis` | Kinesis Integration |
|
2469
|
+
| `kinesis_firehose` | Kinesis Firehose Integration |
|
2470
|
+
| `lambda` | Lambda Integration |
|
2471
|
+
| `rds` | RDS Integration |
|
2472
|
+
| `redshift` | Redshift Integration |
|
2473
|
+
| `route53` | Route53 Integration |
|
2474
|
+
| `s3` | S3 Integration |
|
2475
|
+
| `ses` | SES Integration |
|
2476
|
+
| `sns` | SNS Integration |
|
2477
|
+
| `sqs` | SQS Integration |
|
2478
|
+
| `trusted_advisor` | Trusted Advisor Integration |
|
2479
|
+
| `vpc` | VPC Integration |
|
2480
|
+
| `x_ray` | X-Ray Integration |
|
2295
2481
|
|
2296
|
-
|
2482
|
+
</details>
|
2483
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRdsArgs']] rds: Rds integration
|
2484
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRedshiftArgs']] redshift: Redshift integration
|
2485
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRoute53Args']] route53: Route53 integration
|
2486
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsS3Args']] s3: S3 integration
|
2487
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSesArgs']] ses: Ses integration
|
2488
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSnsArgs']] sns: Sns integration
|
2489
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSqsArgs']] sqs: SQS integration
|
2490
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsTrustedAdvisorArgs']] trusted_advisor: Trusted Advisor integration
|
2297
2491
|
:param pulumi.Input[pulumi.InputType['AwsIntegrationsVpcArgs']] vpc: VPC integration
|
2298
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsXRayArgs']] x_ray:
|
2299
|
-
x
|
2300
|
-
|
2301
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
2492
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsXRayArgs']] x_ray: X-Ray integration
|
2302
2493
|
"""
|
2303
2494
|
...
|
2304
2495
|
@overload
|
@@ -2331,24 +2522,22 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2331
2522
|
name="foo")
|
2332
2523
|
bar = newrelic.cloud.AwsIntegrations("bar",
|
2333
2524
|
linked_account_id=foo.id,
|
2334
|
-
billing=newrelic.cloud.AwsIntegrationsBillingArgs(
|
2335
|
-
metrics_polling_interval=3600,
|
2336
|
-
),
|
2525
|
+
billing=newrelic.cloud.AwsIntegrationsBillingArgs(),
|
2337
2526
|
cloudtrail=newrelic.cloud.AwsIntegrationsCloudtrailArgs(
|
2338
|
-
metrics_polling_interval=
|
2527
|
+
metrics_polling_interval=6000,
|
2339
2528
|
aws_regions=[
|
2340
2529
|
"us-east-1",
|
2341
2530
|
"us-east-2",
|
2342
2531
|
],
|
2343
2532
|
),
|
2344
2533
|
health=newrelic.cloud.AwsIntegrationsHealthArgs(
|
2345
|
-
metrics_polling_interval=
|
2534
|
+
metrics_polling_interval=6000,
|
2346
2535
|
),
|
2347
2536
|
trusted_advisor=newrelic.cloud.AwsIntegrationsTrustedAdvisorArgs(
|
2348
|
-
metrics_polling_interval=
|
2537
|
+
metrics_polling_interval=6000,
|
2349
2538
|
),
|
2350
2539
|
vpc=newrelic.cloud.AwsIntegrationsVpcArgs(
|
2351
|
-
metrics_polling_interval=
|
2540
|
+
metrics_polling_interval=6000,
|
2352
2541
|
aws_regions=[
|
2353
2542
|
"us-east-1",
|
2354
2543
|
"us-east-2",
|
@@ -2359,29 +2548,29 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2359
2548
|
tag_value="tag value",
|
2360
2549
|
),
|
2361
2550
|
x_ray=newrelic.cloud.AwsIntegrationsXRayArgs(
|
2362
|
-
metrics_polling_interval=
|
2551
|
+
metrics_polling_interval=6000,
|
2363
2552
|
aws_regions=[
|
2364
2553
|
"us-east-1",
|
2365
2554
|
"us-east-2",
|
2366
2555
|
],
|
2367
2556
|
),
|
2368
2557
|
s3=newrelic.cloud.AwsIntegrationsS3Args(
|
2369
|
-
metrics_polling_interval=
|
2558
|
+
metrics_polling_interval=6000,
|
2370
2559
|
),
|
2371
2560
|
doc_db=newrelic.cloud.AwsIntegrationsDocDbArgs(
|
2372
|
-
metrics_polling_interval=
|
2561
|
+
metrics_polling_interval=6000,
|
2373
2562
|
),
|
2374
2563
|
sqs=newrelic.cloud.AwsIntegrationsSqsArgs(
|
2375
2564
|
fetch_extended_inventory=True,
|
2376
2565
|
fetch_tags=True,
|
2377
2566
|
queue_prefixes=["queue prefix"],
|
2378
|
-
metrics_polling_interval=
|
2567
|
+
metrics_polling_interval=6000,
|
2379
2568
|
aws_regions=["us-east-1"],
|
2380
2569
|
tag_key="tag key",
|
2381
2570
|
tag_value="tag value",
|
2382
2571
|
),
|
2383
2572
|
ebs=newrelic.cloud.AwsIntegrationsEbsArgs(
|
2384
|
-
metrics_polling_interval=
|
2573
|
+
metrics_polling_interval=6000,
|
2385
2574
|
fetch_extended_inventory=True,
|
2386
2575
|
aws_regions=["us-east-1"],
|
2387
2576
|
tag_key="tag key",
|
@@ -2391,7 +2580,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2391
2580
|
fetch_extended_inventory=True,
|
2392
2581
|
fetch_tags=True,
|
2393
2582
|
load_balancer_prefixes=["load balancer prefix"],
|
2394
|
-
metrics_polling_interval=
|
2583
|
+
metrics_polling_interval=6000,
|
2395
2584
|
aws_regions=["us-east-1"],
|
2396
2585
|
tag_key="tag key",
|
2397
2586
|
tag_value="tag value",
|
@@ -2399,12 +2588,12 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2399
2588
|
elasticache=newrelic.cloud.AwsIntegrationsElasticacheArgs(
|
2400
2589
|
aws_regions=["us-east-1"],
|
2401
2590
|
fetch_tags=True,
|
2402
|
-
metrics_polling_interval=
|
2591
|
+
metrics_polling_interval=6000,
|
2403
2592
|
tag_key="tag key",
|
2404
2593
|
tag_value="tag value",
|
2405
2594
|
),
|
2406
2595
|
api_gateway=newrelic.cloud.AwsIntegrationsApiGatewayArgs(
|
2407
|
-
metrics_polling_interval=
|
2596
|
+
metrics_polling_interval=6000,
|
2408
2597
|
aws_regions=["us-east-1"],
|
2409
2598
|
stage_prefixes=["stage prefix"],
|
2410
2599
|
tag_key="tag key",
|
@@ -2412,88 +2601,88 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2412
2601
|
),
|
2413
2602
|
auto_scaling=newrelic.cloud.AwsIntegrationsAutoScalingArgs(
|
2414
2603
|
aws_regions=["us-east-1"],
|
2415
|
-
metrics_polling_interval=
|
2604
|
+
metrics_polling_interval=6000,
|
2416
2605
|
),
|
2417
2606
|
aws_app_sync=newrelic.cloud.AwsIntegrationsAwsAppSyncArgs(
|
2418
2607
|
aws_regions=["us-east-1"],
|
2419
|
-
metrics_polling_interval=
|
2608
|
+
metrics_polling_interval=6000,
|
2420
2609
|
),
|
2421
2610
|
aws_athena=newrelic.cloud.AwsIntegrationsAwsAthenaArgs(
|
2422
2611
|
aws_regions=["us-east-1"],
|
2423
|
-
metrics_polling_interval=
|
2612
|
+
metrics_polling_interval=6000,
|
2424
2613
|
),
|
2425
2614
|
aws_cognito=newrelic.cloud.AwsIntegrationsAwsCognitoArgs(
|
2426
2615
|
aws_regions=["us-east-1"],
|
2427
|
-
metrics_polling_interval=
|
2616
|
+
metrics_polling_interval=6000,
|
2428
2617
|
),
|
2429
2618
|
aws_connect=newrelic.cloud.AwsIntegrationsAwsConnectArgs(
|
2430
2619
|
aws_regions=["us-east-1"],
|
2431
|
-
metrics_polling_interval=
|
2620
|
+
metrics_polling_interval=6000,
|
2432
2621
|
),
|
2433
2622
|
aws_direct_connect=newrelic.cloud.AwsIntegrationsAwsDirectConnectArgs(
|
2434
2623
|
aws_regions=["us-east-1"],
|
2435
|
-
metrics_polling_interval=
|
2624
|
+
metrics_polling_interval=6000,
|
2436
2625
|
),
|
2437
2626
|
aws_fsx=newrelic.cloud.AwsIntegrationsAwsFsxArgs(
|
2438
2627
|
aws_regions=["us-east-1"],
|
2439
|
-
metrics_polling_interval=
|
2628
|
+
metrics_polling_interval=6000,
|
2440
2629
|
),
|
2441
2630
|
aws_glue=newrelic.cloud.AwsIntegrationsAwsGlueArgs(
|
2442
2631
|
aws_regions=["us-east-1"],
|
2443
|
-
metrics_polling_interval=
|
2632
|
+
metrics_polling_interval=6000,
|
2444
2633
|
),
|
2445
2634
|
aws_kinesis_analytics=newrelic.cloud.AwsIntegrationsAwsKinesisAnalyticsArgs(
|
2446
2635
|
aws_regions=["us-east-1"],
|
2447
|
-
metrics_polling_interval=
|
2636
|
+
metrics_polling_interval=6000,
|
2448
2637
|
),
|
2449
2638
|
aws_media_convert=newrelic.cloud.AwsIntegrationsAwsMediaConvertArgs(
|
2450
2639
|
aws_regions=["us-east-1"],
|
2451
|
-
metrics_polling_interval=
|
2640
|
+
metrics_polling_interval=6000,
|
2452
2641
|
),
|
2453
2642
|
aws_media_package_vod=newrelic.cloud.AwsIntegrationsAwsMediaPackageVodArgs(
|
2454
2643
|
aws_regions=["us-east-1"],
|
2455
|
-
metrics_polling_interval=
|
2644
|
+
metrics_polling_interval=6000,
|
2456
2645
|
),
|
2457
2646
|
aws_mq=newrelic.cloud.AwsIntegrationsAwsMqArgs(
|
2458
2647
|
aws_regions=["us-east-1"],
|
2459
|
-
metrics_polling_interval=
|
2648
|
+
metrics_polling_interval=6000,
|
2460
2649
|
),
|
2461
2650
|
aws_msk=newrelic.cloud.AwsIntegrationsAwsMskArgs(
|
2462
2651
|
aws_regions=["us-east-1"],
|
2463
|
-
metrics_polling_interval=
|
2652
|
+
metrics_polling_interval=6000,
|
2464
2653
|
),
|
2465
2654
|
aws_neptune=newrelic.cloud.AwsIntegrationsAwsNeptuneArgs(
|
2466
2655
|
aws_regions=["us-east-1"],
|
2467
|
-
metrics_polling_interval=
|
2656
|
+
metrics_polling_interval=6000,
|
2468
2657
|
),
|
2469
2658
|
aws_qldb=newrelic.cloud.AwsIntegrationsAwsQldbArgs(
|
2470
2659
|
aws_regions=["us-east-1"],
|
2471
|
-
metrics_polling_interval=
|
2660
|
+
metrics_polling_interval=6000,
|
2472
2661
|
),
|
2473
2662
|
aws_route53resolver=newrelic.cloud.AwsIntegrationsAwsRoute53resolverArgs(
|
2474
2663
|
aws_regions=["us-east-1"],
|
2475
|
-
metrics_polling_interval=
|
2664
|
+
metrics_polling_interval=6000,
|
2476
2665
|
),
|
2477
2666
|
aws_states=newrelic.cloud.AwsIntegrationsAwsStatesArgs(
|
2478
2667
|
aws_regions=["us-east-1"],
|
2479
|
-
metrics_polling_interval=
|
2668
|
+
metrics_polling_interval=6000,
|
2480
2669
|
),
|
2481
2670
|
aws_transit_gateway=newrelic.cloud.AwsIntegrationsAwsTransitGatewayArgs(
|
2482
2671
|
aws_regions=["us-east-1"],
|
2483
|
-
metrics_polling_interval=
|
2672
|
+
metrics_polling_interval=6000,
|
2484
2673
|
),
|
2485
2674
|
aws_waf=newrelic.cloud.AwsIntegrationsAwsWafArgs(
|
2486
2675
|
aws_regions=["us-east-1"],
|
2487
|
-
metrics_polling_interval=
|
2676
|
+
metrics_polling_interval=6000,
|
2488
2677
|
),
|
2489
2678
|
aws_wafv2=newrelic.cloud.AwsIntegrationsAwsWafv2Args(
|
2490
2679
|
aws_regions=["us-east-1"],
|
2491
|
-
metrics_polling_interval=
|
2680
|
+
metrics_polling_interval=6000,
|
2492
2681
|
),
|
2493
2682
|
cloudfront=newrelic.cloud.AwsIntegrationsCloudfrontArgs(
|
2494
2683
|
fetch_lambdas_at_edge=True,
|
2495
2684
|
fetch_tags=True,
|
2496
|
-
metrics_polling_interval=
|
2685
|
+
metrics_polling_interval=6000,
|
2497
2686
|
tag_key="tag key",
|
2498
2687
|
tag_value="tag value",
|
2499
2688
|
),
|
@@ -2501,7 +2690,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2501
2690
|
aws_regions=["us-east-1"],
|
2502
2691
|
fetch_extended_inventory=True,
|
2503
2692
|
fetch_tags=True,
|
2504
|
-
metrics_polling_interval=
|
2693
|
+
metrics_polling_interval=6000,
|
2505
2694
|
tag_key="tag key",
|
2506
2695
|
tag_value="tag value",
|
2507
2696
|
),
|
@@ -2509,21 +2698,21 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2509
2698
|
aws_regions=["us-east-1"],
|
2510
2699
|
duplicate_ec2_tags=True,
|
2511
2700
|
fetch_ip_addresses=True,
|
2512
|
-
metrics_polling_interval=
|
2701
|
+
metrics_polling_interval=6000,
|
2513
2702
|
tag_key="tag key",
|
2514
2703
|
tag_value="tag value",
|
2515
2704
|
),
|
2516
2705
|
ecs=newrelic.cloud.AwsIntegrationsEcsArgs(
|
2517
2706
|
aws_regions=["us-east-1"],
|
2518
2707
|
fetch_tags=True,
|
2519
|
-
metrics_polling_interval=
|
2708
|
+
metrics_polling_interval=6000,
|
2520
2709
|
tag_key="tag key",
|
2521
2710
|
tag_value="tag value",
|
2522
2711
|
),
|
2523
2712
|
efs=newrelic.cloud.AwsIntegrationsEfsArgs(
|
2524
2713
|
aws_regions=["us-east-1"],
|
2525
2714
|
fetch_tags=True,
|
2526
|
-
metrics_polling_interval=
|
2715
|
+
metrics_polling_interval=6000,
|
2527
2716
|
tag_key="tag key",
|
2528
2717
|
tag_value="tag value",
|
2529
2718
|
),
|
@@ -2531,14 +2720,14 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2531
2720
|
aws_regions=["us-east-1"],
|
2532
2721
|
fetch_extended_inventory=True,
|
2533
2722
|
fetch_tags=True,
|
2534
|
-
metrics_polling_interval=
|
2723
|
+
metrics_polling_interval=6000,
|
2535
2724
|
tag_key="tag key",
|
2536
2725
|
tag_value="tag value",
|
2537
2726
|
),
|
2538
2727
|
elasticsearch=newrelic.cloud.AwsIntegrationsElasticsearchArgs(
|
2539
2728
|
aws_regions=["us-east-1"],
|
2540
2729
|
fetch_nodes=True,
|
2541
|
-
metrics_polling_interval=
|
2730
|
+
metrics_polling_interval=6000,
|
2542
2731
|
tag_key="tag key",
|
2543
2732
|
tag_value="tag value",
|
2544
2733
|
),
|
@@ -2546,133 +2735,71 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2546
2735
|
aws_regions=["us-east-1"],
|
2547
2736
|
fetch_extended_inventory=True,
|
2548
2737
|
fetch_tags=True,
|
2549
|
-
metrics_polling_interval=
|
2738
|
+
metrics_polling_interval=6000,
|
2550
2739
|
),
|
2551
2740
|
emr=newrelic.cloud.AwsIntegrationsEmrArgs(
|
2552
2741
|
aws_regions=["us-east-1"],
|
2553
2742
|
fetch_tags=True,
|
2554
|
-
metrics_polling_interval=
|
2743
|
+
metrics_polling_interval=6000,
|
2555
2744
|
tag_key="tag key",
|
2556
2745
|
tag_value="tag value",
|
2557
2746
|
),
|
2558
2747
|
iam=newrelic.cloud.AwsIntegrationsIamArgs(
|
2559
|
-
metrics_polling_interval=
|
2748
|
+
metrics_polling_interval=6000,
|
2560
2749
|
tag_key="tag key",
|
2561
2750
|
tag_value="tag value",
|
2562
2751
|
),
|
2563
2752
|
iot=newrelic.cloud.AwsIntegrationsIotArgs(
|
2564
2753
|
aws_regions=["us-east-1"],
|
2565
|
-
metrics_polling_interval=
|
2754
|
+
metrics_polling_interval=6000,
|
2566
2755
|
),
|
2567
2756
|
kinesis=newrelic.cloud.AwsIntegrationsKinesisArgs(
|
2568
2757
|
aws_regions=["us-east-1"],
|
2569
2758
|
fetch_shards=True,
|
2570
2759
|
fetch_tags=True,
|
2571
|
-
metrics_polling_interval=
|
2760
|
+
metrics_polling_interval=6000,
|
2572
2761
|
tag_key="tag key",
|
2573
2762
|
tag_value="tag value",
|
2574
2763
|
),
|
2575
2764
|
kinesis_firehose=newrelic.cloud.AwsIntegrationsKinesisFirehoseArgs(
|
2576
2765
|
aws_regions=["us-east-1"],
|
2577
|
-
metrics_polling_interval=
|
2766
|
+
metrics_polling_interval=6000,
|
2578
2767
|
),
|
2579
2768
|
lambda_=newrelic.cloud.AwsIntegrationsLambdaArgs(
|
2580
2769
|
aws_regions=["us-east-1"],
|
2581
2770
|
fetch_tags=True,
|
2582
|
-
metrics_polling_interval=
|
2771
|
+
metrics_polling_interval=6000,
|
2583
2772
|
tag_key="tag key",
|
2584
2773
|
tag_value="tag value",
|
2585
2774
|
),
|
2586
2775
|
rds=newrelic.cloud.AwsIntegrationsRdsArgs(
|
2587
2776
|
aws_regions=["us-east-1"],
|
2588
2777
|
fetch_tags=True,
|
2589
|
-
metrics_polling_interval=
|
2778
|
+
metrics_polling_interval=6000,
|
2590
2779
|
tag_key="tag key",
|
2591
2780
|
tag_value="tag value",
|
2592
2781
|
),
|
2593
2782
|
redshift=newrelic.cloud.AwsIntegrationsRedshiftArgs(
|
2594
2783
|
aws_regions=["us-east-1"],
|
2595
|
-
metrics_polling_interval=
|
2784
|
+
metrics_polling_interval=6000,
|
2596
2785
|
tag_key="tag key",
|
2597
2786
|
tag_value="tag value",
|
2598
2787
|
),
|
2599
2788
|
route53=newrelic.cloud.AwsIntegrationsRoute53Args(
|
2600
2789
|
fetch_extended_inventory=True,
|
2601
|
-
metrics_polling_interval=
|
2790
|
+
metrics_polling_interval=6000,
|
2602
2791
|
),
|
2603
2792
|
ses=newrelic.cloud.AwsIntegrationsSesArgs(
|
2604
2793
|
aws_regions=["us-east-1"],
|
2605
|
-
metrics_polling_interval=
|
2794
|
+
metrics_polling_interval=6000,
|
2606
2795
|
),
|
2607
2796
|
sns=newrelic.cloud.AwsIntegrationsSnsArgs(
|
2608
2797
|
aws_regions=["us-east-1"],
|
2609
2798
|
fetch_extended_inventory=True,
|
2610
|
-
metrics_polling_interval=
|
2799
|
+
metrics_polling_interval=6000,
|
2611
2800
|
))
|
2612
2801
|
```
|
2613
2802
|
|
2614
|
-
## Supported AWS Integrations
|
2615
|
-
|
2616
|
-
<details>
|
2617
|
-
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
2618
|
-
|
2619
|
-
| Block | Description |
|
2620
|
-
|-------------------------|-------------------------------|
|
2621
|
-
| `alb` | ALB Integration |
|
2622
|
-
| `api_gateway` | API Gateway Integration |
|
2623
|
-
| `auto_scaling` | Auto Scaling Integration |
|
2624
|
-
| `aws_app_sync` | AppSync Integration |
|
2625
|
-
| `aws_athena` | Athena Integration |
|
2626
|
-
| `aws_cognito` | Cognito Integration |
|
2627
|
-
| `aws_connect` | Connect Integration |
|
2628
|
-
| `aws_direct_connect` | Direct Connect Integration |
|
2629
|
-
| `aws_fsx` | FSx Integration |
|
2630
|
-
| `aws_glue` | Glue Integration |
|
2631
|
-
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
2632
|
-
| `aws_media_convert` | MediaConvert Integration |
|
2633
|
-
| `aws_media_package_vod` | Media Package VOD Integration |
|
2634
|
-
| `aws_mq` | MQ Integration |
|
2635
|
-
| `aws_msk` | MSK Integration |
|
2636
|
-
| `aws_neptune` | Neptune Integration |
|
2637
|
-
| `aws_qldb` | QLDB Integration |
|
2638
|
-
| `aws_route53resolver` | Route53 Resolver Integration |
|
2639
|
-
| `aws_states` | States Integration |
|
2640
|
-
| `aws_transit_gateway` | Transit Gateway Integration |
|
2641
|
-
| `aws_waf` | WAF Integration |
|
2642
|
-
| `aws_wafv2` | WAFv2 Integration |
|
2643
|
-
| `billing` | Billing Integration |
|
2644
|
-
| `cloudfront` | CloudFront Integration |
|
2645
|
-
| `cloudtrail` | CloudTrail Integration |
|
2646
|
-
| `doc_db` | DocumentDB Integration |
|
2647
|
-
| `dynamodb` | DynamoDB Integration |
|
2648
|
-
| `ebs` | EBS Integration |
|
2649
|
-
| `ec2` | EC2 Integration |
|
2650
|
-
| `ecs` | ECS Integration |
|
2651
|
-
| `efs` | EFS Integration |
|
2652
|
-
| `elasticache` | ElastiCache Integration |
|
2653
|
-
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
2654
|
-
| `elasticsearch` | Elasticsearch Integration |
|
2655
|
-
| `elb` | ELB Integration |
|
2656
|
-
| `emr` | EMR Integration |
|
2657
|
-
| `health` | Health Integration |
|
2658
|
-
| `iam` | IAM Integration |
|
2659
|
-
| `iot` | IoT Integration |
|
2660
|
-
| `kinesis` | Kinesis Integration |
|
2661
|
-
| `kinesis_firehose` | Kinesis Firehose Integration |
|
2662
|
-
| `lambda` | Lambda Integration |
|
2663
|
-
| `rds` | RDS Integration |
|
2664
|
-
| `redshift` | Redshift Integration |
|
2665
|
-
| `route53` | Route53 Integration |
|
2666
|
-
| `s3` | S3 Integration |
|
2667
|
-
| `ses` | SES Integration |
|
2668
|
-
| `sns` | SNS Integration |
|
2669
|
-
| `sqs` | SQS Integration |
|
2670
|
-
| `trusted_advisor` | Trusted Advisor Integration |
|
2671
|
-
| `vpc` | VPC Integration |
|
2672
|
-
| `x_ray` | X-Ray Integration |
|
2673
|
-
|
2674
|
-
</details>
|
2675
|
-
|
2676
2803
|
## Import
|
2677
2804
|
|
2678
2805
|
Linked AWS account integrations can be imported using the `id`, e.g.
|
@@ -2889,69 +3016,120 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2889
3016
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
2890
3017
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
2891
3018
|
: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`.
|
2892
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']] alb:
|
2893
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']] api_gateway:
|
2894
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']] auto_scaling:
|
2895
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAppSyncArgs']] aws_app_sync:
|
2896
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAthenaArgs']] aws_athena:
|
2897
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsCognitoArgs']] aws_cognito:
|
2898
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsConnectArgs']] aws_connect:
|
2899
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsDirectConnectArgs']] aws_direct_connect:
|
2900
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsFsxArgs']] aws_fsx:
|
2901
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsGlueArgs']] aws_glue:
|
2902
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsKinesisAnalyticsArgs']] aws_kinesis_analytics:
|
2903
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaConvertArgs']] aws_media_convert:
|
2904
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaPackageVodArgs']] aws_media_package_vod:
|
2905
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMqArgs']] aws_mq:
|
2906
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMskArgs']] aws_msk:
|
2907
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsNeptuneArgs']] aws_neptune:
|
2908
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsQldbArgs']] aws_qldb:
|
2909
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsRoute53resolverArgs']] aws_route53resolver:
|
3019
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAlbArgs']] alb: ALB integration
|
3020
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsApiGatewayArgs']] api_gateway: API Gateway integration
|
3021
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAutoScalingArgs']] auto_scaling: AutoScaling integration
|
3022
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAppSyncArgs']] aws_app_sync: Aws Appsync integration
|
3023
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsAthenaArgs']] aws_athena: Aws Athena integration
|
3024
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsCognitoArgs']] aws_cognito: Aws Cognito integration
|
3025
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsConnectArgs']] aws_connect: Aws Connect integration
|
3026
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsDirectConnectArgs']] aws_direct_connect: Aws Direct Connect integration
|
3027
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsFsxArgs']] aws_fsx: Aws Fsx integration
|
3028
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsGlueArgs']] aws_glue: Aws Glue integration
|
3029
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsKinesisAnalyticsArgs']] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
3030
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaConvertArgs']] aws_media_convert: Aws Media Convert integration
|
3031
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMediaPackageVodArgs']] aws_media_package_vod: Aws Media PackageVod integration
|
3032
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMqArgs']] aws_mq: Aws Mq integration
|
3033
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsMskArgs']] aws_msk: Aws Msk integration
|
3034
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsNeptuneArgs']] aws_neptune: Aws Neptune integration
|
3035
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsQldbArgs']] aws_qldb: Aws Qldb integration
|
3036
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsRoute53resolverArgs']] aws_route53resolver: Aws Route53resolver integration
|
2910
3037
|
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsStatesArgs']] aws_states: Aws states integration
|
2911
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsTransitGatewayArgs']] aws_transit_gateway:
|
2912
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafArgs']] aws_waf:
|
2913
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafv2Args']] aws_wafv2:
|
2914
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsBillingArgs']] billing:
|
2915
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudfrontArgs']] cloudfront:
|
2916
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudtrailArgs']] cloudtrail:
|
2917
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDocDbArgs']] doc_db:
|
2918
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDynamodbArgs']] dynamodb:
|
2919
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEbsArgs']] ebs:
|
2920
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEc2Args']] ec2:
|
2921
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEcsArgs']] ecs:
|
2922
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEfsArgs']] efs:
|
2923
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticacheArgs']] elasticache:
|
2924
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticbeanstalkArgs']] elasticbeanstalk:
|
2925
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticsearchArgs']] elasticsearch:
|
2926
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElbArgs']] elb:
|
2927
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEmrArgs']] emr:
|
2928
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsHealthArgs']] health:
|
2929
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIamArgs']] iam:
|
2930
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIotArgs']] iot:
|
2931
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisArgs']] kinesis:
|
2932
|
-
|
2933
|
-
|
2934
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
|
2935
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']] lambda_: AWS Lambda. See Integration blocks below for details.
|
3038
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsTransitGatewayArgs']] aws_transit_gateway: Aws Transit Gateway integration
|
3039
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafArgs']] aws_waf: Aws Waf integration
|
3040
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsAwsWafv2Args']] aws_wafv2: Aws Wafv2 integration
|
3041
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsBillingArgs']] billing: Billing integration
|
3042
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudfrontArgs']] cloudfront: Cloudfront integration
|
3043
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsCloudtrailArgs']] cloudtrail: CloudTrail integration
|
3044
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDocDbArgs']] doc_db: Doc DB integration
|
3045
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsDynamodbArgs']] dynamodb: Dynamo DB integration
|
3046
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEbsArgs']] ebs: EBS integration
|
3047
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEc2Args']] ec2: Ec2 integration
|
3048
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEcsArgs']] ecs: Ecs integration
|
3049
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEfsArgs']] efs: Efs integration
|
3050
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticacheArgs']] elasticache: Elasticache integration
|
3051
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticbeanstalkArgs']] elasticbeanstalk: Elastic Bean Stalk integration
|
3052
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElasticsearchArgs']] elasticsearch: Elastic Search integration
|
3053
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsElbArgs']] elb: Elb integration
|
3054
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsEmrArgs']] emr: Emr integration
|
3055
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsHealthArgs']] health: Health integration
|
3056
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIamArgs']] iam: Iam integration
|
3057
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsIotArgs']] iot: Iot integration
|
3058
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisArgs']] kinesis: Kinesis integration
|
3059
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsKinesisFirehoseArgs']] kinesis_firehose: Kinesis Firehose integration
|
3060
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsLambdaArgs']] lambda_: Lambda integration
|
2936
3061
|
:param pulumi.Input[int] linked_account_id: The ID of the linked AWS account in New Relic.
|
2937
3062
|
|
3063
|
+
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.**
|
3064
|
+
<details>
|
3065
|
+
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
2938
3066
|
|
2939
|
-
|
2940
|
-
|
2941
|
-
|
2942
|
-
|
2943
|
-
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
3067
|
+
| Block | Description |
|
3068
|
+
|-------------------------|-------------------------------|
|
3069
|
+
| `alb` | ALB Integration |
|
3070
|
+
| `api_gateway` | API Gateway Integration |
|
3071
|
+
| `auto_scaling` | Auto Scaling Integration |
|
3072
|
+
| `aws_app_sync` | AppSync Integration |
|
3073
|
+
| `aws_athena` | Athena Integration |
|
3074
|
+
| `aws_cognito` | Cognito Integration |
|
3075
|
+
| `aws_connect` | Connect Integration |
|
3076
|
+
| `aws_direct_connect` | Direct Connect Integration |
|
3077
|
+
| `aws_fsx` | FSx Integration |
|
3078
|
+
| `aws_glue` | Glue Integration |
|
3079
|
+
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
3080
|
+
| `aws_media_convert` | MediaConvert Integration |
|
3081
|
+
| `aws_media_package_vod` | Media Package VOD Integration |
|
3082
|
+
| `aws_mq` | MQ Integration |
|
3083
|
+
| `aws_msk` | MSK Integration |
|
3084
|
+
| `aws_neptune` | Neptune Integration |
|
3085
|
+
| `aws_qldb` | QLDB Integration |
|
3086
|
+
| `aws_route53resolver` | Route53 Resolver Integration |
|
3087
|
+
| `aws_states` | States Integration |
|
3088
|
+
| `aws_transit_gateway` | Transit Gateway Integration |
|
3089
|
+
| `aws_waf` | WAF Integration |
|
3090
|
+
| `aws_wafv2` | WAFv2 Integration |
|
3091
|
+
| `billing` | Billing Integration |
|
3092
|
+
| `cloudfront` | CloudFront Integration |
|
3093
|
+
| `cloudtrail` | CloudTrail Integration |
|
3094
|
+
| `doc_db` | DocumentDB Integration |
|
3095
|
+
| `dynamodb` | DynamoDB Integration |
|
3096
|
+
| `ebs` | EBS Integration |
|
3097
|
+
| `ec2` | EC2 Integration |
|
3098
|
+
| `ecs` | ECS Integration |
|
3099
|
+
| `efs` | EFS Integration |
|
3100
|
+
| `elasticache` | ElastiCache Integration |
|
3101
|
+
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
3102
|
+
| `elasticsearch` | Elasticsearch Integration |
|
3103
|
+
| `elb` | ELB Integration |
|
3104
|
+
| `emr` | EMR Integration |
|
3105
|
+
| `health` | Health Integration |
|
3106
|
+
| `iam` | IAM Integration |
|
3107
|
+
| `iot` | IoT Integration |
|
3108
|
+
| `kinesis` | Kinesis Integration |
|
3109
|
+
| `kinesis_firehose` | Kinesis Firehose Integration |
|
3110
|
+
| `lambda` | Lambda Integration |
|
3111
|
+
| `rds` | RDS Integration |
|
3112
|
+
| `redshift` | Redshift Integration |
|
3113
|
+
| `route53` | Route53 Integration |
|
3114
|
+
| `s3` | S3 Integration |
|
3115
|
+
| `ses` | SES Integration |
|
3116
|
+
| `sns` | SNS Integration |
|
3117
|
+
| `sqs` | SQS Integration |
|
3118
|
+
| `trusted_advisor` | Trusted Advisor Integration |
|
3119
|
+
| `vpc` | VPC Integration |
|
3120
|
+
| `x_ray` | X-Ray Integration |
|
2948
3121
|
|
2949
|
-
|
3122
|
+
</details>
|
3123
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRdsArgs']] rds: Rds integration
|
3124
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRedshiftArgs']] redshift: Redshift integration
|
3125
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsRoute53Args']] route53: Route53 integration
|
3126
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsS3Args']] s3: S3 integration
|
3127
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSesArgs']] ses: Ses integration
|
3128
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSnsArgs']] sns: Sns integration
|
3129
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsSqsArgs']] sqs: SQS integration
|
3130
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsTrustedAdvisorArgs']] trusted_advisor: Trusted Advisor integration
|
2950
3131
|
:param pulumi.Input[pulumi.InputType['AwsIntegrationsVpcArgs']] vpc: VPC integration
|
2951
|
-
:param pulumi.Input[pulumi.InputType['AwsIntegrationsXRayArgs']] x_ray:
|
2952
|
-
x
|
2953
|
-
|
2954
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
3132
|
+
:param pulumi.Input[pulumi.InputType['AwsIntegrationsXRayArgs']] x_ray: X-Ray integration
|
2955
3133
|
"""
|
2956
3134
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
2957
3135
|
|
@@ -3025,7 +3203,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3025
3203
|
@pulumi.getter
|
3026
3204
|
def alb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAlb']]:
|
3027
3205
|
"""
|
3028
|
-
|
3206
|
+
ALB integration
|
3029
3207
|
"""
|
3030
3208
|
return pulumi.get(self, "alb")
|
3031
3209
|
|
@@ -3033,7 +3211,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3033
3211
|
@pulumi.getter(name="apiGateway")
|
3034
3212
|
def api_gateway(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsApiGateway']]:
|
3035
3213
|
"""
|
3036
|
-
|
3214
|
+
API Gateway integration
|
3037
3215
|
"""
|
3038
3216
|
return pulumi.get(self, "api_gateway")
|
3039
3217
|
|
@@ -3041,7 +3219,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3041
3219
|
@pulumi.getter(name="autoScaling")
|
3042
3220
|
def auto_scaling(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAutoScaling']]:
|
3043
3221
|
"""
|
3044
|
-
|
3222
|
+
AutoScaling integration
|
3045
3223
|
"""
|
3046
3224
|
return pulumi.get(self, "auto_scaling")
|
3047
3225
|
|
@@ -3049,7 +3227,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3049
3227
|
@pulumi.getter(name="awsAppSync")
|
3050
3228
|
def aws_app_sync(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAppSync']]:
|
3051
3229
|
"""
|
3052
|
-
|
3230
|
+
Aws Appsync integration
|
3053
3231
|
"""
|
3054
3232
|
return pulumi.get(self, "aws_app_sync")
|
3055
3233
|
|
@@ -3057,7 +3235,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3057
3235
|
@pulumi.getter(name="awsAthena")
|
3058
3236
|
def aws_athena(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAthena']]:
|
3059
3237
|
"""
|
3060
|
-
|
3238
|
+
Aws Athena integration
|
3061
3239
|
"""
|
3062
3240
|
return pulumi.get(self, "aws_athena")
|
3063
3241
|
|
@@ -3065,7 +3243,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3065
3243
|
@pulumi.getter(name="awsCognito")
|
3066
3244
|
def aws_cognito(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsCognito']]:
|
3067
3245
|
"""
|
3068
|
-
|
3246
|
+
Aws Cognito integration
|
3069
3247
|
"""
|
3070
3248
|
return pulumi.get(self, "aws_cognito")
|
3071
3249
|
|
@@ -3073,7 +3251,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3073
3251
|
@pulumi.getter(name="awsConnect")
|
3074
3252
|
def aws_connect(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsConnect']]:
|
3075
3253
|
"""
|
3076
|
-
|
3254
|
+
Aws Connect integration
|
3077
3255
|
"""
|
3078
3256
|
return pulumi.get(self, "aws_connect")
|
3079
3257
|
|
@@ -3081,7 +3259,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3081
3259
|
@pulumi.getter(name="awsDirectConnect")
|
3082
3260
|
def aws_direct_connect(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsDirectConnect']]:
|
3083
3261
|
"""
|
3084
|
-
|
3262
|
+
Aws Direct Connect integration
|
3085
3263
|
"""
|
3086
3264
|
return pulumi.get(self, "aws_direct_connect")
|
3087
3265
|
|
@@ -3089,7 +3267,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3089
3267
|
@pulumi.getter(name="awsFsx")
|
3090
3268
|
def aws_fsx(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsFsx']]:
|
3091
3269
|
"""
|
3092
|
-
|
3270
|
+
Aws Fsx integration
|
3093
3271
|
"""
|
3094
3272
|
return pulumi.get(self, "aws_fsx")
|
3095
3273
|
|
@@ -3097,7 +3275,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3097
3275
|
@pulumi.getter(name="awsGlue")
|
3098
3276
|
def aws_glue(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsGlue']]:
|
3099
3277
|
"""
|
3100
|
-
|
3278
|
+
Aws Glue integration
|
3101
3279
|
"""
|
3102
3280
|
return pulumi.get(self, "aws_glue")
|
3103
3281
|
|
@@ -3105,7 +3283,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3105
3283
|
@pulumi.getter(name="awsKinesisAnalytics")
|
3106
3284
|
def aws_kinesis_analytics(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsKinesisAnalytics']]:
|
3107
3285
|
"""
|
3108
|
-
|
3286
|
+
Aws Kinesis Analytics integration
|
3109
3287
|
"""
|
3110
3288
|
return pulumi.get(self, "aws_kinesis_analytics")
|
3111
3289
|
|
@@ -3113,7 +3291,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3113
3291
|
@pulumi.getter(name="awsMediaConvert")
|
3114
3292
|
def aws_media_convert(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMediaConvert']]:
|
3115
3293
|
"""
|
3116
|
-
|
3294
|
+
Aws Media Convert integration
|
3117
3295
|
"""
|
3118
3296
|
return pulumi.get(self, "aws_media_convert")
|
3119
3297
|
|
@@ -3121,7 +3299,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3121
3299
|
@pulumi.getter(name="awsMediaPackageVod")
|
3122
3300
|
def aws_media_package_vod(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMediaPackageVod']]:
|
3123
3301
|
"""
|
3124
|
-
|
3302
|
+
Aws Media PackageVod integration
|
3125
3303
|
"""
|
3126
3304
|
return pulumi.get(self, "aws_media_package_vod")
|
3127
3305
|
|
@@ -3129,7 +3307,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3129
3307
|
@pulumi.getter(name="awsMq")
|
3130
3308
|
def aws_mq(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMq']]:
|
3131
3309
|
"""
|
3132
|
-
|
3310
|
+
Aws Mq integration
|
3133
3311
|
"""
|
3134
3312
|
return pulumi.get(self, "aws_mq")
|
3135
3313
|
|
@@ -3137,7 +3315,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3137
3315
|
@pulumi.getter(name="awsMsk")
|
3138
3316
|
def aws_msk(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMsk']]:
|
3139
3317
|
"""
|
3140
|
-
|
3318
|
+
Aws Msk integration
|
3141
3319
|
"""
|
3142
3320
|
return pulumi.get(self, "aws_msk")
|
3143
3321
|
|
@@ -3145,7 +3323,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3145
3323
|
@pulumi.getter(name="awsNeptune")
|
3146
3324
|
def aws_neptune(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsNeptune']]:
|
3147
3325
|
"""
|
3148
|
-
|
3326
|
+
Aws Neptune integration
|
3149
3327
|
"""
|
3150
3328
|
return pulumi.get(self, "aws_neptune")
|
3151
3329
|
|
@@ -3153,7 +3331,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3153
3331
|
@pulumi.getter(name="awsQldb")
|
3154
3332
|
def aws_qldb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsQldb']]:
|
3155
3333
|
"""
|
3156
|
-
|
3334
|
+
Aws Qldb integration
|
3157
3335
|
"""
|
3158
3336
|
return pulumi.get(self, "aws_qldb")
|
3159
3337
|
|
@@ -3161,7 +3339,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3161
3339
|
@pulumi.getter(name="awsRoute53resolver")
|
3162
3340
|
def aws_route53resolver(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsRoute53resolver']]:
|
3163
3341
|
"""
|
3164
|
-
|
3342
|
+
Aws Route53resolver integration
|
3165
3343
|
"""
|
3166
3344
|
return pulumi.get(self, "aws_route53resolver")
|
3167
3345
|
|
@@ -3177,7 +3355,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3177
3355
|
@pulumi.getter(name="awsTransitGateway")
|
3178
3356
|
def aws_transit_gateway(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsTransitGateway']]:
|
3179
3357
|
"""
|
3180
|
-
|
3358
|
+
Aws Transit Gateway integration
|
3181
3359
|
"""
|
3182
3360
|
return pulumi.get(self, "aws_transit_gateway")
|
3183
3361
|
|
@@ -3185,7 +3363,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3185
3363
|
@pulumi.getter(name="awsWaf")
|
3186
3364
|
def aws_waf(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsWaf']]:
|
3187
3365
|
"""
|
3188
|
-
|
3366
|
+
Aws Waf integration
|
3189
3367
|
"""
|
3190
3368
|
return pulumi.get(self, "aws_waf")
|
3191
3369
|
|
@@ -3193,7 +3371,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3193
3371
|
@pulumi.getter(name="awsWafv2")
|
3194
3372
|
def aws_wafv2(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsWafv2']]:
|
3195
3373
|
"""
|
3196
|
-
|
3374
|
+
Aws Wafv2 integration
|
3197
3375
|
"""
|
3198
3376
|
return pulumi.get(self, "aws_wafv2")
|
3199
3377
|
|
@@ -3201,7 +3379,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3201
3379
|
@pulumi.getter
|
3202
3380
|
def billing(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsBilling']]:
|
3203
3381
|
"""
|
3204
|
-
|
3382
|
+
Billing integration
|
3205
3383
|
"""
|
3206
3384
|
return pulumi.get(self, "billing")
|
3207
3385
|
|
@@ -3209,7 +3387,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3209
3387
|
@pulumi.getter
|
3210
3388
|
def cloudfront(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsCloudfront']]:
|
3211
3389
|
"""
|
3212
|
-
|
3390
|
+
Cloudfront integration
|
3213
3391
|
"""
|
3214
3392
|
return pulumi.get(self, "cloudfront")
|
3215
3393
|
|
@@ -3217,7 +3395,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3217
3395
|
@pulumi.getter
|
3218
3396
|
def cloudtrail(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsCloudtrail']]:
|
3219
3397
|
"""
|
3220
|
-
|
3398
|
+
CloudTrail integration
|
3221
3399
|
"""
|
3222
3400
|
return pulumi.get(self, "cloudtrail")
|
3223
3401
|
|
@@ -3225,7 +3403,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3225
3403
|
@pulumi.getter(name="docDb")
|
3226
3404
|
def doc_db(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsDocDb']]:
|
3227
3405
|
"""
|
3228
|
-
|
3406
|
+
Doc DB integration
|
3229
3407
|
"""
|
3230
3408
|
return pulumi.get(self, "doc_db")
|
3231
3409
|
|
@@ -3233,7 +3411,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3233
3411
|
@pulumi.getter
|
3234
3412
|
def dynamodb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsDynamodb']]:
|
3235
3413
|
"""
|
3236
|
-
|
3414
|
+
Dynamo DB integration
|
3237
3415
|
"""
|
3238
3416
|
return pulumi.get(self, "dynamodb")
|
3239
3417
|
|
@@ -3241,7 +3419,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3241
3419
|
@pulumi.getter
|
3242
3420
|
def ebs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEbs']]:
|
3243
3421
|
"""
|
3244
|
-
|
3422
|
+
EBS integration
|
3245
3423
|
"""
|
3246
3424
|
return pulumi.get(self, "ebs")
|
3247
3425
|
|
@@ -3249,7 +3427,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3249
3427
|
@pulumi.getter
|
3250
3428
|
def ec2(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEc2']]:
|
3251
3429
|
"""
|
3252
|
-
|
3430
|
+
Ec2 integration
|
3253
3431
|
"""
|
3254
3432
|
return pulumi.get(self, "ec2")
|
3255
3433
|
|
@@ -3257,7 +3435,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3257
3435
|
@pulumi.getter
|
3258
3436
|
def ecs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEcs']]:
|
3259
3437
|
"""
|
3260
|
-
|
3438
|
+
Ecs integration
|
3261
3439
|
"""
|
3262
3440
|
return pulumi.get(self, "ecs")
|
3263
3441
|
|
@@ -3265,7 +3443,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3265
3443
|
@pulumi.getter
|
3266
3444
|
def efs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEfs']]:
|
3267
3445
|
"""
|
3268
|
-
|
3446
|
+
Efs integration
|
3269
3447
|
"""
|
3270
3448
|
return pulumi.get(self, "efs")
|
3271
3449
|
|
@@ -3273,7 +3451,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3273
3451
|
@pulumi.getter
|
3274
3452
|
def elasticache(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticache']]:
|
3275
3453
|
"""
|
3276
|
-
|
3454
|
+
Elasticache integration
|
3277
3455
|
"""
|
3278
3456
|
return pulumi.get(self, "elasticache")
|
3279
3457
|
|
@@ -3281,7 +3459,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3281
3459
|
@pulumi.getter
|
3282
3460
|
def elasticbeanstalk(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticbeanstalk']]:
|
3283
3461
|
"""
|
3284
|
-
|
3462
|
+
Elastic Bean Stalk integration
|
3285
3463
|
"""
|
3286
3464
|
return pulumi.get(self, "elasticbeanstalk")
|
3287
3465
|
|
@@ -3289,7 +3467,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3289
3467
|
@pulumi.getter
|
3290
3468
|
def elasticsearch(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticsearch']]:
|
3291
3469
|
"""
|
3292
|
-
|
3470
|
+
Elastic Search integration
|
3293
3471
|
"""
|
3294
3472
|
return pulumi.get(self, "elasticsearch")
|
3295
3473
|
|
@@ -3297,7 +3475,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3297
3475
|
@pulumi.getter
|
3298
3476
|
def elb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElb']]:
|
3299
3477
|
"""
|
3300
|
-
|
3478
|
+
Elb integration
|
3301
3479
|
"""
|
3302
3480
|
return pulumi.get(self, "elb")
|
3303
3481
|
|
@@ -3305,7 +3483,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3305
3483
|
@pulumi.getter
|
3306
3484
|
def emr(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEmr']]:
|
3307
3485
|
"""
|
3308
|
-
|
3486
|
+
Emr integration
|
3309
3487
|
"""
|
3310
3488
|
return pulumi.get(self, "emr")
|
3311
3489
|
|
@@ -3313,7 +3491,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3313
3491
|
@pulumi.getter
|
3314
3492
|
def health(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsHealth']]:
|
3315
3493
|
"""
|
3316
|
-
|
3494
|
+
Health integration
|
3317
3495
|
"""
|
3318
3496
|
return pulumi.get(self, "health")
|
3319
3497
|
|
@@ -3321,7 +3499,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3321
3499
|
@pulumi.getter
|
3322
3500
|
def iam(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsIam']]:
|
3323
3501
|
"""
|
3324
|
-
|
3502
|
+
Iam integration
|
3325
3503
|
"""
|
3326
3504
|
return pulumi.get(self, "iam")
|
3327
3505
|
|
@@ -3329,7 +3507,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3329
3507
|
@pulumi.getter
|
3330
3508
|
def iot(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsIot']]:
|
3331
3509
|
"""
|
3332
|
-
|
3510
|
+
Iot integration
|
3333
3511
|
"""
|
3334
3512
|
return pulumi.get(self, "iot")
|
3335
3513
|
|
@@ -3337,9 +3515,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3337
3515
|
@pulumi.getter
|
3338
3516
|
def kinesis(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsKinesis']]:
|
3339
3517
|
"""
|
3340
|
-
|
3341
|
-
|
3342
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
|
3518
|
+
Kinesis integration
|
3343
3519
|
"""
|
3344
3520
|
return pulumi.get(self, "kinesis")
|
3345
3521
|
|
@@ -3347,7 +3523,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3347
3523
|
@pulumi.getter(name="kinesisFirehose")
|
3348
3524
|
def kinesis_firehose(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsKinesisFirehose']]:
|
3349
3525
|
"""
|
3350
|
-
|
3526
|
+
Kinesis Firehose integration
|
3351
3527
|
"""
|
3352
3528
|
return pulumi.get(self, "kinesis_firehose")
|
3353
3529
|
|
@@ -3355,7 +3531,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3355
3531
|
@pulumi.getter(name="lambda")
|
3356
3532
|
def lambda_(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsLambda']]:
|
3357
3533
|
"""
|
3358
|
-
|
3534
|
+
Lambda integration
|
3359
3535
|
"""
|
3360
3536
|
return pulumi.get(self, "lambda_")
|
3361
3537
|
|
@@ -3365,8 +3541,66 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3365
3541
|
"""
|
3366
3542
|
The ID of the linked AWS account in New Relic.
|
3367
3543
|
|
3544
|
+
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.**
|
3545
|
+
<details>
|
3546
|
+
<summary>Expand this section to view all supported AWS services supported, that may be integrated via this resource.</summary>
|
3368
3547
|
|
3369
|
-
|
3548
|
+
| Block | Description |
|
3549
|
+
|-------------------------|-------------------------------|
|
3550
|
+
| `alb` | ALB Integration |
|
3551
|
+
| `api_gateway` | API Gateway Integration |
|
3552
|
+
| `auto_scaling` | Auto Scaling Integration |
|
3553
|
+
| `aws_app_sync` | AppSync Integration |
|
3554
|
+
| `aws_athena` | Athena Integration |
|
3555
|
+
| `aws_cognito` | Cognito Integration |
|
3556
|
+
| `aws_connect` | Connect Integration |
|
3557
|
+
| `aws_direct_connect` | Direct Connect Integration |
|
3558
|
+
| `aws_fsx` | FSx Integration |
|
3559
|
+
| `aws_glue` | Glue Integration |
|
3560
|
+
| `aws_kinesis_analytics` | Kinesis Analytics Integration |
|
3561
|
+
| `aws_media_convert` | MediaConvert Integration |
|
3562
|
+
| `aws_media_package_vod` | Media Package VOD Integration |
|
3563
|
+
| `aws_mq` | MQ Integration |
|
3564
|
+
| `aws_msk` | MSK Integration |
|
3565
|
+
| `aws_neptune` | Neptune Integration |
|
3566
|
+
| `aws_qldb` | QLDB Integration |
|
3567
|
+
| `aws_route53resolver` | Route53 Resolver Integration |
|
3568
|
+
| `aws_states` | States Integration |
|
3569
|
+
| `aws_transit_gateway` | Transit Gateway Integration |
|
3570
|
+
| `aws_waf` | WAF Integration |
|
3571
|
+
| `aws_wafv2` | WAFv2 Integration |
|
3572
|
+
| `billing` | Billing Integration |
|
3573
|
+
| `cloudfront` | CloudFront Integration |
|
3574
|
+
| `cloudtrail` | CloudTrail Integration |
|
3575
|
+
| `doc_db` | DocumentDB Integration |
|
3576
|
+
| `dynamodb` | DynamoDB Integration |
|
3577
|
+
| `ebs` | EBS Integration |
|
3578
|
+
| `ec2` | EC2 Integration |
|
3579
|
+
| `ecs` | ECS Integration |
|
3580
|
+
| `efs` | EFS Integration |
|
3581
|
+
| `elasticache` | ElastiCache Integration |
|
3582
|
+
| `elasticbeanstalk` | Elastic Beanstalk Integration |
|
3583
|
+
| `elasticsearch` | Elasticsearch Integration |
|
3584
|
+
| `elb` | ELB Integration |
|
3585
|
+
| `emr` | EMR Integration |
|
3586
|
+
| `health` | Health Integration |
|
3587
|
+
| `iam` | IAM Integration |
|
3588
|
+
| `iot` | IoT Integration |
|
3589
|
+
| `kinesis` | Kinesis Integration |
|
3590
|
+
| `kinesis_firehose` | Kinesis Firehose Integration |
|
3591
|
+
| `lambda` | Lambda Integration |
|
3592
|
+
| `rds` | RDS Integration |
|
3593
|
+
| `redshift` | Redshift Integration |
|
3594
|
+
| `route53` | Route53 Integration |
|
3595
|
+
| `s3` | S3 Integration |
|
3596
|
+
| `ses` | SES Integration |
|
3597
|
+
| `sns` | SNS Integration |
|
3598
|
+
| `sqs` | SQS Integration |
|
3599
|
+
| `trusted_advisor` | Trusted Advisor Integration |
|
3600
|
+
| `vpc` | VPC Integration |
|
3601
|
+
| `x_ray` | X-Ray Integration |
|
3602
|
+
|
3603
|
+
</details>
|
3370
3604
|
"""
|
3371
3605
|
return pulumi.get(self, "linked_account_id")
|
3372
3606
|
|
@@ -3374,7 +3608,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3374
3608
|
@pulumi.getter
|
3375
3609
|
def rds(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRds']]:
|
3376
3610
|
"""
|
3377
|
-
|
3611
|
+
Rds integration
|
3378
3612
|
"""
|
3379
3613
|
return pulumi.get(self, "rds")
|
3380
3614
|
|
@@ -3382,7 +3616,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3382
3616
|
@pulumi.getter
|
3383
3617
|
def redshift(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRedshift']]:
|
3384
3618
|
"""
|
3385
|
-
|
3619
|
+
Redshift integration
|
3386
3620
|
"""
|
3387
3621
|
return pulumi.get(self, "redshift")
|
3388
3622
|
|
@@ -3390,7 +3624,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3390
3624
|
@pulumi.getter
|
3391
3625
|
def route53(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRoute53']]:
|
3392
3626
|
"""
|
3393
|
-
|
3627
|
+
Route53 integration
|
3394
3628
|
"""
|
3395
3629
|
return pulumi.get(self, "route53")
|
3396
3630
|
|
@@ -3398,7 +3632,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3398
3632
|
@pulumi.getter
|
3399
3633
|
def s3(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsS3']]:
|
3400
3634
|
"""
|
3401
|
-
|
3635
|
+
S3 integration
|
3402
3636
|
"""
|
3403
3637
|
return pulumi.get(self, "s3")
|
3404
3638
|
|
@@ -3406,7 +3640,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3406
3640
|
@pulumi.getter
|
3407
3641
|
def ses(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSes']]:
|
3408
3642
|
"""
|
3409
|
-
|
3643
|
+
Ses integration
|
3410
3644
|
"""
|
3411
3645
|
return pulumi.get(self, "ses")
|
3412
3646
|
|
@@ -3414,7 +3648,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3414
3648
|
@pulumi.getter
|
3415
3649
|
def sns(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSns']]:
|
3416
3650
|
"""
|
3417
|
-
|
3651
|
+
Sns integration
|
3418
3652
|
"""
|
3419
3653
|
return pulumi.get(self, "sns")
|
3420
3654
|
|
@@ -3422,7 +3656,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3422
3656
|
@pulumi.getter
|
3423
3657
|
def sqs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSqs']]:
|
3424
3658
|
"""
|
3425
|
-
|
3659
|
+
SQS integration
|
3426
3660
|
"""
|
3427
3661
|
return pulumi.get(self, "sqs")
|
3428
3662
|
|
@@ -3430,9 +3664,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3430
3664
|
@pulumi.getter(name="trustedAdvisor")
|
3431
3665
|
def trusted_advisor(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsTrustedAdvisor']]:
|
3432
3666
|
"""
|
3433
|
-
|
3434
|
-
|
3435
|
-
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.**
|
3667
|
+
Trusted Advisor integration
|
3436
3668
|
"""
|
3437
3669
|
return pulumi.get(self, "trusted_advisor")
|
3438
3670
|
|
@@ -3448,10 +3680,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3448
3680
|
@pulumi.getter(name="xRay")
|
3449
3681
|
def x_ray(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsXRay']]:
|
3450
3682
|
"""
|
3451
|
-
|
3452
|
-
x
|
3453
|
-
|
3454
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
3683
|
+
X-Ray integration
|
3455
3684
|
"""
|
3456
3685
|
return pulumi.get(self, "x_ray")
|
3457
3686
|
|