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
new TokenIntegration(name: string, args?: TokenIntegrationArgs, opts?: CustomResourceOptions);def TokenIntegration(resource_name, opts=None, name=None, named_token=None, __props__=None);func NewTokenIntegration(ctx *Context, name string, args *TokenIntegrationArgs, opts ...ResourceOption) (*TokenIntegration, error)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
- Named
Token string A named token to use for ingest
- Name string
The name of this integration
- Named
Token string A named token to use for ingest
- name string
The name of this integration
- named
Token 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:
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): TokenIntegrationstatic 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
- Named
Token string A named token to use for ingest
- Signalfx
Aws stringAccount The AWS Account ARN to use with your policies/roles, provided by SignalFx.
- Token
Id string The SignalFx-generated AWS token to use with an AWS integration.
- Name string
The name of this integration
- Named
Token string A named token to use for ingest
- Signalfx
Aws stringAccount The AWS Account ARN to use with your policies/roles, provided by SignalFx.
- Token
Id string The SignalFx-generated AWS token to use with an AWS integration.
- name string
The name of this integration
- named
Token string A named token to use for ingest
- signalfx
Aws stringAccount The AWS Account ARN to use with your policies/roles, provided by SignalFx.
- token
Id 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_ straccount 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
signalfxTerraform Provider.