TokenIntegration

SignalFx AWS CloudWatch integrations using security tokens. For help with this integration see Connect to AWS CloudWatch.

NOTE When managing integrations you’ll need to use an admin token to authenticate the SignalFx provider.

WARNING This resource implements a part of a workflow. You must use it with signalfx.aws.Integration.

Create a TokenIntegration Resource

def TokenIntegration(resource_name, opts=None, name=None, named_token=None, __props__=None);
public TokenIntegration(string name, TokenIntegrationArgs? args = null, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args TokenIntegrationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args TokenIntegrationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args TokenIntegrationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

TokenIntegration Resource Properties

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

Inputs

The TokenIntegration resource accepts the following input properties:

Name string

The name of this integration

NamedToken string

A named token to use for ingest

Name string

The name of this integration

NamedToken string

A named token to use for ingest

name string

The name of this integration

namedToken string

A named token to use for ingest

name str

The name of this integration

named_token str

A named token to use for ingest

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
SignalfxAwsAccount string

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

TokenId string

The SignalFx-generated AWS token to use with an AWS integration.

Id string
The provider-assigned unique ID for this managed resource.
SignalfxAwsAccount string

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

TokenId string

The SignalFx-generated AWS token to use with an AWS integration.

id string
The provider-assigned unique ID for this managed resource.
signalfxAwsAccount string

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

tokenId string

The SignalFx-generated AWS token to use with an AWS integration.

id str
The provider-assigned unique ID for this managed resource.
signalfx_aws_account str

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

token_id str

The SignalFx-generated AWS token to use with an AWS integration.

Look up an Existing TokenIntegration Resource

Get an existing TokenIntegration 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?: TokenIntegrationState, opts?: CustomResourceOptions): TokenIntegration
static get(resource_name, id, opts=None, name=None, named_token=None, signalfx_aws_account=None, token_id=None, __props__=None);
func GetTokenIntegration(ctx *Context, name string, id IDInput, state *TokenIntegrationState, opts ...ResourceOption) (*TokenIntegration, error)
public static TokenIntegration Get(string name, Input<string> id, TokenIntegrationState? state, CustomResourceOptions? opts = null)
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.

The following state arguments are supported:

Name string

The name of this integration

NamedToken string

A named token to use for ingest

SignalfxAwsAccount string

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

TokenId string

The SignalFx-generated AWS token to use with an AWS integration.

Name string

The name of this integration

NamedToken string

A named token to use for ingest

SignalfxAwsAccount string

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

TokenId string

The SignalFx-generated AWS token to use with an AWS integration.

name string

The name of this integration

namedToken string

A named token to use for ingest

signalfxAwsAccount string

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

tokenId string

The SignalFx-generated AWS token to use with an AWS integration.

name str

The name of this integration

named_token str

A named token to use for ingest

signalfx_aws_account str

The AWS Account ARN to use with your policies/roles, provided by SignalFx.

token_id str

The SignalFx-generated AWS token to use with an AWS integration.

Package Details

Repository
https://github.com/pulumi/pulumi-signalfx
License
Apache-2.0
Notes
This Pulumi package is based on the signalfx Terraform Provider.