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