1. Packages
  2. Signalfx Provider
  3. API Docs
  4. aws
  5. ExternalIntegration
SignalFx v7.9.0 published on Wednesday, Mar 26, 2025 by Pulumi

signalfx.aws.ExternalIntegration

Explore with Pulumi AI

Create ExternalIntegration Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ExternalIntegration(name: string, args?: ExternalIntegrationArgs, opts?: CustomResourceOptions);
@overload
def ExternalIntegration(resource_name: str,
                        args: Optional[ExternalIntegrationArgs] = None,
                        opts: Optional[ResourceOptions] = None)

@overload
def ExternalIntegration(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        name: Optional[str] = None)
func NewExternalIntegration(ctx *Context, name string, args *ExternalIntegrationArgs, opts ...ResourceOption) (*ExternalIntegration, error)
public ExternalIntegration(string name, ExternalIntegrationArgs? args = null, CustomResourceOptions? opts = null)
public ExternalIntegration(String name, ExternalIntegrationArgs args)
public ExternalIntegration(String name, ExternalIntegrationArgs args, CustomResourceOptions options)
type: signalfx:aws:ExternalIntegration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

Constructor example

The following reference example uses placeholder values for all input properties.

var externalIntegrationResource = new SignalFx.Aws.ExternalIntegration("externalIntegrationResource", new()
{
    Name = "string",
});
Copy
example, err := aws.NewExternalIntegration(ctx, "externalIntegrationResource", &aws.ExternalIntegrationArgs{
	Name: pulumi.String("string"),
})
Copy
var externalIntegrationResource = new ExternalIntegration("externalIntegrationResource", ExternalIntegrationArgs.builder()
    .name("string")
    .build());
Copy
external_integration_resource = signalfx.aws.ExternalIntegration("externalIntegrationResource", name="string")
Copy
const externalIntegrationResource = new signalfx.aws.ExternalIntegration("externalIntegrationResource", {name: "string"});
Copy
type: signalfx:aws:ExternalIntegration
properties:
    name: string
Copy

ExternalIntegration Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ExternalIntegration resource accepts the following input properties:

Name Changes to this property will trigger replacement. string
The name of this integration
Name Changes to this property will trigger replacement. string
The name of this integration
name Changes to this property will trigger replacement. String
The name of this integration
name Changes to this property will trigger replacement. string
The name of this integration
name Changes to this property will trigger replacement. str
The name of this integration
name Changes to this property will trigger replacement. String
The name of this integration

Outputs

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

ExternalId string
The external ID to use with your IAM role and with signalfx.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 Splunk Observability Cloud.
ExternalId string
The external ID to use with your IAM role and with signalfx.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 Splunk Observability Cloud.
externalId String
The external ID to use with your IAM role and with signalfx.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 Splunk Observability Cloud.
externalId string
The external ID to use with your IAM role and with signalfx.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 Splunk Observability Cloud.
external_id str
The external ID to use with your IAM role and with signalfx.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 Splunk Observability Cloud.
externalId String
The external ID to use with your IAM role and with signalfx.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 Splunk Observability Cloud.

Look up Existing ExternalIntegration Resource

Get an existing ExternalIntegration 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?: ExternalIntegrationState, opts?: CustomResourceOptions): ExternalIntegration
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        external_id: Optional[str] = None,
        name: Optional[str] = None,
        signalfx_aws_account: Optional[str] = None) -> ExternalIntegration
func GetExternalIntegration(ctx *Context, name string, id IDInput, state *ExternalIntegrationState, opts ...ResourceOption) (*ExternalIntegration, error)
public static ExternalIntegration Get(string name, Input<string> id, ExternalIntegrationState? state, CustomResourceOptions? opts = null)
public static ExternalIntegration get(String name, Output<String> id, ExternalIntegrationState state, CustomResourceOptions options)
resources:  _:    type: signalfx:aws:ExternalIntegration    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
ExternalId string
The external ID to use with your IAM role and with signalfx.aws.Integration.
Name Changes to this property will trigger replacement. string
The name of this integration
SignalfxAwsAccount string
The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
ExternalId string
The external ID to use with your IAM role and with signalfx.aws.Integration.
Name Changes to this property will trigger replacement. string
The name of this integration
SignalfxAwsAccount string
The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
externalId String
The external ID to use with your IAM role and with signalfx.aws.Integration.
name Changes to this property will trigger replacement. String
The name of this integration
signalfxAwsAccount String
The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
externalId string
The external ID to use with your IAM role and with signalfx.aws.Integration.
name Changes to this property will trigger replacement. string
The name of this integration
signalfxAwsAccount string
The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
external_id str
The external ID to use with your IAM role and with signalfx.aws.Integration.
name Changes to this property will trigger replacement. str
The name of this integration
signalfx_aws_account str
The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
externalId String
The external ID to use with your IAM role and with signalfx.aws.Integration.
name Changes to this property will trigger replacement. String
The name of this integration
signalfxAwsAccount String
The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.

Package Details

Repository
SignalFx pulumi/pulumi-signalfx
License
Apache-2.0
Notes
This Pulumi package is based on the signalfx Terraform Provider.