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