pulumi-newrelic 5.32.0a1725947463__py3-none-any.whl → 5.32.0a1726206702__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/cloud/aws_integrations.py +350 -1152
- pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.32.0a1725947463.dist-info → pulumi_newrelic-5.32.0a1726206702.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.32.0a1725947463.dist-info → pulumi_newrelic-5.32.0a1726206702.dist-info}/RECORD +6 -6
- {pulumi_newrelic-5.32.0a1725947463.dist-info → pulumi_newrelic-5.32.0a1726206702.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.32.0a1725947463.dist-info → pulumi_newrelic-5.32.0a1726206702.dist-info}/top_level.txt +0 -0
@@ -73,69 +73,59 @@ class AwsIntegrationsArgs:
|
|
73
73
|
"""
|
74
74
|
The set of arguments for constructing a AwsIntegrations resource.
|
75
75
|
:param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
|
76
|
-
|
77
|
-
|
78
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
79
76
|
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
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:
|
77
|
+
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb: ALB integration
|
78
|
+
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: API Gateway integration
|
79
|
+
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
80
|
+
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
81
|
+
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
82
|
+
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
83
|
+
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
84
|
+
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
85
|
+
:param pulumi.Input['AwsIntegrationsAwsFsxArgs'] aws_fsx: Aws Fsx integration
|
86
|
+
:param pulumi.Input['AwsIntegrationsAwsGlueArgs'] aws_glue: Aws Glue integration
|
87
|
+
:param pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs'] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
88
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaConvertArgs'] aws_media_convert: Aws Media Convert integration
|
89
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs'] aws_media_package_vod: Aws Media PackageVod integration
|
90
|
+
:param pulumi.Input['AwsIntegrationsAwsMqArgs'] aws_mq: Aws Mq integration
|
91
|
+
:param pulumi.Input['AwsIntegrationsAwsMskArgs'] aws_msk: Aws Msk integration
|
92
|
+
:param pulumi.Input['AwsIntegrationsAwsNeptuneArgs'] aws_neptune: Aws Neptune integration
|
93
|
+
:param pulumi.Input['AwsIntegrationsAwsQldbArgs'] aws_qldb: Aws Qldb integration
|
94
|
+
:param pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs'] aws_route53resolver: Aws Route53resolver integration
|
98
95
|
: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.**
|
96
|
+
:param pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs'] aws_transit_gateway: Aws Transit Gateway integration
|
97
|
+
:param pulumi.Input['AwsIntegrationsAwsWafArgs'] aws_waf: Aws Waf integration
|
98
|
+
:param pulumi.Input['AwsIntegrationsAwsWafv2Args'] aws_wafv2: Aws Wafv2 integration
|
99
|
+
:param pulumi.Input['AwsIntegrationsBillingArgs'] billing: Billing integration
|
100
|
+
:param pulumi.Input['AwsIntegrationsCloudfrontArgs'] cloudfront: Cloudfront integration
|
101
|
+
:param pulumi.Input['AwsIntegrationsCloudtrailArgs'] cloudtrail: CloudTrail integration
|
102
|
+
:param pulumi.Input['AwsIntegrationsDocDbArgs'] doc_db: Doc DB integration
|
103
|
+
:param pulumi.Input['AwsIntegrationsDynamodbArgs'] dynamodb: Dynamo DB integration
|
104
|
+
:param pulumi.Input['AwsIntegrationsEbsArgs'] ebs: EBS integration
|
105
|
+
:param pulumi.Input['AwsIntegrationsEc2Args'] ec2: Ec2 integration
|
106
|
+
:param pulumi.Input['AwsIntegrationsEcsArgs'] ecs: Ecs integration
|
107
|
+
:param pulumi.Input['AwsIntegrationsEfsArgs'] efs: Efs integration
|
108
|
+
:param pulumi.Input['AwsIntegrationsElasticacheArgs'] elasticache: Elasticache integration
|
109
|
+
:param pulumi.Input['AwsIntegrationsElasticbeanstalkArgs'] elasticbeanstalk: Elastic Bean Stalk integration
|
110
|
+
:param pulumi.Input['AwsIntegrationsElasticsearchArgs'] elasticsearch: Elastic Search integration
|
111
|
+
:param pulumi.Input['AwsIntegrationsElbArgs'] elb: Elb integration
|
112
|
+
:param pulumi.Input['AwsIntegrationsEmrArgs'] emr: Emr integration
|
113
|
+
:param pulumi.Input['AwsIntegrationsHealthArgs'] health: Health integration
|
114
|
+
:param pulumi.Input['AwsIntegrationsIamArgs'] iam: Iam integration
|
115
|
+
:param pulumi.Input['AwsIntegrationsIotArgs'] iot: Iot integration
|
116
|
+
:param pulumi.Input['AwsIntegrationsKinesisArgs'] kinesis: Kinesis integration
|
117
|
+
:param pulumi.Input['AwsIntegrationsKinesisFirehoseArgs'] kinesis_firehose: Kinesis Firehose integration
|
118
|
+
:param pulumi.Input['AwsIntegrationsLambdaArgs'] lambda_: Lambda integration
|
119
|
+
:param pulumi.Input['AwsIntegrationsRdsArgs'] rds: Rds integration
|
120
|
+
:param pulumi.Input['AwsIntegrationsRedshiftArgs'] redshift: Redshift integration
|
121
|
+
:param pulumi.Input['AwsIntegrationsRoute53Args'] route53: Route53 integration
|
122
|
+
:param pulumi.Input['AwsIntegrationsS3Args'] s3: S3 integration
|
123
|
+
:param pulumi.Input['AwsIntegrationsSesArgs'] ses: Ses integration
|
124
|
+
:param pulumi.Input['AwsIntegrationsSnsArgs'] sns: Sns integration
|
125
|
+
:param pulumi.Input['AwsIntegrationsSqsArgs'] sqs: SQS integration
|
126
|
+
:param pulumi.Input['AwsIntegrationsTrustedAdvisorArgs'] trusted_advisor: Trusted Advisor integration
|
134
127
|
: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.
|
128
|
+
:param pulumi.Input['AwsIntegrationsXRayArgs'] x_ray: X-Ray integration
|
139
129
|
"""
|
140
130
|
pulumi.set(__self__, "linked_account_id", linked_account_id)
|
141
131
|
if account_id is not None:
|
@@ -250,9 +240,6 @@ class AwsIntegrationsArgs:
|
|
250
240
|
def linked_account_id(self) -> pulumi.Input[str]:
|
251
241
|
"""
|
252
242
|
The ID of the linked AWS account in New Relic.
|
253
|
-
|
254
|
-
|
255
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
256
243
|
"""
|
257
244
|
return pulumi.get(self, "linked_account_id")
|
258
245
|
|
@@ -276,7 +263,7 @@ class AwsIntegrationsArgs:
|
|
276
263
|
@pulumi.getter
|
277
264
|
def alb(self) -> Optional[pulumi.Input['AwsIntegrationsAlbArgs']]:
|
278
265
|
"""
|
279
|
-
|
266
|
+
ALB integration
|
280
267
|
"""
|
281
268
|
return pulumi.get(self, "alb")
|
282
269
|
|
@@ -288,7 +275,7 @@ class AwsIntegrationsArgs:
|
|
288
275
|
@pulumi.getter(name="apiGateway")
|
289
276
|
def api_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]:
|
290
277
|
"""
|
291
|
-
|
278
|
+
API Gateway integration
|
292
279
|
"""
|
293
280
|
return pulumi.get(self, "api_gateway")
|
294
281
|
|
@@ -300,7 +287,7 @@ class AwsIntegrationsArgs:
|
|
300
287
|
@pulumi.getter(name="autoScaling")
|
301
288
|
def auto_scaling(self) -> Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]:
|
302
289
|
"""
|
303
|
-
|
290
|
+
AutoScaling integration
|
304
291
|
"""
|
305
292
|
return pulumi.get(self, "auto_scaling")
|
306
293
|
|
@@ -312,7 +299,7 @@ class AwsIntegrationsArgs:
|
|
312
299
|
@pulumi.getter(name="awsAppSync")
|
313
300
|
def aws_app_sync(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]:
|
314
301
|
"""
|
315
|
-
|
302
|
+
Aws Appsync integration
|
316
303
|
"""
|
317
304
|
return pulumi.get(self, "aws_app_sync")
|
318
305
|
|
@@ -324,7 +311,7 @@ class AwsIntegrationsArgs:
|
|
324
311
|
@pulumi.getter(name="awsAthena")
|
325
312
|
def aws_athena(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]:
|
326
313
|
"""
|
327
|
-
|
314
|
+
Aws Athena integration
|
328
315
|
"""
|
329
316
|
return pulumi.get(self, "aws_athena")
|
330
317
|
|
@@ -336,7 +323,7 @@ class AwsIntegrationsArgs:
|
|
336
323
|
@pulumi.getter(name="awsCognito")
|
337
324
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
338
325
|
"""
|
339
|
-
|
326
|
+
Aws Cognito integration
|
340
327
|
"""
|
341
328
|
return pulumi.get(self, "aws_cognito")
|
342
329
|
|
@@ -348,7 +335,7 @@ class AwsIntegrationsArgs:
|
|
348
335
|
@pulumi.getter(name="awsConnect")
|
349
336
|
def aws_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]:
|
350
337
|
"""
|
351
|
-
|
338
|
+
Aws Connect integration
|
352
339
|
"""
|
353
340
|
return pulumi.get(self, "aws_connect")
|
354
341
|
|
@@ -360,7 +347,7 @@ class AwsIntegrationsArgs:
|
|
360
347
|
@pulumi.getter(name="awsDirectConnect")
|
361
348
|
def aws_direct_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]:
|
362
349
|
"""
|
363
|
-
|
350
|
+
Aws Direct Connect integration
|
364
351
|
"""
|
365
352
|
return pulumi.get(self, "aws_direct_connect")
|
366
353
|
|
@@ -372,7 +359,7 @@ class AwsIntegrationsArgs:
|
|
372
359
|
@pulumi.getter(name="awsFsx")
|
373
360
|
def aws_fsx(self) -> Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]:
|
374
361
|
"""
|
375
|
-
|
362
|
+
Aws Fsx integration
|
376
363
|
"""
|
377
364
|
return pulumi.get(self, "aws_fsx")
|
378
365
|
|
@@ -384,7 +371,7 @@ class AwsIntegrationsArgs:
|
|
384
371
|
@pulumi.getter(name="awsGlue")
|
385
372
|
def aws_glue(self) -> Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]:
|
386
373
|
"""
|
387
|
-
|
374
|
+
Aws Glue integration
|
388
375
|
"""
|
389
376
|
return pulumi.get(self, "aws_glue")
|
390
377
|
|
@@ -396,7 +383,7 @@ class AwsIntegrationsArgs:
|
|
396
383
|
@pulumi.getter(name="awsKinesisAnalytics")
|
397
384
|
def aws_kinesis_analytics(self) -> Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]:
|
398
385
|
"""
|
399
|
-
|
386
|
+
Aws Kinesis Analytics integration
|
400
387
|
"""
|
401
388
|
return pulumi.get(self, "aws_kinesis_analytics")
|
402
389
|
|
@@ -408,7 +395,7 @@ class AwsIntegrationsArgs:
|
|
408
395
|
@pulumi.getter(name="awsMediaConvert")
|
409
396
|
def aws_media_convert(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]:
|
410
397
|
"""
|
411
|
-
|
398
|
+
Aws Media Convert integration
|
412
399
|
"""
|
413
400
|
return pulumi.get(self, "aws_media_convert")
|
414
401
|
|
@@ -420,7 +407,7 @@ class AwsIntegrationsArgs:
|
|
420
407
|
@pulumi.getter(name="awsMediaPackageVod")
|
421
408
|
def aws_media_package_vod(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]:
|
422
409
|
"""
|
423
|
-
|
410
|
+
Aws Media PackageVod integration
|
424
411
|
"""
|
425
412
|
return pulumi.get(self, "aws_media_package_vod")
|
426
413
|
|
@@ -432,7 +419,7 @@ class AwsIntegrationsArgs:
|
|
432
419
|
@pulumi.getter(name="awsMq")
|
433
420
|
def aws_mq(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]:
|
434
421
|
"""
|
435
|
-
|
422
|
+
Aws Mq integration
|
436
423
|
"""
|
437
424
|
return pulumi.get(self, "aws_mq")
|
438
425
|
|
@@ -444,7 +431,7 @@ class AwsIntegrationsArgs:
|
|
444
431
|
@pulumi.getter(name="awsMsk")
|
445
432
|
def aws_msk(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]:
|
446
433
|
"""
|
447
|
-
|
434
|
+
Aws Msk integration
|
448
435
|
"""
|
449
436
|
return pulumi.get(self, "aws_msk")
|
450
437
|
|
@@ -456,7 +443,7 @@ class AwsIntegrationsArgs:
|
|
456
443
|
@pulumi.getter(name="awsNeptune")
|
457
444
|
def aws_neptune(self) -> Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]:
|
458
445
|
"""
|
459
|
-
|
446
|
+
Aws Neptune integration
|
460
447
|
"""
|
461
448
|
return pulumi.get(self, "aws_neptune")
|
462
449
|
|
@@ -468,7 +455,7 @@ class AwsIntegrationsArgs:
|
|
468
455
|
@pulumi.getter(name="awsQldb")
|
469
456
|
def aws_qldb(self) -> Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]:
|
470
457
|
"""
|
471
|
-
|
458
|
+
Aws Qldb integration
|
472
459
|
"""
|
473
460
|
return pulumi.get(self, "aws_qldb")
|
474
461
|
|
@@ -480,7 +467,7 @@ class AwsIntegrationsArgs:
|
|
480
467
|
@pulumi.getter(name="awsRoute53resolver")
|
481
468
|
def aws_route53resolver(self) -> Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]:
|
482
469
|
"""
|
483
|
-
|
470
|
+
Aws Route53resolver integration
|
484
471
|
"""
|
485
472
|
return pulumi.get(self, "aws_route53resolver")
|
486
473
|
|
@@ -504,7 +491,7 @@ class AwsIntegrationsArgs:
|
|
504
491
|
@pulumi.getter(name="awsTransitGateway")
|
505
492
|
def aws_transit_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]:
|
506
493
|
"""
|
507
|
-
|
494
|
+
Aws Transit Gateway integration
|
508
495
|
"""
|
509
496
|
return pulumi.get(self, "aws_transit_gateway")
|
510
497
|
|
@@ -516,7 +503,7 @@ class AwsIntegrationsArgs:
|
|
516
503
|
@pulumi.getter(name="awsWaf")
|
517
504
|
def aws_waf(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]:
|
518
505
|
"""
|
519
|
-
|
506
|
+
Aws Waf integration
|
520
507
|
"""
|
521
508
|
return pulumi.get(self, "aws_waf")
|
522
509
|
|
@@ -528,7 +515,7 @@ class AwsIntegrationsArgs:
|
|
528
515
|
@pulumi.getter(name="awsWafv2")
|
529
516
|
def aws_wafv2(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]:
|
530
517
|
"""
|
531
|
-
|
518
|
+
Aws Wafv2 integration
|
532
519
|
"""
|
533
520
|
return pulumi.get(self, "aws_wafv2")
|
534
521
|
|
@@ -540,7 +527,7 @@ class AwsIntegrationsArgs:
|
|
540
527
|
@pulumi.getter
|
541
528
|
def billing(self) -> Optional[pulumi.Input['AwsIntegrationsBillingArgs']]:
|
542
529
|
"""
|
543
|
-
|
530
|
+
Billing integration
|
544
531
|
"""
|
545
532
|
return pulumi.get(self, "billing")
|
546
533
|
|
@@ -552,7 +539,7 @@ class AwsIntegrationsArgs:
|
|
552
539
|
@pulumi.getter
|
553
540
|
def cloudfront(self) -> Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]:
|
554
541
|
"""
|
555
|
-
|
542
|
+
Cloudfront integration
|
556
543
|
"""
|
557
544
|
return pulumi.get(self, "cloudfront")
|
558
545
|
|
@@ -564,7 +551,7 @@ class AwsIntegrationsArgs:
|
|
564
551
|
@pulumi.getter
|
565
552
|
def cloudtrail(self) -> Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]:
|
566
553
|
"""
|
567
|
-
|
554
|
+
CloudTrail integration
|
568
555
|
"""
|
569
556
|
return pulumi.get(self, "cloudtrail")
|
570
557
|
|
@@ -576,7 +563,7 @@ class AwsIntegrationsArgs:
|
|
576
563
|
@pulumi.getter(name="docDb")
|
577
564
|
def doc_db(self) -> Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]:
|
578
565
|
"""
|
579
|
-
|
566
|
+
Doc DB integration
|
580
567
|
"""
|
581
568
|
return pulumi.get(self, "doc_db")
|
582
569
|
|
@@ -588,7 +575,7 @@ class AwsIntegrationsArgs:
|
|
588
575
|
@pulumi.getter
|
589
576
|
def dynamodb(self) -> Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]:
|
590
577
|
"""
|
591
|
-
|
578
|
+
Dynamo DB integration
|
592
579
|
"""
|
593
580
|
return pulumi.get(self, "dynamodb")
|
594
581
|
|
@@ -600,7 +587,7 @@ class AwsIntegrationsArgs:
|
|
600
587
|
@pulumi.getter
|
601
588
|
def ebs(self) -> Optional[pulumi.Input['AwsIntegrationsEbsArgs']]:
|
602
589
|
"""
|
603
|
-
|
590
|
+
EBS integration
|
604
591
|
"""
|
605
592
|
return pulumi.get(self, "ebs")
|
606
593
|
|
@@ -612,7 +599,7 @@ class AwsIntegrationsArgs:
|
|
612
599
|
@pulumi.getter
|
613
600
|
def ec2(self) -> Optional[pulumi.Input['AwsIntegrationsEc2Args']]:
|
614
601
|
"""
|
615
|
-
|
602
|
+
Ec2 integration
|
616
603
|
"""
|
617
604
|
return pulumi.get(self, "ec2")
|
618
605
|
|
@@ -624,7 +611,7 @@ class AwsIntegrationsArgs:
|
|
624
611
|
@pulumi.getter
|
625
612
|
def ecs(self) -> Optional[pulumi.Input['AwsIntegrationsEcsArgs']]:
|
626
613
|
"""
|
627
|
-
|
614
|
+
Ecs integration
|
628
615
|
"""
|
629
616
|
return pulumi.get(self, "ecs")
|
630
617
|
|
@@ -636,7 +623,7 @@ class AwsIntegrationsArgs:
|
|
636
623
|
@pulumi.getter
|
637
624
|
def efs(self) -> Optional[pulumi.Input['AwsIntegrationsEfsArgs']]:
|
638
625
|
"""
|
639
|
-
|
626
|
+
Efs integration
|
640
627
|
"""
|
641
628
|
return pulumi.get(self, "efs")
|
642
629
|
|
@@ -648,7 +635,7 @@ class AwsIntegrationsArgs:
|
|
648
635
|
@pulumi.getter
|
649
636
|
def elasticache(self) -> Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]:
|
650
637
|
"""
|
651
|
-
|
638
|
+
Elasticache integration
|
652
639
|
"""
|
653
640
|
return pulumi.get(self, "elasticache")
|
654
641
|
|
@@ -660,7 +647,7 @@ class AwsIntegrationsArgs:
|
|
660
647
|
@pulumi.getter
|
661
648
|
def elasticbeanstalk(self) -> Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]:
|
662
649
|
"""
|
663
|
-
|
650
|
+
Elastic Bean Stalk integration
|
664
651
|
"""
|
665
652
|
return pulumi.get(self, "elasticbeanstalk")
|
666
653
|
|
@@ -672,7 +659,7 @@ class AwsIntegrationsArgs:
|
|
672
659
|
@pulumi.getter
|
673
660
|
def elasticsearch(self) -> Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]:
|
674
661
|
"""
|
675
|
-
|
662
|
+
Elastic Search integration
|
676
663
|
"""
|
677
664
|
return pulumi.get(self, "elasticsearch")
|
678
665
|
|
@@ -684,7 +671,7 @@ class AwsIntegrationsArgs:
|
|
684
671
|
@pulumi.getter
|
685
672
|
def elb(self) -> Optional[pulumi.Input['AwsIntegrationsElbArgs']]:
|
686
673
|
"""
|
687
|
-
|
674
|
+
Elb integration
|
688
675
|
"""
|
689
676
|
return pulumi.get(self, "elb")
|
690
677
|
|
@@ -696,7 +683,7 @@ class AwsIntegrationsArgs:
|
|
696
683
|
@pulumi.getter
|
697
684
|
def emr(self) -> Optional[pulumi.Input['AwsIntegrationsEmrArgs']]:
|
698
685
|
"""
|
699
|
-
|
686
|
+
Emr integration
|
700
687
|
"""
|
701
688
|
return pulumi.get(self, "emr")
|
702
689
|
|
@@ -708,7 +695,7 @@ class AwsIntegrationsArgs:
|
|
708
695
|
@pulumi.getter
|
709
696
|
def health(self) -> Optional[pulumi.Input['AwsIntegrationsHealthArgs']]:
|
710
697
|
"""
|
711
|
-
|
698
|
+
Health integration
|
712
699
|
"""
|
713
700
|
return pulumi.get(self, "health")
|
714
701
|
|
@@ -720,7 +707,7 @@ class AwsIntegrationsArgs:
|
|
720
707
|
@pulumi.getter
|
721
708
|
def iam(self) -> Optional[pulumi.Input['AwsIntegrationsIamArgs']]:
|
722
709
|
"""
|
723
|
-
|
710
|
+
Iam integration
|
724
711
|
"""
|
725
712
|
return pulumi.get(self, "iam")
|
726
713
|
|
@@ -732,7 +719,7 @@ class AwsIntegrationsArgs:
|
|
732
719
|
@pulumi.getter
|
733
720
|
def iot(self) -> Optional[pulumi.Input['AwsIntegrationsIotArgs']]:
|
734
721
|
"""
|
735
|
-
|
722
|
+
Iot integration
|
736
723
|
"""
|
737
724
|
return pulumi.get(self, "iot")
|
738
725
|
|
@@ -744,9 +731,7 @@ class AwsIntegrationsArgs:
|
|
744
731
|
@pulumi.getter
|
745
732
|
def kinesis(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]:
|
746
733
|
"""
|
747
|
-
|
748
|
-
|
749
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
|
734
|
+
Kinesis integration
|
750
735
|
"""
|
751
736
|
return pulumi.get(self, "kinesis")
|
752
737
|
|
@@ -758,7 +743,7 @@ class AwsIntegrationsArgs:
|
|
758
743
|
@pulumi.getter(name="kinesisFirehose")
|
759
744
|
def kinesis_firehose(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]:
|
760
745
|
"""
|
761
|
-
|
746
|
+
Kinesis Firehose integration
|
762
747
|
"""
|
763
748
|
return pulumi.get(self, "kinesis_firehose")
|
764
749
|
|
@@ -770,7 +755,7 @@ class AwsIntegrationsArgs:
|
|
770
755
|
@pulumi.getter(name="lambda")
|
771
756
|
def lambda_(self) -> Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]:
|
772
757
|
"""
|
773
|
-
|
758
|
+
Lambda integration
|
774
759
|
"""
|
775
760
|
return pulumi.get(self, "lambda_")
|
776
761
|
|
@@ -782,7 +767,7 @@ class AwsIntegrationsArgs:
|
|
782
767
|
@pulumi.getter
|
783
768
|
def rds(self) -> Optional[pulumi.Input['AwsIntegrationsRdsArgs']]:
|
784
769
|
"""
|
785
|
-
|
770
|
+
Rds integration
|
786
771
|
"""
|
787
772
|
return pulumi.get(self, "rds")
|
788
773
|
|
@@ -794,7 +779,7 @@ class AwsIntegrationsArgs:
|
|
794
779
|
@pulumi.getter
|
795
780
|
def redshift(self) -> Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]:
|
796
781
|
"""
|
797
|
-
|
782
|
+
Redshift integration
|
798
783
|
"""
|
799
784
|
return pulumi.get(self, "redshift")
|
800
785
|
|
@@ -806,7 +791,7 @@ class AwsIntegrationsArgs:
|
|
806
791
|
@pulumi.getter
|
807
792
|
def route53(self) -> Optional[pulumi.Input['AwsIntegrationsRoute53Args']]:
|
808
793
|
"""
|
809
|
-
|
794
|
+
Route53 integration
|
810
795
|
"""
|
811
796
|
return pulumi.get(self, "route53")
|
812
797
|
|
@@ -818,7 +803,7 @@ class AwsIntegrationsArgs:
|
|
818
803
|
@pulumi.getter
|
819
804
|
def s3(self) -> Optional[pulumi.Input['AwsIntegrationsS3Args']]:
|
820
805
|
"""
|
821
|
-
|
806
|
+
S3 integration
|
822
807
|
"""
|
823
808
|
return pulumi.get(self, "s3")
|
824
809
|
|
@@ -830,7 +815,7 @@ class AwsIntegrationsArgs:
|
|
830
815
|
@pulumi.getter
|
831
816
|
def ses(self) -> Optional[pulumi.Input['AwsIntegrationsSesArgs']]:
|
832
817
|
"""
|
833
|
-
|
818
|
+
Ses integration
|
834
819
|
"""
|
835
820
|
return pulumi.get(self, "ses")
|
836
821
|
|
@@ -842,7 +827,7 @@ class AwsIntegrationsArgs:
|
|
842
827
|
@pulumi.getter
|
843
828
|
def sns(self) -> Optional[pulumi.Input['AwsIntegrationsSnsArgs']]:
|
844
829
|
"""
|
845
|
-
|
830
|
+
Sns integration
|
846
831
|
"""
|
847
832
|
return pulumi.get(self, "sns")
|
848
833
|
|
@@ -854,7 +839,7 @@ class AwsIntegrationsArgs:
|
|
854
839
|
@pulumi.getter
|
855
840
|
def sqs(self) -> Optional[pulumi.Input['AwsIntegrationsSqsArgs']]:
|
856
841
|
"""
|
857
|
-
|
842
|
+
SQS integration
|
858
843
|
"""
|
859
844
|
return pulumi.get(self, "sqs")
|
860
845
|
|
@@ -866,9 +851,7 @@ class AwsIntegrationsArgs:
|
|
866
851
|
@pulumi.getter(name="trustedAdvisor")
|
867
852
|
def trusted_advisor(self) -> Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]:
|
868
853
|
"""
|
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.**
|
854
|
+
Trusted Advisor integration
|
872
855
|
"""
|
873
856
|
return pulumi.get(self, "trusted_advisor")
|
874
857
|
|
@@ -892,10 +875,7 @@ class AwsIntegrationsArgs:
|
|
892
875
|
@pulumi.getter(name="xRay")
|
893
876
|
def x_ray(self) -> Optional[pulumi.Input['AwsIntegrationsXRayArgs']]:
|
894
877
|
"""
|
895
|
-
|
896
|
-
x
|
897
|
-
|
898
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
878
|
+
X-Ray integration
|
899
879
|
"""
|
900
880
|
return pulumi.get(self, "x_ray")
|
901
881
|
|
@@ -964,69 +944,59 @@ class _AwsIntegrationsState:
|
|
964
944
|
"""
|
965
945
|
Input properties used for looking up and filtering AwsIntegrations resources.
|
966
946
|
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
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:
|
947
|
+
:param pulumi.Input['AwsIntegrationsAlbArgs'] alb: ALB integration
|
948
|
+
:param pulumi.Input['AwsIntegrationsApiGatewayArgs'] api_gateway: API Gateway integration
|
949
|
+
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
950
|
+
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
951
|
+
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
952
|
+
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
953
|
+
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
954
|
+
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
955
|
+
:param pulumi.Input['AwsIntegrationsAwsFsxArgs'] aws_fsx: Aws Fsx integration
|
956
|
+
:param pulumi.Input['AwsIntegrationsAwsGlueArgs'] aws_glue: Aws Glue integration
|
957
|
+
:param pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs'] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
958
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaConvertArgs'] aws_media_convert: Aws Media Convert integration
|
959
|
+
:param pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs'] aws_media_package_vod: Aws Media PackageVod integration
|
960
|
+
:param pulumi.Input['AwsIntegrationsAwsMqArgs'] aws_mq: Aws Mq integration
|
961
|
+
:param pulumi.Input['AwsIntegrationsAwsMskArgs'] aws_msk: Aws Msk integration
|
962
|
+
:param pulumi.Input['AwsIntegrationsAwsNeptuneArgs'] aws_neptune: Aws Neptune integration
|
963
|
+
:param pulumi.Input['AwsIntegrationsAwsQldbArgs'] aws_qldb: Aws Qldb integration
|
964
|
+
:param pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs'] aws_route53resolver: Aws Route53resolver integration
|
985
965
|
: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.
|
966
|
+
:param pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs'] aws_transit_gateway: Aws Transit Gateway integration
|
967
|
+
:param pulumi.Input['AwsIntegrationsAwsWafArgs'] aws_waf: Aws Waf integration
|
968
|
+
:param pulumi.Input['AwsIntegrationsAwsWafv2Args'] aws_wafv2: Aws Wafv2 integration
|
969
|
+
:param pulumi.Input['AwsIntegrationsBillingArgs'] billing: Billing integration
|
970
|
+
:param pulumi.Input['AwsIntegrationsCloudfrontArgs'] cloudfront: Cloudfront integration
|
971
|
+
:param pulumi.Input['AwsIntegrationsCloudtrailArgs'] cloudtrail: CloudTrail integration
|
972
|
+
:param pulumi.Input['AwsIntegrationsDocDbArgs'] doc_db: Doc DB integration
|
973
|
+
:param pulumi.Input['AwsIntegrationsDynamodbArgs'] dynamodb: Dynamo DB integration
|
974
|
+
:param pulumi.Input['AwsIntegrationsEbsArgs'] ebs: EBS integration
|
975
|
+
:param pulumi.Input['AwsIntegrationsEc2Args'] ec2: Ec2 integration
|
976
|
+
:param pulumi.Input['AwsIntegrationsEcsArgs'] ecs: Ecs integration
|
977
|
+
:param pulumi.Input['AwsIntegrationsEfsArgs'] efs: Efs integration
|
978
|
+
:param pulumi.Input['AwsIntegrationsElasticacheArgs'] elasticache: Elasticache integration
|
979
|
+
:param pulumi.Input['AwsIntegrationsElasticbeanstalkArgs'] elasticbeanstalk: Elastic Bean Stalk integration
|
980
|
+
:param pulumi.Input['AwsIntegrationsElasticsearchArgs'] elasticsearch: Elastic Search integration
|
981
|
+
:param pulumi.Input['AwsIntegrationsElbArgs'] elb: Elb integration
|
982
|
+
:param pulumi.Input['AwsIntegrationsEmrArgs'] emr: Emr integration
|
983
|
+
:param pulumi.Input['AwsIntegrationsHealthArgs'] health: Health integration
|
984
|
+
:param pulumi.Input['AwsIntegrationsIamArgs'] iam: Iam integration
|
985
|
+
:param pulumi.Input['AwsIntegrationsIotArgs'] iot: Iot integration
|
986
|
+
:param pulumi.Input['AwsIntegrationsKinesisArgs'] kinesis: Kinesis integration
|
987
|
+
:param pulumi.Input['AwsIntegrationsKinesisFirehoseArgs'] kinesis_firehose: Kinesis Firehose integration
|
988
|
+
:param pulumi.Input['AwsIntegrationsLambdaArgs'] lambda_: Lambda integration
|
1011
989
|
:param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
:param pulumi.Input['
|
1016
|
-
:param pulumi.Input['
|
1017
|
-
:param pulumi.Input['
|
1018
|
-
:param pulumi.Input['
|
1019
|
-
:param pulumi.Input['
|
1020
|
-
:param pulumi.Input['AwsIntegrationsSnsArgs'] sns: AWS SNS. See Integration blocks below for details.
|
1021
|
-
:param pulumi.Input['AwsIntegrationsSqsArgs'] sqs: AWS SQS. See Integration blocks below for details.
|
1022
|
-
:param pulumi.Input['AwsIntegrationsTrustedAdvisorArgs'] trusted_advisor: AWS Trusted Advisor. See Integration blocks below for details.
|
1023
|
-
|
1024
|
-
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.**
|
990
|
+
:param pulumi.Input['AwsIntegrationsRdsArgs'] rds: Rds integration
|
991
|
+
:param pulumi.Input['AwsIntegrationsRedshiftArgs'] redshift: Redshift integration
|
992
|
+
:param pulumi.Input['AwsIntegrationsRoute53Args'] route53: Route53 integration
|
993
|
+
:param pulumi.Input['AwsIntegrationsS3Args'] s3: S3 integration
|
994
|
+
:param pulumi.Input['AwsIntegrationsSesArgs'] ses: Ses integration
|
995
|
+
:param pulumi.Input['AwsIntegrationsSnsArgs'] sns: Sns integration
|
996
|
+
:param pulumi.Input['AwsIntegrationsSqsArgs'] sqs: SQS integration
|
997
|
+
:param pulumi.Input['AwsIntegrationsTrustedAdvisorArgs'] trusted_advisor: Trusted Advisor integration
|
1025
998
|
: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.
|
999
|
+
:param pulumi.Input['AwsIntegrationsXRayArgs'] x_ray: X-Ray integration
|
1030
1000
|
"""
|
1031
1001
|
if account_id is not None:
|
1032
1002
|
pulumi.set(__self__, "account_id", account_id)
|
@@ -1153,7 +1123,7 @@ class _AwsIntegrationsState:
|
|
1153
1123
|
@pulumi.getter
|
1154
1124
|
def alb(self) -> Optional[pulumi.Input['AwsIntegrationsAlbArgs']]:
|
1155
1125
|
"""
|
1156
|
-
|
1126
|
+
ALB integration
|
1157
1127
|
"""
|
1158
1128
|
return pulumi.get(self, "alb")
|
1159
1129
|
|
@@ -1165,7 +1135,7 @@ class _AwsIntegrationsState:
|
|
1165
1135
|
@pulumi.getter(name="apiGateway")
|
1166
1136
|
def api_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsApiGatewayArgs']]:
|
1167
1137
|
"""
|
1168
|
-
|
1138
|
+
API Gateway integration
|
1169
1139
|
"""
|
1170
1140
|
return pulumi.get(self, "api_gateway")
|
1171
1141
|
|
@@ -1177,7 +1147,7 @@ class _AwsIntegrationsState:
|
|
1177
1147
|
@pulumi.getter(name="autoScaling")
|
1178
1148
|
def auto_scaling(self) -> Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']]:
|
1179
1149
|
"""
|
1180
|
-
|
1150
|
+
AutoScaling integration
|
1181
1151
|
"""
|
1182
1152
|
return pulumi.get(self, "auto_scaling")
|
1183
1153
|
|
@@ -1189,7 +1159,7 @@ class _AwsIntegrationsState:
|
|
1189
1159
|
@pulumi.getter(name="awsAppSync")
|
1190
1160
|
def aws_app_sync(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']]:
|
1191
1161
|
"""
|
1192
|
-
|
1162
|
+
Aws Appsync integration
|
1193
1163
|
"""
|
1194
1164
|
return pulumi.get(self, "aws_app_sync")
|
1195
1165
|
|
@@ -1201,7 +1171,7 @@ class _AwsIntegrationsState:
|
|
1201
1171
|
@pulumi.getter(name="awsAthena")
|
1202
1172
|
def aws_athena(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]:
|
1203
1173
|
"""
|
1204
|
-
|
1174
|
+
Aws Athena integration
|
1205
1175
|
"""
|
1206
1176
|
return pulumi.get(self, "aws_athena")
|
1207
1177
|
|
@@ -1213,7 +1183,7 @@ class _AwsIntegrationsState:
|
|
1213
1183
|
@pulumi.getter(name="awsCognito")
|
1214
1184
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
1215
1185
|
"""
|
1216
|
-
|
1186
|
+
Aws Cognito integration
|
1217
1187
|
"""
|
1218
1188
|
return pulumi.get(self, "aws_cognito")
|
1219
1189
|
|
@@ -1225,7 +1195,7 @@ class _AwsIntegrationsState:
|
|
1225
1195
|
@pulumi.getter(name="awsConnect")
|
1226
1196
|
def aws_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']]:
|
1227
1197
|
"""
|
1228
|
-
|
1198
|
+
Aws Connect integration
|
1229
1199
|
"""
|
1230
1200
|
return pulumi.get(self, "aws_connect")
|
1231
1201
|
|
@@ -1237,7 +1207,7 @@ class _AwsIntegrationsState:
|
|
1237
1207
|
@pulumi.getter(name="awsDirectConnect")
|
1238
1208
|
def aws_direct_connect(self) -> Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']]:
|
1239
1209
|
"""
|
1240
|
-
|
1210
|
+
Aws Direct Connect integration
|
1241
1211
|
"""
|
1242
1212
|
return pulumi.get(self, "aws_direct_connect")
|
1243
1213
|
|
@@ -1249,7 +1219,7 @@ class _AwsIntegrationsState:
|
|
1249
1219
|
@pulumi.getter(name="awsFsx")
|
1250
1220
|
def aws_fsx(self) -> Optional[pulumi.Input['AwsIntegrationsAwsFsxArgs']]:
|
1251
1221
|
"""
|
1252
|
-
|
1222
|
+
Aws Fsx integration
|
1253
1223
|
"""
|
1254
1224
|
return pulumi.get(self, "aws_fsx")
|
1255
1225
|
|
@@ -1261,7 +1231,7 @@ class _AwsIntegrationsState:
|
|
1261
1231
|
@pulumi.getter(name="awsGlue")
|
1262
1232
|
def aws_glue(self) -> Optional[pulumi.Input['AwsIntegrationsAwsGlueArgs']]:
|
1263
1233
|
"""
|
1264
|
-
|
1234
|
+
Aws Glue integration
|
1265
1235
|
"""
|
1266
1236
|
return pulumi.get(self, "aws_glue")
|
1267
1237
|
|
@@ -1273,7 +1243,7 @@ class _AwsIntegrationsState:
|
|
1273
1243
|
@pulumi.getter(name="awsKinesisAnalytics")
|
1274
1244
|
def aws_kinesis_analytics(self) -> Optional[pulumi.Input['AwsIntegrationsAwsKinesisAnalyticsArgs']]:
|
1275
1245
|
"""
|
1276
|
-
|
1246
|
+
Aws Kinesis Analytics integration
|
1277
1247
|
"""
|
1278
1248
|
return pulumi.get(self, "aws_kinesis_analytics")
|
1279
1249
|
|
@@ -1285,7 +1255,7 @@ class _AwsIntegrationsState:
|
|
1285
1255
|
@pulumi.getter(name="awsMediaConvert")
|
1286
1256
|
def aws_media_convert(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaConvertArgs']]:
|
1287
1257
|
"""
|
1288
|
-
|
1258
|
+
Aws Media Convert integration
|
1289
1259
|
"""
|
1290
1260
|
return pulumi.get(self, "aws_media_convert")
|
1291
1261
|
|
@@ -1297,7 +1267,7 @@ class _AwsIntegrationsState:
|
|
1297
1267
|
@pulumi.getter(name="awsMediaPackageVod")
|
1298
1268
|
def aws_media_package_vod(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMediaPackageVodArgs']]:
|
1299
1269
|
"""
|
1300
|
-
|
1270
|
+
Aws Media PackageVod integration
|
1301
1271
|
"""
|
1302
1272
|
return pulumi.get(self, "aws_media_package_vod")
|
1303
1273
|
|
@@ -1309,7 +1279,7 @@ class _AwsIntegrationsState:
|
|
1309
1279
|
@pulumi.getter(name="awsMq")
|
1310
1280
|
def aws_mq(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMqArgs']]:
|
1311
1281
|
"""
|
1312
|
-
|
1282
|
+
Aws Mq integration
|
1313
1283
|
"""
|
1314
1284
|
return pulumi.get(self, "aws_mq")
|
1315
1285
|
|
@@ -1321,7 +1291,7 @@ class _AwsIntegrationsState:
|
|
1321
1291
|
@pulumi.getter(name="awsMsk")
|
1322
1292
|
def aws_msk(self) -> Optional[pulumi.Input['AwsIntegrationsAwsMskArgs']]:
|
1323
1293
|
"""
|
1324
|
-
|
1294
|
+
Aws Msk integration
|
1325
1295
|
"""
|
1326
1296
|
return pulumi.get(self, "aws_msk")
|
1327
1297
|
|
@@ -1333,7 +1303,7 @@ class _AwsIntegrationsState:
|
|
1333
1303
|
@pulumi.getter(name="awsNeptune")
|
1334
1304
|
def aws_neptune(self) -> Optional[pulumi.Input['AwsIntegrationsAwsNeptuneArgs']]:
|
1335
1305
|
"""
|
1336
|
-
|
1306
|
+
Aws Neptune integration
|
1337
1307
|
"""
|
1338
1308
|
return pulumi.get(self, "aws_neptune")
|
1339
1309
|
|
@@ -1345,7 +1315,7 @@ class _AwsIntegrationsState:
|
|
1345
1315
|
@pulumi.getter(name="awsQldb")
|
1346
1316
|
def aws_qldb(self) -> Optional[pulumi.Input['AwsIntegrationsAwsQldbArgs']]:
|
1347
1317
|
"""
|
1348
|
-
|
1318
|
+
Aws Qldb integration
|
1349
1319
|
"""
|
1350
1320
|
return pulumi.get(self, "aws_qldb")
|
1351
1321
|
|
@@ -1357,7 +1327,7 @@ class _AwsIntegrationsState:
|
|
1357
1327
|
@pulumi.getter(name="awsRoute53resolver")
|
1358
1328
|
def aws_route53resolver(self) -> Optional[pulumi.Input['AwsIntegrationsAwsRoute53resolverArgs']]:
|
1359
1329
|
"""
|
1360
|
-
|
1330
|
+
Aws Route53resolver integration
|
1361
1331
|
"""
|
1362
1332
|
return pulumi.get(self, "aws_route53resolver")
|
1363
1333
|
|
@@ -1381,7 +1351,7 @@ class _AwsIntegrationsState:
|
|
1381
1351
|
@pulumi.getter(name="awsTransitGateway")
|
1382
1352
|
def aws_transit_gateway(self) -> Optional[pulumi.Input['AwsIntegrationsAwsTransitGatewayArgs']]:
|
1383
1353
|
"""
|
1384
|
-
|
1354
|
+
Aws Transit Gateway integration
|
1385
1355
|
"""
|
1386
1356
|
return pulumi.get(self, "aws_transit_gateway")
|
1387
1357
|
|
@@ -1393,7 +1363,7 @@ class _AwsIntegrationsState:
|
|
1393
1363
|
@pulumi.getter(name="awsWaf")
|
1394
1364
|
def aws_waf(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafArgs']]:
|
1395
1365
|
"""
|
1396
|
-
|
1366
|
+
Aws Waf integration
|
1397
1367
|
"""
|
1398
1368
|
return pulumi.get(self, "aws_waf")
|
1399
1369
|
|
@@ -1405,7 +1375,7 @@ class _AwsIntegrationsState:
|
|
1405
1375
|
@pulumi.getter(name="awsWafv2")
|
1406
1376
|
def aws_wafv2(self) -> Optional[pulumi.Input['AwsIntegrationsAwsWafv2Args']]:
|
1407
1377
|
"""
|
1408
|
-
|
1378
|
+
Aws Wafv2 integration
|
1409
1379
|
"""
|
1410
1380
|
return pulumi.get(self, "aws_wafv2")
|
1411
1381
|
|
@@ -1417,7 +1387,7 @@ class _AwsIntegrationsState:
|
|
1417
1387
|
@pulumi.getter
|
1418
1388
|
def billing(self) -> Optional[pulumi.Input['AwsIntegrationsBillingArgs']]:
|
1419
1389
|
"""
|
1420
|
-
|
1390
|
+
Billing integration
|
1421
1391
|
"""
|
1422
1392
|
return pulumi.get(self, "billing")
|
1423
1393
|
|
@@ -1429,7 +1399,7 @@ class _AwsIntegrationsState:
|
|
1429
1399
|
@pulumi.getter
|
1430
1400
|
def cloudfront(self) -> Optional[pulumi.Input['AwsIntegrationsCloudfrontArgs']]:
|
1431
1401
|
"""
|
1432
|
-
|
1402
|
+
Cloudfront integration
|
1433
1403
|
"""
|
1434
1404
|
return pulumi.get(self, "cloudfront")
|
1435
1405
|
|
@@ -1441,7 +1411,7 @@ class _AwsIntegrationsState:
|
|
1441
1411
|
@pulumi.getter
|
1442
1412
|
def cloudtrail(self) -> Optional[pulumi.Input['AwsIntegrationsCloudtrailArgs']]:
|
1443
1413
|
"""
|
1444
|
-
|
1414
|
+
CloudTrail integration
|
1445
1415
|
"""
|
1446
1416
|
return pulumi.get(self, "cloudtrail")
|
1447
1417
|
|
@@ -1453,7 +1423,7 @@ class _AwsIntegrationsState:
|
|
1453
1423
|
@pulumi.getter(name="docDb")
|
1454
1424
|
def doc_db(self) -> Optional[pulumi.Input['AwsIntegrationsDocDbArgs']]:
|
1455
1425
|
"""
|
1456
|
-
|
1426
|
+
Doc DB integration
|
1457
1427
|
"""
|
1458
1428
|
return pulumi.get(self, "doc_db")
|
1459
1429
|
|
@@ -1465,7 +1435,7 @@ class _AwsIntegrationsState:
|
|
1465
1435
|
@pulumi.getter
|
1466
1436
|
def dynamodb(self) -> Optional[pulumi.Input['AwsIntegrationsDynamodbArgs']]:
|
1467
1437
|
"""
|
1468
|
-
|
1438
|
+
Dynamo DB integration
|
1469
1439
|
"""
|
1470
1440
|
return pulumi.get(self, "dynamodb")
|
1471
1441
|
|
@@ -1477,7 +1447,7 @@ class _AwsIntegrationsState:
|
|
1477
1447
|
@pulumi.getter
|
1478
1448
|
def ebs(self) -> Optional[pulumi.Input['AwsIntegrationsEbsArgs']]:
|
1479
1449
|
"""
|
1480
|
-
|
1450
|
+
EBS integration
|
1481
1451
|
"""
|
1482
1452
|
return pulumi.get(self, "ebs")
|
1483
1453
|
|
@@ -1489,7 +1459,7 @@ class _AwsIntegrationsState:
|
|
1489
1459
|
@pulumi.getter
|
1490
1460
|
def ec2(self) -> Optional[pulumi.Input['AwsIntegrationsEc2Args']]:
|
1491
1461
|
"""
|
1492
|
-
|
1462
|
+
Ec2 integration
|
1493
1463
|
"""
|
1494
1464
|
return pulumi.get(self, "ec2")
|
1495
1465
|
|
@@ -1501,7 +1471,7 @@ class _AwsIntegrationsState:
|
|
1501
1471
|
@pulumi.getter
|
1502
1472
|
def ecs(self) -> Optional[pulumi.Input['AwsIntegrationsEcsArgs']]:
|
1503
1473
|
"""
|
1504
|
-
|
1474
|
+
Ecs integration
|
1505
1475
|
"""
|
1506
1476
|
return pulumi.get(self, "ecs")
|
1507
1477
|
|
@@ -1513,7 +1483,7 @@ class _AwsIntegrationsState:
|
|
1513
1483
|
@pulumi.getter
|
1514
1484
|
def efs(self) -> Optional[pulumi.Input['AwsIntegrationsEfsArgs']]:
|
1515
1485
|
"""
|
1516
|
-
|
1486
|
+
Efs integration
|
1517
1487
|
"""
|
1518
1488
|
return pulumi.get(self, "efs")
|
1519
1489
|
|
@@ -1525,7 +1495,7 @@ class _AwsIntegrationsState:
|
|
1525
1495
|
@pulumi.getter
|
1526
1496
|
def elasticache(self) -> Optional[pulumi.Input['AwsIntegrationsElasticacheArgs']]:
|
1527
1497
|
"""
|
1528
|
-
|
1498
|
+
Elasticache integration
|
1529
1499
|
"""
|
1530
1500
|
return pulumi.get(self, "elasticache")
|
1531
1501
|
|
@@ -1537,7 +1507,7 @@ class _AwsIntegrationsState:
|
|
1537
1507
|
@pulumi.getter
|
1538
1508
|
def elasticbeanstalk(self) -> Optional[pulumi.Input['AwsIntegrationsElasticbeanstalkArgs']]:
|
1539
1509
|
"""
|
1540
|
-
|
1510
|
+
Elastic Bean Stalk integration
|
1541
1511
|
"""
|
1542
1512
|
return pulumi.get(self, "elasticbeanstalk")
|
1543
1513
|
|
@@ -1549,7 +1519,7 @@ class _AwsIntegrationsState:
|
|
1549
1519
|
@pulumi.getter
|
1550
1520
|
def elasticsearch(self) -> Optional[pulumi.Input['AwsIntegrationsElasticsearchArgs']]:
|
1551
1521
|
"""
|
1552
|
-
|
1522
|
+
Elastic Search integration
|
1553
1523
|
"""
|
1554
1524
|
return pulumi.get(self, "elasticsearch")
|
1555
1525
|
|
@@ -1561,7 +1531,7 @@ class _AwsIntegrationsState:
|
|
1561
1531
|
@pulumi.getter
|
1562
1532
|
def elb(self) -> Optional[pulumi.Input['AwsIntegrationsElbArgs']]:
|
1563
1533
|
"""
|
1564
|
-
|
1534
|
+
Elb integration
|
1565
1535
|
"""
|
1566
1536
|
return pulumi.get(self, "elb")
|
1567
1537
|
|
@@ -1573,7 +1543,7 @@ class _AwsIntegrationsState:
|
|
1573
1543
|
@pulumi.getter
|
1574
1544
|
def emr(self) -> Optional[pulumi.Input['AwsIntegrationsEmrArgs']]:
|
1575
1545
|
"""
|
1576
|
-
|
1546
|
+
Emr integration
|
1577
1547
|
"""
|
1578
1548
|
return pulumi.get(self, "emr")
|
1579
1549
|
|
@@ -1585,7 +1555,7 @@ class _AwsIntegrationsState:
|
|
1585
1555
|
@pulumi.getter
|
1586
1556
|
def health(self) -> Optional[pulumi.Input['AwsIntegrationsHealthArgs']]:
|
1587
1557
|
"""
|
1588
|
-
|
1558
|
+
Health integration
|
1589
1559
|
"""
|
1590
1560
|
return pulumi.get(self, "health")
|
1591
1561
|
|
@@ -1597,7 +1567,7 @@ class _AwsIntegrationsState:
|
|
1597
1567
|
@pulumi.getter
|
1598
1568
|
def iam(self) -> Optional[pulumi.Input['AwsIntegrationsIamArgs']]:
|
1599
1569
|
"""
|
1600
|
-
|
1570
|
+
Iam integration
|
1601
1571
|
"""
|
1602
1572
|
return pulumi.get(self, "iam")
|
1603
1573
|
|
@@ -1609,7 +1579,7 @@ class _AwsIntegrationsState:
|
|
1609
1579
|
@pulumi.getter
|
1610
1580
|
def iot(self) -> Optional[pulumi.Input['AwsIntegrationsIotArgs']]:
|
1611
1581
|
"""
|
1612
|
-
|
1582
|
+
Iot integration
|
1613
1583
|
"""
|
1614
1584
|
return pulumi.get(self, "iot")
|
1615
1585
|
|
@@ -1621,9 +1591,7 @@ class _AwsIntegrationsState:
|
|
1621
1591
|
@pulumi.getter
|
1622
1592
|
def kinesis(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisArgs']]:
|
1623
1593
|
"""
|
1624
|
-
|
1625
|
-
|
1626
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
|
1594
|
+
Kinesis integration
|
1627
1595
|
"""
|
1628
1596
|
return pulumi.get(self, "kinesis")
|
1629
1597
|
|
@@ -1635,7 +1603,7 @@ class _AwsIntegrationsState:
|
|
1635
1603
|
@pulumi.getter(name="kinesisFirehose")
|
1636
1604
|
def kinesis_firehose(self) -> Optional[pulumi.Input['AwsIntegrationsKinesisFirehoseArgs']]:
|
1637
1605
|
"""
|
1638
|
-
|
1606
|
+
Kinesis Firehose integration
|
1639
1607
|
"""
|
1640
1608
|
return pulumi.get(self, "kinesis_firehose")
|
1641
1609
|
|
@@ -1647,7 +1615,7 @@ class _AwsIntegrationsState:
|
|
1647
1615
|
@pulumi.getter(name="lambda")
|
1648
1616
|
def lambda_(self) -> Optional[pulumi.Input['AwsIntegrationsLambdaArgs']]:
|
1649
1617
|
"""
|
1650
|
-
|
1618
|
+
Lambda integration
|
1651
1619
|
"""
|
1652
1620
|
return pulumi.get(self, "lambda_")
|
1653
1621
|
|
@@ -1660,9 +1628,6 @@ class _AwsIntegrationsState:
|
|
1660
1628
|
def linked_account_id(self) -> Optional[pulumi.Input[str]]:
|
1661
1629
|
"""
|
1662
1630
|
The ID of the linked AWS account in New Relic.
|
1663
|
-
|
1664
|
-
|
1665
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
1666
1631
|
"""
|
1667
1632
|
return pulumi.get(self, "linked_account_id")
|
1668
1633
|
|
@@ -1674,7 +1639,7 @@ class _AwsIntegrationsState:
|
|
1674
1639
|
@pulumi.getter
|
1675
1640
|
def rds(self) -> Optional[pulumi.Input['AwsIntegrationsRdsArgs']]:
|
1676
1641
|
"""
|
1677
|
-
|
1642
|
+
Rds integration
|
1678
1643
|
"""
|
1679
1644
|
return pulumi.get(self, "rds")
|
1680
1645
|
|
@@ -1686,7 +1651,7 @@ class _AwsIntegrationsState:
|
|
1686
1651
|
@pulumi.getter
|
1687
1652
|
def redshift(self) -> Optional[pulumi.Input['AwsIntegrationsRedshiftArgs']]:
|
1688
1653
|
"""
|
1689
|
-
|
1654
|
+
Redshift integration
|
1690
1655
|
"""
|
1691
1656
|
return pulumi.get(self, "redshift")
|
1692
1657
|
|
@@ -1698,7 +1663,7 @@ class _AwsIntegrationsState:
|
|
1698
1663
|
@pulumi.getter
|
1699
1664
|
def route53(self) -> Optional[pulumi.Input['AwsIntegrationsRoute53Args']]:
|
1700
1665
|
"""
|
1701
|
-
|
1666
|
+
Route53 integration
|
1702
1667
|
"""
|
1703
1668
|
return pulumi.get(self, "route53")
|
1704
1669
|
|
@@ -1710,7 +1675,7 @@ class _AwsIntegrationsState:
|
|
1710
1675
|
@pulumi.getter
|
1711
1676
|
def s3(self) -> Optional[pulumi.Input['AwsIntegrationsS3Args']]:
|
1712
1677
|
"""
|
1713
|
-
|
1678
|
+
S3 integration
|
1714
1679
|
"""
|
1715
1680
|
return pulumi.get(self, "s3")
|
1716
1681
|
|
@@ -1722,7 +1687,7 @@ class _AwsIntegrationsState:
|
|
1722
1687
|
@pulumi.getter
|
1723
1688
|
def ses(self) -> Optional[pulumi.Input['AwsIntegrationsSesArgs']]:
|
1724
1689
|
"""
|
1725
|
-
|
1690
|
+
Ses integration
|
1726
1691
|
"""
|
1727
1692
|
return pulumi.get(self, "ses")
|
1728
1693
|
|
@@ -1734,7 +1699,7 @@ class _AwsIntegrationsState:
|
|
1734
1699
|
@pulumi.getter
|
1735
1700
|
def sns(self) -> Optional[pulumi.Input['AwsIntegrationsSnsArgs']]:
|
1736
1701
|
"""
|
1737
|
-
|
1702
|
+
Sns integration
|
1738
1703
|
"""
|
1739
1704
|
return pulumi.get(self, "sns")
|
1740
1705
|
|
@@ -1746,7 +1711,7 @@ class _AwsIntegrationsState:
|
|
1746
1711
|
@pulumi.getter
|
1747
1712
|
def sqs(self) -> Optional[pulumi.Input['AwsIntegrationsSqsArgs']]:
|
1748
1713
|
"""
|
1749
|
-
|
1714
|
+
SQS integration
|
1750
1715
|
"""
|
1751
1716
|
return pulumi.get(self, "sqs")
|
1752
1717
|
|
@@ -1758,9 +1723,7 @@ class _AwsIntegrationsState:
|
|
1758
1723
|
@pulumi.getter(name="trustedAdvisor")
|
1759
1724
|
def trusted_advisor(self) -> Optional[pulumi.Input['AwsIntegrationsTrustedAdvisorArgs']]:
|
1760
1725
|
"""
|
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.**
|
1726
|
+
Trusted Advisor integration
|
1764
1727
|
"""
|
1765
1728
|
return pulumi.get(self, "trusted_advisor")
|
1766
1729
|
|
@@ -1784,10 +1747,7 @@ class _AwsIntegrationsState:
|
|
1784
1747
|
@pulumi.getter(name="xRay")
|
1785
1748
|
def x_ray(self) -> Optional[pulumi.Input['AwsIntegrationsXRayArgs']]:
|
1786
1749
|
"""
|
1787
|
-
|
1788
|
-
x
|
1789
|
-
|
1790
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
1750
|
+
X-Ray integration
|
1791
1751
|
"""
|
1792
1752
|
return pulumi.get(self, "x_ray")
|
1793
1753
|
|
@@ -1857,372 +1817,6 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
1857
1817
|
x_ray: Optional[pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']]] = None,
|
1858
1818
|
__props__=None):
|
1859
1819
|
"""
|
1860
|
-
Use this resource to integrate AWS services with New Relic.
|
1861
|
-
|
1862
|
-
## Prerequisite
|
1863
|
-
|
1864
|
-
Setup is required for this resource to work properly. This resource assumes you have linked an AWS account to New Relic and configured it to push metrics using CloudWatch Metric Streams.
|
1865
|
-
|
1866
|
-
New Relic doesn't automatically receive metrics from AWS for some services so this resource can be used to configure integrations to those services.
|
1867
|
-
|
1868
|
-
Using a metric stream to New Relic is the preferred way to integrate with AWS. Follow the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-metric-stream/#set-up-metric-stream) to set up a metric stream. This resource supports any integration that's not available through AWS metric stream.
|
1869
|
-
|
1870
|
-
## Example Usage
|
1871
|
-
|
1872
|
-
Leave an integration block empty to use its default configuration. You can also use the full example, including the AWS set up, found in our guides.
|
1873
|
-
|
1874
|
-
```python
|
1875
|
-
import pulumi
|
1876
|
-
import pulumi_newrelic as newrelic
|
1877
|
-
|
1878
|
-
foo = newrelic.cloud.AwsLinkAccount("foo",
|
1879
|
-
arn=newrelic_aws_role["arn"],
|
1880
|
-
metric_collection_mode="PULL",
|
1881
|
-
name="foo")
|
1882
|
-
bar = newrelic.cloud.AwsIntegrations("bar",
|
1883
|
-
linked_account_id=foo.id,
|
1884
|
-
billing={
|
1885
|
-
"metrics_polling_interval": 3600,
|
1886
|
-
},
|
1887
|
-
cloudtrail={
|
1888
|
-
"metrics_polling_interval": 300,
|
1889
|
-
"aws_regions": [
|
1890
|
-
"us-east-1",
|
1891
|
-
"us-east-2",
|
1892
|
-
],
|
1893
|
-
},
|
1894
|
-
health={
|
1895
|
-
"metrics_polling_interval": 300,
|
1896
|
-
},
|
1897
|
-
trusted_advisor={
|
1898
|
-
"metrics_polling_interval": 3600,
|
1899
|
-
},
|
1900
|
-
vpc={
|
1901
|
-
"metrics_polling_interval": 900,
|
1902
|
-
"aws_regions": [
|
1903
|
-
"us-east-1",
|
1904
|
-
"us-east-2",
|
1905
|
-
],
|
1906
|
-
"fetch_nat_gateway": True,
|
1907
|
-
"fetch_vpn": False,
|
1908
|
-
"tag_key": "tag key",
|
1909
|
-
"tag_value": "tag value",
|
1910
|
-
},
|
1911
|
-
x_ray={
|
1912
|
-
"metrics_polling_interval": 300,
|
1913
|
-
"aws_regions": [
|
1914
|
-
"us-east-1",
|
1915
|
-
"us-east-2",
|
1916
|
-
],
|
1917
|
-
},
|
1918
|
-
s3={
|
1919
|
-
"metrics_polling_interval": 3600,
|
1920
|
-
},
|
1921
|
-
doc_db={
|
1922
|
-
"metrics_polling_interval": 300,
|
1923
|
-
},
|
1924
|
-
sqs={
|
1925
|
-
"fetch_extended_inventory": True,
|
1926
|
-
"fetch_tags": True,
|
1927
|
-
"queue_prefixes": ["queue prefix"],
|
1928
|
-
"metrics_polling_interval": 300,
|
1929
|
-
"aws_regions": ["us-east-1"],
|
1930
|
-
"tag_key": "tag key",
|
1931
|
-
"tag_value": "tag value",
|
1932
|
-
},
|
1933
|
-
ebs={
|
1934
|
-
"metrics_polling_interval": 900,
|
1935
|
-
"fetch_extended_inventory": True,
|
1936
|
-
"aws_regions": ["us-east-1"],
|
1937
|
-
"tag_key": "tag key",
|
1938
|
-
"tag_value": "tag value",
|
1939
|
-
},
|
1940
|
-
alb={
|
1941
|
-
"fetch_extended_inventory": True,
|
1942
|
-
"fetch_tags": True,
|
1943
|
-
"load_balancer_prefixes": ["load balancer prefix"],
|
1944
|
-
"metrics_polling_interval": 300,
|
1945
|
-
"aws_regions": ["us-east-1"],
|
1946
|
-
"tag_key": "tag key",
|
1947
|
-
"tag_value": "tag value",
|
1948
|
-
},
|
1949
|
-
elasticache={
|
1950
|
-
"aws_regions": ["us-east-1"],
|
1951
|
-
"fetch_tags": True,
|
1952
|
-
"metrics_polling_interval": 300,
|
1953
|
-
"tag_key": "tag key",
|
1954
|
-
"tag_value": "tag value",
|
1955
|
-
},
|
1956
|
-
api_gateway={
|
1957
|
-
"metrics_polling_interval": 300,
|
1958
|
-
"aws_regions": ["us-east-1"],
|
1959
|
-
"stage_prefixes": ["stage prefix"],
|
1960
|
-
"tag_key": "tag key",
|
1961
|
-
"tag_value": "tag value",
|
1962
|
-
},
|
1963
|
-
auto_scaling={
|
1964
|
-
"aws_regions": ["us-east-1"],
|
1965
|
-
"metrics_polling_interval": 300,
|
1966
|
-
},
|
1967
|
-
aws_app_sync={
|
1968
|
-
"aws_regions": ["us-east-1"],
|
1969
|
-
"metrics_polling_interval": 300,
|
1970
|
-
},
|
1971
|
-
aws_athena={
|
1972
|
-
"aws_regions": ["us-east-1"],
|
1973
|
-
"metrics_polling_interval": 300,
|
1974
|
-
},
|
1975
|
-
aws_cognito={
|
1976
|
-
"aws_regions": ["us-east-1"],
|
1977
|
-
"metrics_polling_interval": 300,
|
1978
|
-
},
|
1979
|
-
aws_connect={
|
1980
|
-
"aws_regions": ["us-east-1"],
|
1981
|
-
"metrics_polling_interval": 300,
|
1982
|
-
},
|
1983
|
-
aws_direct_connect={
|
1984
|
-
"aws_regions": ["us-east-1"],
|
1985
|
-
"metrics_polling_interval": 300,
|
1986
|
-
},
|
1987
|
-
aws_fsx={
|
1988
|
-
"aws_regions": ["us-east-1"],
|
1989
|
-
"metrics_polling_interval": 300,
|
1990
|
-
},
|
1991
|
-
aws_glue={
|
1992
|
-
"aws_regions": ["us-east-1"],
|
1993
|
-
"metrics_polling_interval": 300,
|
1994
|
-
},
|
1995
|
-
aws_kinesis_analytics={
|
1996
|
-
"aws_regions": ["us-east-1"],
|
1997
|
-
"metrics_polling_interval": 300,
|
1998
|
-
},
|
1999
|
-
aws_media_convert={
|
2000
|
-
"aws_regions": ["us-east-1"],
|
2001
|
-
"metrics_polling_interval": 300,
|
2002
|
-
},
|
2003
|
-
aws_media_package_vod={
|
2004
|
-
"aws_regions": ["us-east-1"],
|
2005
|
-
"metrics_polling_interval": 300,
|
2006
|
-
},
|
2007
|
-
aws_mq={
|
2008
|
-
"aws_regions": ["us-east-1"],
|
2009
|
-
"metrics_polling_interval": 300,
|
2010
|
-
},
|
2011
|
-
aws_msk={
|
2012
|
-
"aws_regions": ["us-east-1"],
|
2013
|
-
"metrics_polling_interval": 300,
|
2014
|
-
},
|
2015
|
-
aws_neptune={
|
2016
|
-
"aws_regions": ["us-east-1"],
|
2017
|
-
"metrics_polling_interval": 300,
|
2018
|
-
},
|
2019
|
-
aws_qldb={
|
2020
|
-
"aws_regions": ["us-east-1"],
|
2021
|
-
"metrics_polling_interval": 300,
|
2022
|
-
},
|
2023
|
-
aws_route53resolver={
|
2024
|
-
"aws_regions": ["us-east-1"],
|
2025
|
-
"metrics_polling_interval": 300,
|
2026
|
-
},
|
2027
|
-
aws_states={
|
2028
|
-
"aws_regions": ["us-east-1"],
|
2029
|
-
"metrics_polling_interval": 300,
|
2030
|
-
},
|
2031
|
-
aws_transit_gateway={
|
2032
|
-
"aws_regions": ["us-east-1"],
|
2033
|
-
"metrics_polling_interval": 300,
|
2034
|
-
},
|
2035
|
-
aws_waf={
|
2036
|
-
"aws_regions": ["us-east-1"],
|
2037
|
-
"metrics_polling_interval": 300,
|
2038
|
-
},
|
2039
|
-
aws_wafv2={
|
2040
|
-
"aws_regions": ["us-east-1"],
|
2041
|
-
"metrics_polling_interval": 300,
|
2042
|
-
},
|
2043
|
-
cloudfront={
|
2044
|
-
"fetch_lambdas_at_edge": True,
|
2045
|
-
"fetch_tags": True,
|
2046
|
-
"metrics_polling_interval": 300,
|
2047
|
-
"tag_key": "tag key",
|
2048
|
-
"tag_value": "tag value",
|
2049
|
-
},
|
2050
|
-
dynamodb={
|
2051
|
-
"aws_regions": ["us-east-1"],
|
2052
|
-
"fetch_extended_inventory": True,
|
2053
|
-
"fetch_tags": True,
|
2054
|
-
"metrics_polling_interval": 300,
|
2055
|
-
"tag_key": "tag key",
|
2056
|
-
"tag_value": "tag value",
|
2057
|
-
},
|
2058
|
-
ec2={
|
2059
|
-
"aws_regions": ["us-east-1"],
|
2060
|
-
"duplicate_ec2_tags": True,
|
2061
|
-
"fetch_ip_addresses": True,
|
2062
|
-
"metrics_polling_interval": 300,
|
2063
|
-
"tag_key": "tag key",
|
2064
|
-
"tag_value": "tag value",
|
2065
|
-
},
|
2066
|
-
ecs={
|
2067
|
-
"aws_regions": ["us-east-1"],
|
2068
|
-
"fetch_tags": True,
|
2069
|
-
"metrics_polling_interval": 300,
|
2070
|
-
"tag_key": "tag key",
|
2071
|
-
"tag_value": "tag value",
|
2072
|
-
},
|
2073
|
-
efs={
|
2074
|
-
"aws_regions": ["us-east-1"],
|
2075
|
-
"fetch_tags": True,
|
2076
|
-
"metrics_polling_interval": 300,
|
2077
|
-
"tag_key": "tag key",
|
2078
|
-
"tag_value": "tag value",
|
2079
|
-
},
|
2080
|
-
elasticbeanstalk={
|
2081
|
-
"aws_regions": ["us-east-1"],
|
2082
|
-
"fetch_extended_inventory": True,
|
2083
|
-
"fetch_tags": True,
|
2084
|
-
"metrics_polling_interval": 300,
|
2085
|
-
"tag_key": "tag key",
|
2086
|
-
"tag_value": "tag value",
|
2087
|
-
},
|
2088
|
-
elasticsearch={
|
2089
|
-
"aws_regions": ["us-east-1"],
|
2090
|
-
"fetch_nodes": True,
|
2091
|
-
"metrics_polling_interval": 300,
|
2092
|
-
"tag_key": "tag key",
|
2093
|
-
"tag_value": "tag value",
|
2094
|
-
},
|
2095
|
-
elb={
|
2096
|
-
"aws_regions": ["us-east-1"],
|
2097
|
-
"fetch_extended_inventory": True,
|
2098
|
-
"fetch_tags": True,
|
2099
|
-
"metrics_polling_interval": 300,
|
2100
|
-
},
|
2101
|
-
emr={
|
2102
|
-
"aws_regions": ["us-east-1"],
|
2103
|
-
"fetch_tags": True,
|
2104
|
-
"metrics_polling_interval": 300,
|
2105
|
-
"tag_key": "tag key",
|
2106
|
-
"tag_value": "tag value",
|
2107
|
-
},
|
2108
|
-
iam={
|
2109
|
-
"metrics_polling_interval": 300,
|
2110
|
-
"tag_key": "tag key",
|
2111
|
-
"tag_value": "tag value",
|
2112
|
-
},
|
2113
|
-
iot={
|
2114
|
-
"aws_regions": ["us-east-1"],
|
2115
|
-
"metrics_polling_interval": 300,
|
2116
|
-
},
|
2117
|
-
kinesis={
|
2118
|
-
"aws_regions": ["us-east-1"],
|
2119
|
-
"fetch_shards": True,
|
2120
|
-
"fetch_tags": True,
|
2121
|
-
"metrics_polling_interval": 900,
|
2122
|
-
"tag_key": "tag key",
|
2123
|
-
"tag_value": "tag value",
|
2124
|
-
},
|
2125
|
-
kinesis_firehose={
|
2126
|
-
"aws_regions": ["us-east-1"],
|
2127
|
-
"metrics_polling_interval": 300,
|
2128
|
-
},
|
2129
|
-
lambda_={
|
2130
|
-
"aws_regions": ["us-east-1"],
|
2131
|
-
"fetch_tags": True,
|
2132
|
-
"metrics_polling_interval": 300,
|
2133
|
-
"tag_key": "tag key",
|
2134
|
-
"tag_value": "tag value",
|
2135
|
-
},
|
2136
|
-
rds={
|
2137
|
-
"aws_regions": ["us-east-1"],
|
2138
|
-
"fetch_tags": True,
|
2139
|
-
"metrics_polling_interval": 300,
|
2140
|
-
"tag_key": "tag key",
|
2141
|
-
"tag_value": "tag value",
|
2142
|
-
},
|
2143
|
-
redshift={
|
2144
|
-
"aws_regions": ["us-east-1"],
|
2145
|
-
"metrics_polling_interval": 300,
|
2146
|
-
"tag_key": "tag key",
|
2147
|
-
"tag_value": "tag value",
|
2148
|
-
},
|
2149
|
-
route53={
|
2150
|
-
"fetch_extended_inventory": True,
|
2151
|
-
"metrics_polling_interval": 300,
|
2152
|
-
},
|
2153
|
-
ses={
|
2154
|
-
"aws_regions": ["us-east-1"],
|
2155
|
-
"metrics_polling_interval": 300,
|
2156
|
-
},
|
2157
|
-
sns={
|
2158
|
-
"aws_regions": ["us-east-1"],
|
2159
|
-
"fetch_extended_inventory": True,
|
2160
|
-
"metrics_polling_interval": 300,
|
2161
|
-
})
|
2162
|
-
```
|
2163
|
-
|
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
1820
|
## Import
|
2227
1821
|
|
2228
1822
|
Linked AWS account integrations can be imported using the `id`, e.g.
|
@@ -2236,69 +1830,59 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2236
1830
|
:param str resource_name: The name of the resource.
|
2237
1831
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
2238
1832
|
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
2239
|
-
:param pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']] alb:
|
2240
|
-
:param pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']] api_gateway:
|
2241
|
-
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling:
|
2242
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync:
|
2243
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena:
|
2244
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito:
|
2245
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect:
|
2246
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect:
|
2247
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']] aws_fsx:
|
2248
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']] aws_glue:
|
2249
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']] aws_kinesis_analytics:
|
2250
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']] aws_media_convert:
|
2251
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']] aws_media_package_vod:
|
2252
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']] aws_mq:
|
2253
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']] aws_msk:
|
2254
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']] aws_neptune:
|
2255
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']] aws_qldb:
|
2256
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']] aws_route53resolver:
|
1833
|
+
:param pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']] alb: ALB integration
|
1834
|
+
:param pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']] api_gateway: API Gateway integration
|
1835
|
+
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling: AutoScaling integration
|
1836
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync: Aws Appsync integration
|
1837
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena: Aws Athena integration
|
1838
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito: Aws Cognito integration
|
1839
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect: Aws Connect integration
|
1840
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect: Aws Direct Connect integration
|
1841
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']] aws_fsx: Aws Fsx integration
|
1842
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']] aws_glue: Aws Glue integration
|
1843
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
1844
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']] aws_media_convert: Aws Media Convert integration
|
1845
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']] aws_media_package_vod: Aws Media PackageVod integration
|
1846
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']] aws_mq: Aws Mq integration
|
1847
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']] aws_msk: Aws Msk integration
|
1848
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']] aws_neptune: Aws Neptune integration
|
1849
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']] aws_qldb: Aws Qldb integration
|
1850
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']] aws_route53resolver: Aws Route53resolver integration
|
2257
1851
|
:param pulumi.Input[Union['AwsIntegrationsAwsStatesArgs', 'AwsIntegrationsAwsStatesArgsDict']] aws_states: Aws states integration
|
2258
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']] aws_transit_gateway:
|
2259
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']] aws_waf:
|
2260
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']] aws_wafv2:
|
2261
|
-
:param pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']] billing:
|
2262
|
-
:param pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']] cloudfront:
|
2263
|
-
:param pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']] cloudtrail:
|
2264
|
-
:param pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']] doc_db:
|
2265
|
-
:param pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']] dynamodb:
|
2266
|
-
:param pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']] ebs:
|
2267
|
-
:param pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']] ec2:
|
2268
|
-
:param pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']] ecs:
|
2269
|
-
:param pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']] efs:
|
2270
|
-
:param pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']] elasticache:
|
2271
|
-
:param pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']] elasticbeanstalk:
|
2272
|
-
:param pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']] elasticsearch:
|
2273
|
-
:param pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']] elb:
|
2274
|
-
:param pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']] emr:
|
2275
|
-
:param pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']] health:
|
2276
|
-
:param pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']] iam:
|
2277
|
-
:param pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']] iot:
|
2278
|
-
:param pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']] kinesis:
|
2279
|
-
|
2280
|
-
|
2281
|
-
:param pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
|
2282
|
-
:param pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']] lambda_: AWS Lambda. See Integration blocks below for details.
|
1852
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']] aws_transit_gateway: Aws Transit Gateway integration
|
1853
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']] aws_waf: Aws Waf integration
|
1854
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']] aws_wafv2: Aws Wafv2 integration
|
1855
|
+
:param pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']] billing: Billing integration
|
1856
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']] cloudfront: Cloudfront integration
|
1857
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']] cloudtrail: CloudTrail integration
|
1858
|
+
:param pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']] doc_db: Doc DB integration
|
1859
|
+
:param pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']] dynamodb: Dynamo DB integration
|
1860
|
+
:param pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']] ebs: EBS integration
|
1861
|
+
:param pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']] ec2: Ec2 integration
|
1862
|
+
:param pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']] ecs: Ecs integration
|
1863
|
+
:param pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']] efs: Efs integration
|
1864
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']] elasticache: Elasticache integration
|
1865
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']] elasticbeanstalk: Elastic Bean Stalk integration
|
1866
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']] elasticsearch: Elastic Search integration
|
1867
|
+
:param pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']] elb: Elb integration
|
1868
|
+
:param pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']] emr: Emr integration
|
1869
|
+
:param pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']] health: Health integration
|
1870
|
+
:param pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']] iam: Iam integration
|
1871
|
+
:param pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']] iot: Iot integration
|
1872
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']] kinesis: Kinesis integration
|
1873
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']] kinesis_firehose: Kinesis Firehose integration
|
1874
|
+
:param pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']] lambda_: Lambda integration
|
2283
1875
|
:param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
|
2284
|
-
|
2285
|
-
|
2286
|
-
|
2287
|
-
:param pulumi.Input[Union['
|
2288
|
-
:param pulumi.Input[Union['
|
2289
|
-
:param pulumi.Input[Union['
|
2290
|
-
:param pulumi.Input[Union['
|
2291
|
-
:param pulumi.Input[Union['
|
2292
|
-
:param pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']] sns: AWS SNS. See Integration blocks below for details.
|
2293
|
-
:param pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']] sqs: AWS SQS. See Integration blocks below for details.
|
2294
|
-
:param pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']] trusted_advisor: AWS Trusted Advisor. See Integration blocks below for details.
|
2295
|
-
|
2296
|
-
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.**
|
1876
|
+
:param pulumi.Input[Union['AwsIntegrationsRdsArgs', 'AwsIntegrationsRdsArgsDict']] rds: Rds integration
|
1877
|
+
:param pulumi.Input[Union['AwsIntegrationsRedshiftArgs', 'AwsIntegrationsRedshiftArgsDict']] redshift: Redshift integration
|
1878
|
+
:param pulumi.Input[Union['AwsIntegrationsRoute53Args', 'AwsIntegrationsRoute53ArgsDict']] route53: Route53 integration
|
1879
|
+
:param pulumi.Input[Union['AwsIntegrationsS3Args', 'AwsIntegrationsS3ArgsDict']] s3: S3 integration
|
1880
|
+
:param pulumi.Input[Union['AwsIntegrationsSesArgs', 'AwsIntegrationsSesArgsDict']] ses: Ses integration
|
1881
|
+
:param pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']] sns: Sns integration
|
1882
|
+
:param pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']] sqs: SQS integration
|
1883
|
+
:param pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']] trusted_advisor: Trusted Advisor integration
|
2297
1884
|
:param pulumi.Input[Union['AwsIntegrationsVpcArgs', 'AwsIntegrationsVpcArgsDict']] vpc: VPC integration
|
2298
|
-
:param pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']] 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.
|
1885
|
+
:param pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']] x_ray: X-Ray integration
|
2302
1886
|
"""
|
2303
1887
|
...
|
2304
1888
|
@overload
|
@@ -2307,372 +1891,6 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2307
1891
|
args: AwsIntegrationsArgs,
|
2308
1892
|
opts: Optional[pulumi.ResourceOptions] = None):
|
2309
1893
|
"""
|
2310
|
-
Use this resource to integrate AWS services with New Relic.
|
2311
|
-
|
2312
|
-
## Prerequisite
|
2313
|
-
|
2314
|
-
Setup is required for this resource to work properly. This resource assumes you have linked an AWS account to New Relic and configured it to push metrics using CloudWatch Metric Streams.
|
2315
|
-
|
2316
|
-
New Relic doesn't automatically receive metrics from AWS for some services so this resource can be used to configure integrations to those services.
|
2317
|
-
|
2318
|
-
Using a metric stream to New Relic is the preferred way to integrate with AWS. Follow the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-metric-stream/#set-up-metric-stream) to set up a metric stream. This resource supports any integration that's not available through AWS metric stream.
|
2319
|
-
|
2320
|
-
## Example Usage
|
2321
|
-
|
2322
|
-
Leave an integration block empty to use its default configuration. You can also use the full example, including the AWS set up, found in our guides.
|
2323
|
-
|
2324
|
-
```python
|
2325
|
-
import pulumi
|
2326
|
-
import pulumi_newrelic as newrelic
|
2327
|
-
|
2328
|
-
foo = newrelic.cloud.AwsLinkAccount("foo",
|
2329
|
-
arn=newrelic_aws_role["arn"],
|
2330
|
-
metric_collection_mode="PULL",
|
2331
|
-
name="foo")
|
2332
|
-
bar = newrelic.cloud.AwsIntegrations("bar",
|
2333
|
-
linked_account_id=foo.id,
|
2334
|
-
billing={
|
2335
|
-
"metrics_polling_interval": 3600,
|
2336
|
-
},
|
2337
|
-
cloudtrail={
|
2338
|
-
"metrics_polling_interval": 300,
|
2339
|
-
"aws_regions": [
|
2340
|
-
"us-east-1",
|
2341
|
-
"us-east-2",
|
2342
|
-
],
|
2343
|
-
},
|
2344
|
-
health={
|
2345
|
-
"metrics_polling_interval": 300,
|
2346
|
-
},
|
2347
|
-
trusted_advisor={
|
2348
|
-
"metrics_polling_interval": 3600,
|
2349
|
-
},
|
2350
|
-
vpc={
|
2351
|
-
"metrics_polling_interval": 900,
|
2352
|
-
"aws_regions": [
|
2353
|
-
"us-east-1",
|
2354
|
-
"us-east-2",
|
2355
|
-
],
|
2356
|
-
"fetch_nat_gateway": True,
|
2357
|
-
"fetch_vpn": False,
|
2358
|
-
"tag_key": "tag key",
|
2359
|
-
"tag_value": "tag value",
|
2360
|
-
},
|
2361
|
-
x_ray={
|
2362
|
-
"metrics_polling_interval": 300,
|
2363
|
-
"aws_regions": [
|
2364
|
-
"us-east-1",
|
2365
|
-
"us-east-2",
|
2366
|
-
],
|
2367
|
-
},
|
2368
|
-
s3={
|
2369
|
-
"metrics_polling_interval": 3600,
|
2370
|
-
},
|
2371
|
-
doc_db={
|
2372
|
-
"metrics_polling_interval": 300,
|
2373
|
-
},
|
2374
|
-
sqs={
|
2375
|
-
"fetch_extended_inventory": True,
|
2376
|
-
"fetch_tags": True,
|
2377
|
-
"queue_prefixes": ["queue prefix"],
|
2378
|
-
"metrics_polling_interval": 300,
|
2379
|
-
"aws_regions": ["us-east-1"],
|
2380
|
-
"tag_key": "tag key",
|
2381
|
-
"tag_value": "tag value",
|
2382
|
-
},
|
2383
|
-
ebs={
|
2384
|
-
"metrics_polling_interval": 900,
|
2385
|
-
"fetch_extended_inventory": True,
|
2386
|
-
"aws_regions": ["us-east-1"],
|
2387
|
-
"tag_key": "tag key",
|
2388
|
-
"tag_value": "tag value",
|
2389
|
-
},
|
2390
|
-
alb={
|
2391
|
-
"fetch_extended_inventory": True,
|
2392
|
-
"fetch_tags": True,
|
2393
|
-
"load_balancer_prefixes": ["load balancer prefix"],
|
2394
|
-
"metrics_polling_interval": 300,
|
2395
|
-
"aws_regions": ["us-east-1"],
|
2396
|
-
"tag_key": "tag key",
|
2397
|
-
"tag_value": "tag value",
|
2398
|
-
},
|
2399
|
-
elasticache={
|
2400
|
-
"aws_regions": ["us-east-1"],
|
2401
|
-
"fetch_tags": True,
|
2402
|
-
"metrics_polling_interval": 300,
|
2403
|
-
"tag_key": "tag key",
|
2404
|
-
"tag_value": "tag value",
|
2405
|
-
},
|
2406
|
-
api_gateway={
|
2407
|
-
"metrics_polling_interval": 300,
|
2408
|
-
"aws_regions": ["us-east-1"],
|
2409
|
-
"stage_prefixes": ["stage prefix"],
|
2410
|
-
"tag_key": "tag key",
|
2411
|
-
"tag_value": "tag value",
|
2412
|
-
},
|
2413
|
-
auto_scaling={
|
2414
|
-
"aws_regions": ["us-east-1"],
|
2415
|
-
"metrics_polling_interval": 300,
|
2416
|
-
},
|
2417
|
-
aws_app_sync={
|
2418
|
-
"aws_regions": ["us-east-1"],
|
2419
|
-
"metrics_polling_interval": 300,
|
2420
|
-
},
|
2421
|
-
aws_athena={
|
2422
|
-
"aws_regions": ["us-east-1"],
|
2423
|
-
"metrics_polling_interval": 300,
|
2424
|
-
},
|
2425
|
-
aws_cognito={
|
2426
|
-
"aws_regions": ["us-east-1"],
|
2427
|
-
"metrics_polling_interval": 300,
|
2428
|
-
},
|
2429
|
-
aws_connect={
|
2430
|
-
"aws_regions": ["us-east-1"],
|
2431
|
-
"metrics_polling_interval": 300,
|
2432
|
-
},
|
2433
|
-
aws_direct_connect={
|
2434
|
-
"aws_regions": ["us-east-1"],
|
2435
|
-
"metrics_polling_interval": 300,
|
2436
|
-
},
|
2437
|
-
aws_fsx={
|
2438
|
-
"aws_regions": ["us-east-1"],
|
2439
|
-
"metrics_polling_interval": 300,
|
2440
|
-
},
|
2441
|
-
aws_glue={
|
2442
|
-
"aws_regions": ["us-east-1"],
|
2443
|
-
"metrics_polling_interval": 300,
|
2444
|
-
},
|
2445
|
-
aws_kinesis_analytics={
|
2446
|
-
"aws_regions": ["us-east-1"],
|
2447
|
-
"metrics_polling_interval": 300,
|
2448
|
-
},
|
2449
|
-
aws_media_convert={
|
2450
|
-
"aws_regions": ["us-east-1"],
|
2451
|
-
"metrics_polling_interval": 300,
|
2452
|
-
},
|
2453
|
-
aws_media_package_vod={
|
2454
|
-
"aws_regions": ["us-east-1"],
|
2455
|
-
"metrics_polling_interval": 300,
|
2456
|
-
},
|
2457
|
-
aws_mq={
|
2458
|
-
"aws_regions": ["us-east-1"],
|
2459
|
-
"metrics_polling_interval": 300,
|
2460
|
-
},
|
2461
|
-
aws_msk={
|
2462
|
-
"aws_regions": ["us-east-1"],
|
2463
|
-
"metrics_polling_interval": 300,
|
2464
|
-
},
|
2465
|
-
aws_neptune={
|
2466
|
-
"aws_regions": ["us-east-1"],
|
2467
|
-
"metrics_polling_interval": 300,
|
2468
|
-
},
|
2469
|
-
aws_qldb={
|
2470
|
-
"aws_regions": ["us-east-1"],
|
2471
|
-
"metrics_polling_interval": 300,
|
2472
|
-
},
|
2473
|
-
aws_route53resolver={
|
2474
|
-
"aws_regions": ["us-east-1"],
|
2475
|
-
"metrics_polling_interval": 300,
|
2476
|
-
},
|
2477
|
-
aws_states={
|
2478
|
-
"aws_regions": ["us-east-1"],
|
2479
|
-
"metrics_polling_interval": 300,
|
2480
|
-
},
|
2481
|
-
aws_transit_gateway={
|
2482
|
-
"aws_regions": ["us-east-1"],
|
2483
|
-
"metrics_polling_interval": 300,
|
2484
|
-
},
|
2485
|
-
aws_waf={
|
2486
|
-
"aws_regions": ["us-east-1"],
|
2487
|
-
"metrics_polling_interval": 300,
|
2488
|
-
},
|
2489
|
-
aws_wafv2={
|
2490
|
-
"aws_regions": ["us-east-1"],
|
2491
|
-
"metrics_polling_interval": 300,
|
2492
|
-
},
|
2493
|
-
cloudfront={
|
2494
|
-
"fetch_lambdas_at_edge": True,
|
2495
|
-
"fetch_tags": True,
|
2496
|
-
"metrics_polling_interval": 300,
|
2497
|
-
"tag_key": "tag key",
|
2498
|
-
"tag_value": "tag value",
|
2499
|
-
},
|
2500
|
-
dynamodb={
|
2501
|
-
"aws_regions": ["us-east-1"],
|
2502
|
-
"fetch_extended_inventory": True,
|
2503
|
-
"fetch_tags": True,
|
2504
|
-
"metrics_polling_interval": 300,
|
2505
|
-
"tag_key": "tag key",
|
2506
|
-
"tag_value": "tag value",
|
2507
|
-
},
|
2508
|
-
ec2={
|
2509
|
-
"aws_regions": ["us-east-1"],
|
2510
|
-
"duplicate_ec2_tags": True,
|
2511
|
-
"fetch_ip_addresses": True,
|
2512
|
-
"metrics_polling_interval": 300,
|
2513
|
-
"tag_key": "tag key",
|
2514
|
-
"tag_value": "tag value",
|
2515
|
-
},
|
2516
|
-
ecs={
|
2517
|
-
"aws_regions": ["us-east-1"],
|
2518
|
-
"fetch_tags": True,
|
2519
|
-
"metrics_polling_interval": 300,
|
2520
|
-
"tag_key": "tag key",
|
2521
|
-
"tag_value": "tag value",
|
2522
|
-
},
|
2523
|
-
efs={
|
2524
|
-
"aws_regions": ["us-east-1"],
|
2525
|
-
"fetch_tags": True,
|
2526
|
-
"metrics_polling_interval": 300,
|
2527
|
-
"tag_key": "tag key",
|
2528
|
-
"tag_value": "tag value",
|
2529
|
-
},
|
2530
|
-
elasticbeanstalk={
|
2531
|
-
"aws_regions": ["us-east-1"],
|
2532
|
-
"fetch_extended_inventory": True,
|
2533
|
-
"fetch_tags": True,
|
2534
|
-
"metrics_polling_interval": 300,
|
2535
|
-
"tag_key": "tag key",
|
2536
|
-
"tag_value": "tag value",
|
2537
|
-
},
|
2538
|
-
elasticsearch={
|
2539
|
-
"aws_regions": ["us-east-1"],
|
2540
|
-
"fetch_nodes": True,
|
2541
|
-
"metrics_polling_interval": 300,
|
2542
|
-
"tag_key": "tag key",
|
2543
|
-
"tag_value": "tag value",
|
2544
|
-
},
|
2545
|
-
elb={
|
2546
|
-
"aws_regions": ["us-east-1"],
|
2547
|
-
"fetch_extended_inventory": True,
|
2548
|
-
"fetch_tags": True,
|
2549
|
-
"metrics_polling_interval": 300,
|
2550
|
-
},
|
2551
|
-
emr={
|
2552
|
-
"aws_regions": ["us-east-1"],
|
2553
|
-
"fetch_tags": True,
|
2554
|
-
"metrics_polling_interval": 300,
|
2555
|
-
"tag_key": "tag key",
|
2556
|
-
"tag_value": "tag value",
|
2557
|
-
},
|
2558
|
-
iam={
|
2559
|
-
"metrics_polling_interval": 300,
|
2560
|
-
"tag_key": "tag key",
|
2561
|
-
"tag_value": "tag value",
|
2562
|
-
},
|
2563
|
-
iot={
|
2564
|
-
"aws_regions": ["us-east-1"],
|
2565
|
-
"metrics_polling_interval": 300,
|
2566
|
-
},
|
2567
|
-
kinesis={
|
2568
|
-
"aws_regions": ["us-east-1"],
|
2569
|
-
"fetch_shards": True,
|
2570
|
-
"fetch_tags": True,
|
2571
|
-
"metrics_polling_interval": 900,
|
2572
|
-
"tag_key": "tag key",
|
2573
|
-
"tag_value": "tag value",
|
2574
|
-
},
|
2575
|
-
kinesis_firehose={
|
2576
|
-
"aws_regions": ["us-east-1"],
|
2577
|
-
"metrics_polling_interval": 300,
|
2578
|
-
},
|
2579
|
-
lambda_={
|
2580
|
-
"aws_regions": ["us-east-1"],
|
2581
|
-
"fetch_tags": True,
|
2582
|
-
"metrics_polling_interval": 300,
|
2583
|
-
"tag_key": "tag key",
|
2584
|
-
"tag_value": "tag value",
|
2585
|
-
},
|
2586
|
-
rds={
|
2587
|
-
"aws_regions": ["us-east-1"],
|
2588
|
-
"fetch_tags": True,
|
2589
|
-
"metrics_polling_interval": 300,
|
2590
|
-
"tag_key": "tag key",
|
2591
|
-
"tag_value": "tag value",
|
2592
|
-
},
|
2593
|
-
redshift={
|
2594
|
-
"aws_regions": ["us-east-1"],
|
2595
|
-
"metrics_polling_interval": 300,
|
2596
|
-
"tag_key": "tag key",
|
2597
|
-
"tag_value": "tag value",
|
2598
|
-
},
|
2599
|
-
route53={
|
2600
|
-
"fetch_extended_inventory": True,
|
2601
|
-
"metrics_polling_interval": 300,
|
2602
|
-
},
|
2603
|
-
ses={
|
2604
|
-
"aws_regions": ["us-east-1"],
|
2605
|
-
"metrics_polling_interval": 300,
|
2606
|
-
},
|
2607
|
-
sns={
|
2608
|
-
"aws_regions": ["us-east-1"],
|
2609
|
-
"fetch_extended_inventory": True,
|
2610
|
-
"metrics_polling_interval": 300,
|
2611
|
-
})
|
2612
|
-
```
|
2613
|
-
|
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
1894
|
## Import
|
2677
1895
|
|
2678
1896
|
Linked AWS account integrations can be imported using the `id`, e.g.
|
@@ -2889,69 +2107,59 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
2889
2107
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
2890
2108
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
2891
2109
|
:param pulumi.Input[str] account_id: The New Relic account ID to operate on. This allows the user to override the `account_id` attribute set on the provider. Defaults to the environment variable `NEW_RELIC_ACCOUNT_ID`.
|
2892
|
-
:param pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']] alb:
|
2893
|
-
:param pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']] api_gateway:
|
2894
|
-
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling:
|
2895
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync:
|
2896
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena:
|
2897
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito:
|
2898
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect:
|
2899
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect:
|
2900
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']] aws_fsx:
|
2901
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']] aws_glue:
|
2902
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']] aws_kinesis_analytics:
|
2903
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']] aws_media_convert:
|
2904
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']] aws_media_package_vod:
|
2905
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']] aws_mq:
|
2906
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']] aws_msk:
|
2907
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']] aws_neptune:
|
2908
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']] aws_qldb:
|
2909
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']] aws_route53resolver:
|
2110
|
+
:param pulumi.Input[Union['AwsIntegrationsAlbArgs', 'AwsIntegrationsAlbArgsDict']] alb: ALB integration
|
2111
|
+
:param pulumi.Input[Union['AwsIntegrationsApiGatewayArgs', 'AwsIntegrationsApiGatewayArgsDict']] api_gateway: API Gateway integration
|
2112
|
+
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling: AutoScaling integration
|
2113
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync: Aws Appsync integration
|
2114
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena: Aws Athena integration
|
2115
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito: Aws Cognito integration
|
2116
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect: Aws Connect integration
|
2117
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect: Aws Direct Connect integration
|
2118
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsFsxArgs', 'AwsIntegrationsAwsFsxArgsDict']] aws_fsx: Aws Fsx integration
|
2119
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsGlueArgs', 'AwsIntegrationsAwsGlueArgsDict']] aws_glue: Aws Glue integration
|
2120
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsKinesisAnalyticsArgs', 'AwsIntegrationsAwsKinesisAnalyticsArgsDict']] aws_kinesis_analytics: Aws Kinesis Analytics integration
|
2121
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaConvertArgs', 'AwsIntegrationsAwsMediaConvertArgsDict']] aws_media_convert: Aws Media Convert integration
|
2122
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMediaPackageVodArgs', 'AwsIntegrationsAwsMediaPackageVodArgsDict']] aws_media_package_vod: Aws Media PackageVod integration
|
2123
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMqArgs', 'AwsIntegrationsAwsMqArgsDict']] aws_mq: Aws Mq integration
|
2124
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsMskArgs', 'AwsIntegrationsAwsMskArgsDict']] aws_msk: Aws Msk integration
|
2125
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsNeptuneArgs', 'AwsIntegrationsAwsNeptuneArgsDict']] aws_neptune: Aws Neptune integration
|
2126
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsQldbArgs', 'AwsIntegrationsAwsQldbArgsDict']] aws_qldb: Aws Qldb integration
|
2127
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsRoute53resolverArgs', 'AwsIntegrationsAwsRoute53resolverArgsDict']] aws_route53resolver: Aws Route53resolver integration
|
2910
2128
|
:param pulumi.Input[Union['AwsIntegrationsAwsStatesArgs', 'AwsIntegrationsAwsStatesArgsDict']] aws_states: Aws states integration
|
2911
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']] aws_transit_gateway:
|
2912
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']] aws_waf:
|
2913
|
-
:param pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']] aws_wafv2:
|
2914
|
-
:param pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']] billing:
|
2915
|
-
:param pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']] cloudfront:
|
2916
|
-
:param pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']] cloudtrail:
|
2917
|
-
:param pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']] doc_db:
|
2918
|
-
:param pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']] dynamodb:
|
2919
|
-
:param pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']] ebs:
|
2920
|
-
:param pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']] ec2:
|
2921
|
-
:param pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']] ecs:
|
2922
|
-
:param pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']] efs:
|
2923
|
-
:param pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']] elasticache:
|
2924
|
-
:param pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']] elasticbeanstalk:
|
2925
|
-
:param pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']] elasticsearch:
|
2926
|
-
:param pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']] elb:
|
2927
|
-
:param pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']] emr:
|
2928
|
-
:param pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']] health:
|
2929
|
-
:param pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']] iam:
|
2930
|
-
:param pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']] iot:
|
2931
|
-
:param pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']] kinesis:
|
2932
|
-
|
2933
|
-
|
2934
|
-
:param pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']] kinesis_firehose: Amazon Kinesis Data Firehose. See Integration blocks below for details.
|
2935
|
-
:param pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']] lambda_: AWS Lambda. See Integration blocks below for details.
|
2129
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsTransitGatewayArgs', 'AwsIntegrationsAwsTransitGatewayArgsDict']] aws_transit_gateway: Aws Transit Gateway integration
|
2130
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafArgs', 'AwsIntegrationsAwsWafArgsDict']] aws_waf: Aws Waf integration
|
2131
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsWafv2Args', 'AwsIntegrationsAwsWafv2ArgsDict']] aws_wafv2: Aws Wafv2 integration
|
2132
|
+
:param pulumi.Input[Union['AwsIntegrationsBillingArgs', 'AwsIntegrationsBillingArgsDict']] billing: Billing integration
|
2133
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudfrontArgs', 'AwsIntegrationsCloudfrontArgsDict']] cloudfront: Cloudfront integration
|
2134
|
+
:param pulumi.Input[Union['AwsIntegrationsCloudtrailArgs', 'AwsIntegrationsCloudtrailArgsDict']] cloudtrail: CloudTrail integration
|
2135
|
+
:param pulumi.Input[Union['AwsIntegrationsDocDbArgs', 'AwsIntegrationsDocDbArgsDict']] doc_db: Doc DB integration
|
2136
|
+
:param pulumi.Input[Union['AwsIntegrationsDynamodbArgs', 'AwsIntegrationsDynamodbArgsDict']] dynamodb: Dynamo DB integration
|
2137
|
+
:param pulumi.Input[Union['AwsIntegrationsEbsArgs', 'AwsIntegrationsEbsArgsDict']] ebs: EBS integration
|
2138
|
+
:param pulumi.Input[Union['AwsIntegrationsEc2Args', 'AwsIntegrationsEc2ArgsDict']] ec2: Ec2 integration
|
2139
|
+
:param pulumi.Input[Union['AwsIntegrationsEcsArgs', 'AwsIntegrationsEcsArgsDict']] ecs: Ecs integration
|
2140
|
+
:param pulumi.Input[Union['AwsIntegrationsEfsArgs', 'AwsIntegrationsEfsArgsDict']] efs: Efs integration
|
2141
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticacheArgs', 'AwsIntegrationsElasticacheArgsDict']] elasticache: Elasticache integration
|
2142
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticbeanstalkArgs', 'AwsIntegrationsElasticbeanstalkArgsDict']] elasticbeanstalk: Elastic Bean Stalk integration
|
2143
|
+
:param pulumi.Input[Union['AwsIntegrationsElasticsearchArgs', 'AwsIntegrationsElasticsearchArgsDict']] elasticsearch: Elastic Search integration
|
2144
|
+
:param pulumi.Input[Union['AwsIntegrationsElbArgs', 'AwsIntegrationsElbArgsDict']] elb: Elb integration
|
2145
|
+
:param pulumi.Input[Union['AwsIntegrationsEmrArgs', 'AwsIntegrationsEmrArgsDict']] emr: Emr integration
|
2146
|
+
:param pulumi.Input[Union['AwsIntegrationsHealthArgs', 'AwsIntegrationsHealthArgsDict']] health: Health integration
|
2147
|
+
:param pulumi.Input[Union['AwsIntegrationsIamArgs', 'AwsIntegrationsIamArgsDict']] iam: Iam integration
|
2148
|
+
:param pulumi.Input[Union['AwsIntegrationsIotArgs', 'AwsIntegrationsIotArgsDict']] iot: Iot integration
|
2149
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisArgs', 'AwsIntegrationsKinesisArgsDict']] kinesis: Kinesis integration
|
2150
|
+
:param pulumi.Input[Union['AwsIntegrationsKinesisFirehoseArgs', 'AwsIntegrationsKinesisFirehoseArgsDict']] kinesis_firehose: Kinesis Firehose integration
|
2151
|
+
:param pulumi.Input[Union['AwsIntegrationsLambdaArgs', 'AwsIntegrationsLambdaArgsDict']] lambda_: Lambda integration
|
2936
2152
|
:param pulumi.Input[str] linked_account_id: The ID of the linked AWS account in New Relic.
|
2937
|
-
|
2938
|
-
|
2939
|
-
|
2940
|
-
:param pulumi.Input[Union['
|
2941
|
-
:param pulumi.Input[Union['
|
2942
|
-
:param pulumi.Input[Union['
|
2943
|
-
:param pulumi.Input[Union['
|
2944
|
-
:param pulumi.Input[Union['
|
2945
|
-
:param pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']] sns: AWS SNS. See Integration blocks below for details.
|
2946
|
-
:param pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']] sqs: AWS SQS. See Integration blocks below for details.
|
2947
|
-
:param pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']] trusted_advisor: AWS Trusted Advisor. See Integration blocks below for details.
|
2948
|
-
|
2949
|
-
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.**
|
2153
|
+
:param pulumi.Input[Union['AwsIntegrationsRdsArgs', 'AwsIntegrationsRdsArgsDict']] rds: Rds integration
|
2154
|
+
:param pulumi.Input[Union['AwsIntegrationsRedshiftArgs', 'AwsIntegrationsRedshiftArgsDict']] redshift: Redshift integration
|
2155
|
+
:param pulumi.Input[Union['AwsIntegrationsRoute53Args', 'AwsIntegrationsRoute53ArgsDict']] route53: Route53 integration
|
2156
|
+
:param pulumi.Input[Union['AwsIntegrationsS3Args', 'AwsIntegrationsS3ArgsDict']] s3: S3 integration
|
2157
|
+
:param pulumi.Input[Union['AwsIntegrationsSesArgs', 'AwsIntegrationsSesArgsDict']] ses: Ses integration
|
2158
|
+
:param pulumi.Input[Union['AwsIntegrationsSnsArgs', 'AwsIntegrationsSnsArgsDict']] sns: Sns integration
|
2159
|
+
:param pulumi.Input[Union['AwsIntegrationsSqsArgs', 'AwsIntegrationsSqsArgsDict']] sqs: SQS integration
|
2160
|
+
:param pulumi.Input[Union['AwsIntegrationsTrustedAdvisorArgs', 'AwsIntegrationsTrustedAdvisorArgsDict']] trusted_advisor: Trusted Advisor integration
|
2950
2161
|
:param pulumi.Input[Union['AwsIntegrationsVpcArgs', 'AwsIntegrationsVpcArgsDict']] vpc: VPC integration
|
2951
|
-
:param pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']] 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.
|
2162
|
+
:param pulumi.Input[Union['AwsIntegrationsXRayArgs', 'AwsIntegrationsXRayArgsDict']] x_ray: X-Ray integration
|
2955
2163
|
"""
|
2956
2164
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
2957
2165
|
|
@@ -3025,7 +2233,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3025
2233
|
@pulumi.getter
|
3026
2234
|
def alb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAlb']]:
|
3027
2235
|
"""
|
3028
|
-
|
2236
|
+
ALB integration
|
3029
2237
|
"""
|
3030
2238
|
return pulumi.get(self, "alb")
|
3031
2239
|
|
@@ -3033,7 +2241,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3033
2241
|
@pulumi.getter(name="apiGateway")
|
3034
2242
|
def api_gateway(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsApiGateway']]:
|
3035
2243
|
"""
|
3036
|
-
|
2244
|
+
API Gateway integration
|
3037
2245
|
"""
|
3038
2246
|
return pulumi.get(self, "api_gateway")
|
3039
2247
|
|
@@ -3041,7 +2249,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3041
2249
|
@pulumi.getter(name="autoScaling")
|
3042
2250
|
def auto_scaling(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAutoScaling']]:
|
3043
2251
|
"""
|
3044
|
-
|
2252
|
+
AutoScaling integration
|
3045
2253
|
"""
|
3046
2254
|
return pulumi.get(self, "auto_scaling")
|
3047
2255
|
|
@@ -3049,7 +2257,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3049
2257
|
@pulumi.getter(name="awsAppSync")
|
3050
2258
|
def aws_app_sync(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAppSync']]:
|
3051
2259
|
"""
|
3052
|
-
|
2260
|
+
Aws Appsync integration
|
3053
2261
|
"""
|
3054
2262
|
return pulumi.get(self, "aws_app_sync")
|
3055
2263
|
|
@@ -3057,7 +2265,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3057
2265
|
@pulumi.getter(name="awsAthena")
|
3058
2266
|
def aws_athena(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAthena']]:
|
3059
2267
|
"""
|
3060
|
-
|
2268
|
+
Aws Athena integration
|
3061
2269
|
"""
|
3062
2270
|
return pulumi.get(self, "aws_athena")
|
3063
2271
|
|
@@ -3065,7 +2273,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3065
2273
|
@pulumi.getter(name="awsCognito")
|
3066
2274
|
def aws_cognito(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsCognito']]:
|
3067
2275
|
"""
|
3068
|
-
|
2276
|
+
Aws Cognito integration
|
3069
2277
|
"""
|
3070
2278
|
return pulumi.get(self, "aws_cognito")
|
3071
2279
|
|
@@ -3073,7 +2281,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3073
2281
|
@pulumi.getter(name="awsConnect")
|
3074
2282
|
def aws_connect(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsConnect']]:
|
3075
2283
|
"""
|
3076
|
-
|
2284
|
+
Aws Connect integration
|
3077
2285
|
"""
|
3078
2286
|
return pulumi.get(self, "aws_connect")
|
3079
2287
|
|
@@ -3081,7 +2289,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3081
2289
|
@pulumi.getter(name="awsDirectConnect")
|
3082
2290
|
def aws_direct_connect(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsDirectConnect']]:
|
3083
2291
|
"""
|
3084
|
-
|
2292
|
+
Aws Direct Connect integration
|
3085
2293
|
"""
|
3086
2294
|
return pulumi.get(self, "aws_direct_connect")
|
3087
2295
|
|
@@ -3089,7 +2297,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3089
2297
|
@pulumi.getter(name="awsFsx")
|
3090
2298
|
def aws_fsx(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsFsx']]:
|
3091
2299
|
"""
|
3092
|
-
|
2300
|
+
Aws Fsx integration
|
3093
2301
|
"""
|
3094
2302
|
return pulumi.get(self, "aws_fsx")
|
3095
2303
|
|
@@ -3097,7 +2305,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3097
2305
|
@pulumi.getter(name="awsGlue")
|
3098
2306
|
def aws_glue(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsGlue']]:
|
3099
2307
|
"""
|
3100
|
-
|
2308
|
+
Aws Glue integration
|
3101
2309
|
"""
|
3102
2310
|
return pulumi.get(self, "aws_glue")
|
3103
2311
|
|
@@ -3105,7 +2313,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3105
2313
|
@pulumi.getter(name="awsKinesisAnalytics")
|
3106
2314
|
def aws_kinesis_analytics(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsKinesisAnalytics']]:
|
3107
2315
|
"""
|
3108
|
-
|
2316
|
+
Aws Kinesis Analytics integration
|
3109
2317
|
"""
|
3110
2318
|
return pulumi.get(self, "aws_kinesis_analytics")
|
3111
2319
|
|
@@ -3113,7 +2321,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3113
2321
|
@pulumi.getter(name="awsMediaConvert")
|
3114
2322
|
def aws_media_convert(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMediaConvert']]:
|
3115
2323
|
"""
|
3116
|
-
|
2324
|
+
Aws Media Convert integration
|
3117
2325
|
"""
|
3118
2326
|
return pulumi.get(self, "aws_media_convert")
|
3119
2327
|
|
@@ -3121,7 +2329,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3121
2329
|
@pulumi.getter(name="awsMediaPackageVod")
|
3122
2330
|
def aws_media_package_vod(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMediaPackageVod']]:
|
3123
2331
|
"""
|
3124
|
-
|
2332
|
+
Aws Media PackageVod integration
|
3125
2333
|
"""
|
3126
2334
|
return pulumi.get(self, "aws_media_package_vod")
|
3127
2335
|
|
@@ -3129,7 +2337,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3129
2337
|
@pulumi.getter(name="awsMq")
|
3130
2338
|
def aws_mq(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMq']]:
|
3131
2339
|
"""
|
3132
|
-
|
2340
|
+
Aws Mq integration
|
3133
2341
|
"""
|
3134
2342
|
return pulumi.get(self, "aws_mq")
|
3135
2343
|
|
@@ -3137,7 +2345,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3137
2345
|
@pulumi.getter(name="awsMsk")
|
3138
2346
|
def aws_msk(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsMsk']]:
|
3139
2347
|
"""
|
3140
|
-
|
2348
|
+
Aws Msk integration
|
3141
2349
|
"""
|
3142
2350
|
return pulumi.get(self, "aws_msk")
|
3143
2351
|
|
@@ -3145,7 +2353,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3145
2353
|
@pulumi.getter(name="awsNeptune")
|
3146
2354
|
def aws_neptune(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsNeptune']]:
|
3147
2355
|
"""
|
3148
|
-
|
2356
|
+
Aws Neptune integration
|
3149
2357
|
"""
|
3150
2358
|
return pulumi.get(self, "aws_neptune")
|
3151
2359
|
|
@@ -3153,7 +2361,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3153
2361
|
@pulumi.getter(name="awsQldb")
|
3154
2362
|
def aws_qldb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsQldb']]:
|
3155
2363
|
"""
|
3156
|
-
|
2364
|
+
Aws Qldb integration
|
3157
2365
|
"""
|
3158
2366
|
return pulumi.get(self, "aws_qldb")
|
3159
2367
|
|
@@ -3161,7 +2369,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3161
2369
|
@pulumi.getter(name="awsRoute53resolver")
|
3162
2370
|
def aws_route53resolver(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsRoute53resolver']]:
|
3163
2371
|
"""
|
3164
|
-
|
2372
|
+
Aws Route53resolver integration
|
3165
2373
|
"""
|
3166
2374
|
return pulumi.get(self, "aws_route53resolver")
|
3167
2375
|
|
@@ -3177,7 +2385,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3177
2385
|
@pulumi.getter(name="awsTransitGateway")
|
3178
2386
|
def aws_transit_gateway(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsTransitGateway']]:
|
3179
2387
|
"""
|
3180
|
-
|
2388
|
+
Aws Transit Gateway integration
|
3181
2389
|
"""
|
3182
2390
|
return pulumi.get(self, "aws_transit_gateway")
|
3183
2391
|
|
@@ -3185,7 +2393,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3185
2393
|
@pulumi.getter(name="awsWaf")
|
3186
2394
|
def aws_waf(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsWaf']]:
|
3187
2395
|
"""
|
3188
|
-
|
2396
|
+
Aws Waf integration
|
3189
2397
|
"""
|
3190
2398
|
return pulumi.get(self, "aws_waf")
|
3191
2399
|
|
@@ -3193,7 +2401,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3193
2401
|
@pulumi.getter(name="awsWafv2")
|
3194
2402
|
def aws_wafv2(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsWafv2']]:
|
3195
2403
|
"""
|
3196
|
-
|
2404
|
+
Aws Wafv2 integration
|
3197
2405
|
"""
|
3198
2406
|
return pulumi.get(self, "aws_wafv2")
|
3199
2407
|
|
@@ -3201,7 +2409,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3201
2409
|
@pulumi.getter
|
3202
2410
|
def billing(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsBilling']]:
|
3203
2411
|
"""
|
3204
|
-
|
2412
|
+
Billing integration
|
3205
2413
|
"""
|
3206
2414
|
return pulumi.get(self, "billing")
|
3207
2415
|
|
@@ -3209,7 +2417,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3209
2417
|
@pulumi.getter
|
3210
2418
|
def cloudfront(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsCloudfront']]:
|
3211
2419
|
"""
|
3212
|
-
|
2420
|
+
Cloudfront integration
|
3213
2421
|
"""
|
3214
2422
|
return pulumi.get(self, "cloudfront")
|
3215
2423
|
|
@@ -3217,7 +2425,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3217
2425
|
@pulumi.getter
|
3218
2426
|
def cloudtrail(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsCloudtrail']]:
|
3219
2427
|
"""
|
3220
|
-
|
2428
|
+
CloudTrail integration
|
3221
2429
|
"""
|
3222
2430
|
return pulumi.get(self, "cloudtrail")
|
3223
2431
|
|
@@ -3225,7 +2433,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3225
2433
|
@pulumi.getter(name="docDb")
|
3226
2434
|
def doc_db(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsDocDb']]:
|
3227
2435
|
"""
|
3228
|
-
|
2436
|
+
Doc DB integration
|
3229
2437
|
"""
|
3230
2438
|
return pulumi.get(self, "doc_db")
|
3231
2439
|
|
@@ -3233,7 +2441,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3233
2441
|
@pulumi.getter
|
3234
2442
|
def dynamodb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsDynamodb']]:
|
3235
2443
|
"""
|
3236
|
-
|
2444
|
+
Dynamo DB integration
|
3237
2445
|
"""
|
3238
2446
|
return pulumi.get(self, "dynamodb")
|
3239
2447
|
|
@@ -3241,7 +2449,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3241
2449
|
@pulumi.getter
|
3242
2450
|
def ebs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEbs']]:
|
3243
2451
|
"""
|
3244
|
-
|
2452
|
+
EBS integration
|
3245
2453
|
"""
|
3246
2454
|
return pulumi.get(self, "ebs")
|
3247
2455
|
|
@@ -3249,7 +2457,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3249
2457
|
@pulumi.getter
|
3250
2458
|
def ec2(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEc2']]:
|
3251
2459
|
"""
|
3252
|
-
|
2460
|
+
Ec2 integration
|
3253
2461
|
"""
|
3254
2462
|
return pulumi.get(self, "ec2")
|
3255
2463
|
|
@@ -3257,7 +2465,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3257
2465
|
@pulumi.getter
|
3258
2466
|
def ecs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEcs']]:
|
3259
2467
|
"""
|
3260
|
-
|
2468
|
+
Ecs integration
|
3261
2469
|
"""
|
3262
2470
|
return pulumi.get(self, "ecs")
|
3263
2471
|
|
@@ -3265,7 +2473,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3265
2473
|
@pulumi.getter
|
3266
2474
|
def efs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEfs']]:
|
3267
2475
|
"""
|
3268
|
-
|
2476
|
+
Efs integration
|
3269
2477
|
"""
|
3270
2478
|
return pulumi.get(self, "efs")
|
3271
2479
|
|
@@ -3273,7 +2481,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3273
2481
|
@pulumi.getter
|
3274
2482
|
def elasticache(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticache']]:
|
3275
2483
|
"""
|
3276
|
-
|
2484
|
+
Elasticache integration
|
3277
2485
|
"""
|
3278
2486
|
return pulumi.get(self, "elasticache")
|
3279
2487
|
|
@@ -3281,7 +2489,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3281
2489
|
@pulumi.getter
|
3282
2490
|
def elasticbeanstalk(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticbeanstalk']]:
|
3283
2491
|
"""
|
3284
|
-
|
2492
|
+
Elastic Bean Stalk integration
|
3285
2493
|
"""
|
3286
2494
|
return pulumi.get(self, "elasticbeanstalk")
|
3287
2495
|
|
@@ -3289,7 +2497,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3289
2497
|
@pulumi.getter
|
3290
2498
|
def elasticsearch(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElasticsearch']]:
|
3291
2499
|
"""
|
3292
|
-
|
2500
|
+
Elastic Search integration
|
3293
2501
|
"""
|
3294
2502
|
return pulumi.get(self, "elasticsearch")
|
3295
2503
|
|
@@ -3297,7 +2505,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3297
2505
|
@pulumi.getter
|
3298
2506
|
def elb(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsElb']]:
|
3299
2507
|
"""
|
3300
|
-
|
2508
|
+
Elb integration
|
3301
2509
|
"""
|
3302
2510
|
return pulumi.get(self, "elb")
|
3303
2511
|
|
@@ -3305,7 +2513,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3305
2513
|
@pulumi.getter
|
3306
2514
|
def emr(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsEmr']]:
|
3307
2515
|
"""
|
3308
|
-
|
2516
|
+
Emr integration
|
3309
2517
|
"""
|
3310
2518
|
return pulumi.get(self, "emr")
|
3311
2519
|
|
@@ -3313,7 +2521,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3313
2521
|
@pulumi.getter
|
3314
2522
|
def health(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsHealth']]:
|
3315
2523
|
"""
|
3316
|
-
|
2524
|
+
Health integration
|
3317
2525
|
"""
|
3318
2526
|
return pulumi.get(self, "health")
|
3319
2527
|
|
@@ -3321,7 +2529,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3321
2529
|
@pulumi.getter
|
3322
2530
|
def iam(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsIam']]:
|
3323
2531
|
"""
|
3324
|
-
|
2532
|
+
Iam integration
|
3325
2533
|
"""
|
3326
2534
|
return pulumi.get(self, "iam")
|
3327
2535
|
|
@@ -3329,7 +2537,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3329
2537
|
@pulumi.getter
|
3330
2538
|
def iot(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsIot']]:
|
3331
2539
|
"""
|
3332
|
-
|
2540
|
+
Iot integration
|
3333
2541
|
"""
|
3334
2542
|
return pulumi.get(self, "iot")
|
3335
2543
|
|
@@ -3337,9 +2545,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3337
2545
|
@pulumi.getter
|
3338
2546
|
def kinesis(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsKinesis']]:
|
3339
2547
|
"""
|
3340
|
-
|
3341
|
-
|
3342
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 3600 seconds.
|
2548
|
+
Kinesis integration
|
3343
2549
|
"""
|
3344
2550
|
return pulumi.get(self, "kinesis")
|
3345
2551
|
|
@@ -3347,7 +2553,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3347
2553
|
@pulumi.getter(name="kinesisFirehose")
|
3348
2554
|
def kinesis_firehose(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsKinesisFirehose']]:
|
3349
2555
|
"""
|
3350
|
-
|
2556
|
+
Kinesis Firehose integration
|
3351
2557
|
"""
|
3352
2558
|
return pulumi.get(self, "kinesis_firehose")
|
3353
2559
|
|
@@ -3355,7 +2561,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3355
2561
|
@pulumi.getter(name="lambda")
|
3356
2562
|
def lambda_(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsLambda']]:
|
3357
2563
|
"""
|
3358
|
-
|
2564
|
+
Lambda integration
|
3359
2565
|
"""
|
3360
2566
|
return pulumi.get(self, "lambda_")
|
3361
2567
|
|
@@ -3364,9 +2570,6 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3364
2570
|
def linked_account_id(self) -> pulumi.Output[str]:
|
3365
2571
|
"""
|
3366
2572
|
The ID of the linked AWS account in New Relic.
|
3367
|
-
|
3368
|
-
|
3369
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 300 seconds.
|
3370
2573
|
"""
|
3371
2574
|
return pulumi.get(self, "linked_account_id")
|
3372
2575
|
|
@@ -3374,7 +2577,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3374
2577
|
@pulumi.getter
|
3375
2578
|
def rds(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRds']]:
|
3376
2579
|
"""
|
3377
|
-
|
2580
|
+
Rds integration
|
3378
2581
|
"""
|
3379
2582
|
return pulumi.get(self, "rds")
|
3380
2583
|
|
@@ -3382,7 +2585,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3382
2585
|
@pulumi.getter
|
3383
2586
|
def redshift(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRedshift']]:
|
3384
2587
|
"""
|
3385
|
-
|
2588
|
+
Redshift integration
|
3386
2589
|
"""
|
3387
2590
|
return pulumi.get(self, "redshift")
|
3388
2591
|
|
@@ -3390,7 +2593,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3390
2593
|
@pulumi.getter
|
3391
2594
|
def route53(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsRoute53']]:
|
3392
2595
|
"""
|
3393
|
-
|
2596
|
+
Route53 integration
|
3394
2597
|
"""
|
3395
2598
|
return pulumi.get(self, "route53")
|
3396
2599
|
|
@@ -3398,7 +2601,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3398
2601
|
@pulumi.getter
|
3399
2602
|
def s3(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsS3']]:
|
3400
2603
|
"""
|
3401
|
-
|
2604
|
+
S3 integration
|
3402
2605
|
"""
|
3403
2606
|
return pulumi.get(self, "s3")
|
3404
2607
|
|
@@ -3406,7 +2609,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3406
2609
|
@pulumi.getter
|
3407
2610
|
def ses(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSes']]:
|
3408
2611
|
"""
|
3409
|
-
|
2612
|
+
Ses integration
|
3410
2613
|
"""
|
3411
2614
|
return pulumi.get(self, "ses")
|
3412
2615
|
|
@@ -3414,7 +2617,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3414
2617
|
@pulumi.getter
|
3415
2618
|
def sns(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSns']]:
|
3416
2619
|
"""
|
3417
|
-
|
2620
|
+
Sns integration
|
3418
2621
|
"""
|
3419
2622
|
return pulumi.get(self, "sns")
|
3420
2623
|
|
@@ -3422,7 +2625,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3422
2625
|
@pulumi.getter
|
3423
2626
|
def sqs(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsSqs']]:
|
3424
2627
|
"""
|
3425
|
-
|
2628
|
+
SQS integration
|
3426
2629
|
"""
|
3427
2630
|
return pulumi.get(self, "sqs")
|
3428
2631
|
|
@@ -3430,9 +2633,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3430
2633
|
@pulumi.getter(name="trustedAdvisor")
|
3431
2634
|
def trusted_advisor(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsTrustedAdvisor']]:
|
3432
2635
|
"""
|
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.**
|
2636
|
+
Trusted Advisor integration
|
3436
2637
|
"""
|
3437
2638
|
return pulumi.get(self, "trusted_advisor")
|
3438
2639
|
|
@@ -3448,10 +2649,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
3448
2649
|
@pulumi.getter(name="xRay")
|
3449
2650
|
def x_ray(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsXRay']]:
|
3450
2651
|
"""
|
3451
|
-
|
3452
|
-
x
|
3453
|
-
|
3454
|
-
The following arguments/integration blocks are intended to be used with a minimum `metrics_polling_interval` of 900 seconds.
|
2652
|
+
X-Ray integration
|
3455
2653
|
"""
|
3456
2654
|
return pulumi.get(self, "x_ray")
|
3457
2655
|
|