datadog.aws.IntegrationExternalId
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as datadog from "@pulumi/datadog";
// Create new integration_aws_external_id resource
const foo = new datadog.aws.IntegrationExternalId("foo", {});
import pulumi
import pulumi_datadog as datadog
# Create new integration_aws_external_id resource
foo = datadog.aws.IntegrationExternalId("foo")
package main
import (
"github.com/pulumi/pulumi-datadog/sdk/v4/go/datadog/aws"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Create new integration_aws_external_id resource
_, err := aws.NewIntegrationExternalId(ctx, "foo", nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Datadog = Pulumi.Datadog;
return await Deployment.RunAsync(() =>
{
// Create new integration_aws_external_id resource
var foo = new Datadog.Aws.IntegrationExternalId("foo");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.datadog.aws.IntegrationExternalId;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
// Create new integration_aws_external_id resource
var foo = new IntegrationExternalId("foo");
}
}
resources:
# Create new integration_aws_external_id resource
foo:
type: datadog:aws:IntegrationExternalId
Create IntegrationExternalId Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IntegrationExternalId(name: string, args?: IntegrationExternalIdArgs, opts?: CustomResourceOptions);
@overload
def IntegrationExternalId(resource_name: str,
args: Optional[IntegrationExternalIdArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def IntegrationExternalId(resource_name: str,
opts: Optional[ResourceOptions] = None)
func NewIntegrationExternalId(ctx *Context, name string, args *IntegrationExternalIdArgs, opts ...ResourceOption) (*IntegrationExternalId, error)
public IntegrationExternalId(string name, IntegrationExternalIdArgs? args = null, CustomResourceOptions? opts = null)
public IntegrationExternalId(String name, IntegrationExternalIdArgs args)
public IntegrationExternalId(String name, IntegrationExternalIdArgs args, CustomResourceOptions options)
type: datadog:aws:IntegrationExternalId
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args IntegrationExternalIdArgs
- 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 IntegrationExternalIdArgs
- 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 IntegrationExternalIdArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationExternalIdArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IntegrationExternalIdArgs
- 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 integrationExternalIdResource = new Datadog.Aws.IntegrationExternalId("integrationExternalIdResource");
example, err := aws.NewIntegrationExternalId(ctx, "integrationExternalIdResource", nil)
var integrationExternalIdResource = new IntegrationExternalId("integrationExternalIdResource");
integration_external_id_resource = datadog.aws.IntegrationExternalId("integrationExternalIdResource")
const integrationExternalIdResource = new datadog.aws.IntegrationExternalId("integrationExternalIdResource", {});
type: datadog:aws:IntegrationExternalId
properties: {}
IntegrationExternalId 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 IntegrationExternalId resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the IntegrationExternalId 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 IntegrationExternalId Resource
Get an existing IntegrationExternalId 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?: IntegrationExternalIdState, opts?: CustomResourceOptions): IntegrationExternalId
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
) -> IntegrationExternalId
func GetIntegrationExternalId(ctx *Context, name string, id IDInput, state *IntegrationExternalIdState, opts ...ResourceOption) (*IntegrationExternalId, error)
public static IntegrationExternalId Get(string name, Input<string> id, IntegrationExternalIdState? state, CustomResourceOptions? opts = null)
public static IntegrationExternalId get(String name, Output<String> id, IntegrationExternalIdState state, CustomResourceOptions options)
resources: _: type: datadog:aws:IntegrationExternalId get: id: ${id}
- 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.
Import
Amazon Web Services external IDs can be imported using the ID value.
$ pulumi import datadog:aws/integrationExternalId:IntegrationExternalId foo ${id}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Datadog pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadog
Terraform Provider.