newrelic.cloud.AwsGovcloudIntegrations

Import

Integrate AWSGovCloud accounts can be imported using the id, e.g. bash

 $ pulumi import newrelic:cloud/awsGovcloudIntegrations:AwsGovcloudIntegrations foo <id>

Create AwsGovcloudIntegrations Resource

new AwsGovcloudIntegrations(name: string, args: AwsGovcloudIntegrationsArgs, opts?: CustomResourceOptions);
@overload
def AwsGovcloudIntegrations(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            account_id: Optional[int] = None,
                            alb: Optional[AwsGovcloudIntegrationsAlbArgs] = None,
                            api_gateway: Optional[AwsGovcloudIntegrationsApiGatewayArgs] = None,
                            auto_scaling: Optional[AwsGovcloudIntegrationsAutoScalingArgs] = None,
                            aws_direct_connect: Optional[AwsGovcloudIntegrationsAwsDirectConnectArgs] = None,
                            aws_states: Optional[AwsGovcloudIntegrationsAwsStatesArgs] = None,
                            cloudtrail: Optional[AwsGovcloudIntegrationsCloudtrailArgs] = None,
                            dynamo_db: Optional[AwsGovcloudIntegrationsDynamoDbArgs] = None,
                            ebs: Optional[AwsGovcloudIntegrationsEbsArgs] = None,
                            ec2: Optional[AwsGovcloudIntegrationsEc2Args] = None,
                            elastic_search: Optional[AwsGovcloudIntegrationsElasticSearchArgs] = None,
                            elb: Optional[AwsGovcloudIntegrationsElbArgs] = None,
                            emr: Optional[AwsGovcloudIntegrationsEmrArgs] = None,
                            iam: Optional[AwsGovcloudIntegrationsIamArgs] = None,
                            lambda_: Optional[AwsGovcloudIntegrationsLambdaArgs] = None,
                            linked_account_id: Optional[int] = None,
                            rds: Optional[AwsGovcloudIntegrationsRdsArgs] = None,
                            red_shift: Optional[AwsGovcloudIntegrationsRedShiftArgs] = None,
                            route53: Optional[AwsGovcloudIntegrationsRoute53Args] = None,
                            s3: Optional[AwsGovcloudIntegrationsS3Args] = None,
                            sns: Optional[AwsGovcloudIntegrationsSnsArgs] = None,
                            sqs: Optional[AwsGovcloudIntegrationsSqsArgs] = None)
@overload
def AwsGovcloudIntegrations(resource_name: str,
                            args: AwsGovcloudIntegrationsArgs,
                            opts: Optional[ResourceOptions] = None)
func NewAwsGovcloudIntegrations(ctx *Context, name string, args AwsGovcloudIntegrationsArgs, opts ...ResourceOption) (*AwsGovcloudIntegrations, error)
public AwsGovcloudIntegrations(string name, AwsGovcloudIntegrationsArgs args, CustomResourceOptions? opts = null)
public AwsGovcloudIntegrations(String name, AwsGovcloudIntegrationsArgs args)
public AwsGovcloudIntegrations(String name, AwsGovcloudIntegrationsArgs args, CustomResourceOptions options)
type: newrelic:cloud:AwsGovcloudIntegrations
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AwsGovcloudIntegrationsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args AwsGovcloudIntegrationsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args AwsGovcloudIntegrationsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AwsGovcloudIntegrationsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AwsGovcloudIntegrationsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AwsGovcloudIntegrations Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The AwsGovcloudIntegrations resource accepts the following input properties:

LinkedAccountId int

The access key of the AwsGovCloud.

AccountId int

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.

Alb Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

ApiGateway Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

AutoScaling Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

AwsDirectConnect Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

AwsStates Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

Cloudtrail Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

DynamoDb Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

Ebs Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

Ec2 Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

ElasticSearch Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

Elb Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

Emr Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

Iam Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

Lambda Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

Rds Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

RedShift Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

Route53 Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

S3 Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsS3Args

The s3 integration

Sns Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

Sqs Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

LinkedAccountId int

The access key of the AwsGovCloud.

AccountId int

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.

Alb AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

ApiGateway AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

AutoScaling AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

AwsDirectConnect AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

AwsStates AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

Cloudtrail AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

DynamoDb AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

Ebs AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

Ec2 AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

ElasticSearch AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

Elb AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

Emr AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

Iam AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

Lambda AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

Rds AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

RedShift AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

Route53 AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

S3 AwsGovcloudIntegrationsS3Args

The s3 integration

Sns AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

Sqs AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

linkedAccountId Integer

The access key of the AwsGovCloud.

accountId Integer

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.

alb AwsGovIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

apiGateway AwsGovIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

autoScaling AwsGovIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

awsDirectConnect AwsGovIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

awsStates AwsGovIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail AwsGovIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamoDb AwsGovIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs AwsGovIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 AwsGovIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

elasticSearch AwsGovIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb AwsGovIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

emr AwsGovIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

iam AwsGovIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda AwsGovIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

rds AwsGovIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

redShift AwsGovIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 AwsGovIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 AwsGovIntegrationsS3Args

The s3 integration

sns AwsGovIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs AwsGovIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

linkedAccountId number

The access key of the AwsGovCloud.

accountId number

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.

alb AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

apiGateway AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

autoScaling AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

awsDirectConnect AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

awsStates AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamoDb AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

elasticSearch AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

emr AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

iam AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

rds AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

redShift AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 AwsGovcloudIntegrationsS3Args

The s3 integration

sns AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

linked_account_id int

The access key of the AwsGovCloud.

account_id int

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.

alb AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

api_gateway AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

auto_scaling AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

aws_direct_connect AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

aws_states AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamo_db AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

elastic_search AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

emr AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

iam AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda_ AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

rds AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

red_shift AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 AwsGovcloudIntegrationsS3Args

The s3 integration

sns AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

linkedAccountId Number

The access key of the AwsGovCloud.

accountId Number

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.

alb Property Map

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

apiGateway Property Map

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

autoScaling Property Map

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

awsDirectConnect Property Map

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

awsStates Property Map

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail Property Map

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamoDb Property Map

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs Property Map

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 Property Map

EC2 AwsGovCloud integration.See Integration blocks below for details.

elasticSearch Property Map

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb Property Map

Elb AwsGovCloud integration.See Integration blocks below for details.

emr Property Map

Emr AwsGovCloud integration.See Integration blocks below for details.

iam Property Map

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda Property Map

Lambda AwsGovCloud integration.See Integration blocks below for details.

rds Property Map

RDS AwsGovCloud integration.See Integration blocks below for details.

redShift Property Map

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 Property Map

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 Property Map

The s3 integration

sns Property Map

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs Property Map

SQS AwsGovCloud integration.See Integration blocks below for details.

Outputs

All input properties are implicitly available as output properties. Additionally, the AwsGovcloudIntegrations resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing AwsGovcloudIntegrations Resource

Get an existing AwsGovcloudIntegrations resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AwsGovcloudIntegrationsState, opts?: CustomResourceOptions): AwsGovcloudIntegrations
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_id: Optional[int] = None,
        alb: Optional[AwsGovcloudIntegrationsAlbArgs] = None,
        api_gateway: Optional[AwsGovcloudIntegrationsApiGatewayArgs] = None,
        auto_scaling: Optional[AwsGovcloudIntegrationsAutoScalingArgs] = None,
        aws_direct_connect: Optional[AwsGovcloudIntegrationsAwsDirectConnectArgs] = None,
        aws_states: Optional[AwsGovcloudIntegrationsAwsStatesArgs] = None,
        cloudtrail: Optional[AwsGovcloudIntegrationsCloudtrailArgs] = None,
        dynamo_db: Optional[AwsGovcloudIntegrationsDynamoDbArgs] = None,
        ebs: Optional[AwsGovcloudIntegrationsEbsArgs] = None,
        ec2: Optional[AwsGovcloudIntegrationsEc2Args] = None,
        elastic_search: Optional[AwsGovcloudIntegrationsElasticSearchArgs] = None,
        elb: Optional[AwsGovcloudIntegrationsElbArgs] = None,
        emr: Optional[AwsGovcloudIntegrationsEmrArgs] = None,
        iam: Optional[AwsGovcloudIntegrationsIamArgs] = None,
        lambda_: Optional[AwsGovcloudIntegrationsLambdaArgs] = None,
        linked_account_id: Optional[int] = None,
        rds: Optional[AwsGovcloudIntegrationsRdsArgs] = None,
        red_shift: Optional[AwsGovcloudIntegrationsRedShiftArgs] = None,
        route53: Optional[AwsGovcloudIntegrationsRoute53Args] = None,
        s3: Optional[AwsGovcloudIntegrationsS3Args] = None,
        sns: Optional[AwsGovcloudIntegrationsSnsArgs] = None,
        sqs: Optional[AwsGovcloudIntegrationsSqsArgs] = None) -> AwsGovcloudIntegrations
func GetAwsGovcloudIntegrations(ctx *Context, name string, id IDInput, state *AwsGovcloudIntegrationsState, opts ...ResourceOption) (*AwsGovcloudIntegrations, error)
public static AwsGovcloudIntegrations Get(string name, Input<string> id, AwsGovcloudIntegrationsState? state, CustomResourceOptions? opts = null)
public static AwsGovcloudIntegrations get(String name, Output<String> id, AwsGovcloudIntegrationsState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AccountId int

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.

Alb Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

ApiGateway Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

AutoScaling Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

AwsDirectConnect Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

AwsStates Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

Cloudtrail Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

DynamoDb Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

Ebs Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

Ec2 Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

ElasticSearch Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

Elb Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

Emr Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

Iam Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

Lambda Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

LinkedAccountId int

The access key of the AwsGovCloud.

Rds Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

RedShift Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

Route53 Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

S3 Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsS3Args

The s3 integration

Sns Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

Sqs Pulumi.NewRelic.Cloud.Inputs.AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

AccountId int

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.

Alb AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

ApiGateway AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

AutoScaling AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

AwsDirectConnect AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

AwsStates AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

Cloudtrail AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

DynamoDb AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

Ebs AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

Ec2 AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

ElasticSearch AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

Elb AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

Emr AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

Iam AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

Lambda AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

LinkedAccountId int

The access key of the AwsGovCloud.

Rds AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

RedShift AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

Route53 AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

S3 AwsGovcloudIntegrationsS3Args

The s3 integration

Sns AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

Sqs AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

accountId Integer

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.

alb AwsGovIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

apiGateway AwsGovIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

autoScaling AwsGovIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

awsDirectConnect AwsGovIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

awsStates AwsGovIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail AwsGovIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamoDb AwsGovIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs AwsGovIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 AwsGovIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

elasticSearch AwsGovIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb AwsGovIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

emr AwsGovIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

iam AwsGovIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda AwsGovIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

linkedAccountId Integer

The access key of the AwsGovCloud.

rds AwsGovIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

redShift AwsGovIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 AwsGovIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 AwsGovIntegrationsS3Args

The s3 integration

sns AwsGovIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs AwsGovIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

accountId number

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.

alb AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

apiGateway AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

autoScaling AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

awsDirectConnect AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

awsStates AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamoDb AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

elasticSearch AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

emr AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

iam AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

linkedAccountId number

The access key of the AwsGovCloud.

rds AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

redShift AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 AwsGovcloudIntegrationsS3Args

The s3 integration

sns AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

account_id int

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.

alb AwsGovcloudIntegrationsAlbArgs

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

api_gateway AwsGovcloudIntegrationsApiGatewayArgs

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

auto_scaling AwsGovcloudIntegrationsAutoScalingArgs

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

aws_direct_connect AwsGovcloudIntegrationsAwsDirectConnectArgs

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

aws_states AwsGovcloudIntegrationsAwsStatesArgs

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail AwsGovcloudIntegrationsCloudtrailArgs

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamo_db AwsGovcloudIntegrationsDynamoDbArgs

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs AwsGovcloudIntegrationsEbsArgs

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 AwsGovcloudIntegrationsEc2Args

EC2 AwsGovCloud integration.See Integration blocks below for details.

elastic_search AwsGovcloudIntegrationsElasticSearchArgs

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb AwsGovcloudIntegrationsElbArgs

Elb AwsGovCloud integration.See Integration blocks below for details.

emr AwsGovcloudIntegrationsEmrArgs

Emr AwsGovCloud integration.See Integration blocks below for details.

iam AwsGovcloudIntegrationsIamArgs

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda_ AwsGovcloudIntegrationsLambdaArgs

Lambda AwsGovCloud integration.See Integration blocks below for details.

linked_account_id int

The access key of the AwsGovCloud.

rds AwsGovcloudIntegrationsRdsArgs

RDS AwsGovCloud integration.See Integration blocks below for details.

red_shift AwsGovcloudIntegrationsRedShiftArgs

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 AwsGovcloudIntegrationsRoute53Args

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 AwsGovcloudIntegrationsS3Args

The s3 integration

sns AwsGovcloudIntegrationsSnsArgs

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs AwsGovcloudIntegrationsSqsArgs

SQS AwsGovCloud integration.See Integration blocks below for details.

accountId Number

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.

alb Property Map

Application load balancer AwsGovCloud integration.See Integration blocks below for details.

apiGateway Property Map

Api Gateway AwsGovCloud integration.See Integration blocks below for details.

autoScaling Property Map

Autoscaling AwsGovCloud integration.See Integration blocks below for details.

awsDirectConnect Property Map

Aws Direct Connect AwsGovCloud integration.See Integration blocks below for details.

awsStates Property Map

Aws States AwsGovCloud integration.See Integration blocks below for details.

cloudtrail Property Map

Cloudtrail AwsGovCloud integration.See Integration blocks below for details.

dynamoDb Property Map

Dynamo DB AwsGovCloud integration.See Integration blocks below for details.

ebs Property Map

Elastic Beanstalk AwsGovCloud integration.See Integration blocks below for details.

ec2 Property Map

EC2 AwsGovCloud integration.See Integration blocks below for details.

elasticSearch Property Map

Elastic search AwsGovCloud integration.See Integration blocks below for details.

elb Property Map

Elb AwsGovCloud integration.See Integration blocks below for details.

emr Property Map

Emr AwsGovCloud integration.See Integration blocks below for details.

iam Property Map

IAM AwsGovCloud integration.See Integration blocks below for details.

lambda Property Map

Lambda AwsGovCloud integration.See Integration blocks below for details.

linkedAccountId Number

The access key of the AwsGovCloud.

rds Property Map

RDS AwsGovCloud integration.See Integration blocks below for details.

redShift Property Map

Redshift AwsGovCloud integration.See Integration blocks below for details.

route53 Property Map

Route53 AwsGovCloud integration.See Integration blocks below for details.

s3 Property Map

The s3 integration

sns Property Map

SNS AwsGovCloud integration.See Integration blocks below for details.

sqs Property Map

SQS AwsGovCloud integration.See Integration blocks below for details.

Supporting Types

AwsGovcloudIntegrationsAlb

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

LoadBalancerPrefixes List<string>

Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

LoadBalancerPrefixes []string

Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

loadBalancerPrefixes List<String>

Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

loadBalancerPrefixes string[]

Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

load_balancer_prefixes Sequence[str]

Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

loadBalancerPrefixes List<String>

Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsApiGateway

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

StagePrefixes List<string>

Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

StagePrefixes []string

Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Integer

The data polling interval in seconds.

stagePrefixes List<String>

Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval number

The data polling interval in seconds.

stagePrefixes string[]

Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metrics_polling_interval int

The data polling interval in seconds.

stage_prefixes Sequence[str]

Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Number

The data polling interval in seconds.

stagePrefixes List<String>

Specify each name or prefix for the Stages that you want to monitor. Filter values are case-sensitive.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsAutoScaling

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Integer

The data polling interval in seconds.

awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval number

The data polling interval in seconds.

aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metrics_polling_interval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Number

The data polling interval in seconds.

AwsGovcloudIntegrationsAwsDirectConnect

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Integer

The data polling interval in seconds.

awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval number

The data polling interval in seconds.

aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metrics_polling_interval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Number

The data polling interval in seconds.

AwsGovcloudIntegrationsAwsStates

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Integer

The data polling interval in seconds.

awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval number

The data polling interval in seconds.

aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metrics_polling_interval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Number

The data polling interval in seconds.

AwsGovcloudIntegrationsCloudtrail

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Integer

The data polling interval in seconds.

awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval number

The data polling interval in seconds.

aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metrics_polling_interval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Number

The data polling interval in seconds.

AwsGovcloudIntegrationsDynamoDb

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsEbs

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsEc2

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchIpAddresses bool

Specify if IP addresses of ec2 instance should be collected

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchIpAddresses bool

Specify if IP addresses of ec2 instance should be collected

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchIpAddresses Boolean

Specify if IP addresses of ec2 instance should be collected

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchIpAddresses boolean

Specify if IP addresses of ec2 instance should be collected

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_ip_addresses bool

Specify if IP addresses of ec2 instance should be collected

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchIpAddresses Boolean

Specify if IP addresses of ec2 instance should be collected

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsElasticSearch

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchNodes bool

Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchNodes bool

Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchNodes Boolean

Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchNodes boolean

Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_nodes bool

Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchNodes Boolean

Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsElb

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

AwsGovcloudIntegrationsEmr

AwsRegions string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions String

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions str

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions String

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsIam

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsLambda

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsRds

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsRedShift

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsRoute53

FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

AwsGovcloudIntegrationsS3

FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

AwsGovcloudIntegrationsSns

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

AwsGovcloudIntegrationsSqs

AwsRegions List<string>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

QueuePrefixes List<string>

Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
AwsRegions []string

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
FetchExtendedInventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

FetchTags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

MetricsPollingInterval int

The data polling interval in seconds.

QueuePrefixes []string

Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.

TagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

TagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Integer

The data polling interval in seconds.

queuePrefixes List<String>

Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions string[]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval number

The data polling interval in seconds.

queuePrefixes string[]

Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.

tagKey string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue string

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
aws_regions Sequence[str]

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetch_extended_inventory bool

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetch_tags bool

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metrics_polling_interval int

The data polling interval in seconds.

queue_prefixes Sequence[str]

Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.

tag_key str

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tag_value str

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search
awsRegions List<String>

Specify each AWS region that includes the resources that you want to monitor.

  • direct connect
  • aws states
fetchExtendedInventory Boolean

Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit.

fetchTags Boolean

Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.

metricsPollingInterval Number

The data polling interval in seconds.

queuePrefixes List<String>

Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.

tagKey String

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

tagValue String

Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.

  • api Gateway
  • auto scaling
  • elastic search

Package Details

Repository
New Relic pulumi/pulumi-newrelic
License
Apache-2.0
Notes

This Pulumi package is based on the newrelic Terraform Provider.