tailscale.AwsExternalId
Explore with Pulumi AI
The aws_external_id resource allows you to mint an AWS External ID that Tailscale can use to assume an AWS IAM role that you create for the purposes of allowing Tailscale to stream logs to your S3 bucket. See the logstream_configuration resource for more details.
Create AwsExternalId Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AwsExternalId(name: string, args?: AwsExternalIdArgs, opts?: CustomResourceOptions);
@overload
def AwsExternalId(resource_name: str,
args: Optional[AwsExternalIdArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def AwsExternalId(resource_name: str,
opts: Optional[ResourceOptions] = None)
func NewAwsExternalId(ctx *Context, name string, args *AwsExternalIdArgs, opts ...ResourceOption) (*AwsExternalId, error)
public AwsExternalId(string name, AwsExternalIdArgs? args = null, CustomResourceOptions? opts = null)
public AwsExternalId(String name, AwsExternalIdArgs args)
public AwsExternalId(String name, AwsExternalIdArgs args, CustomResourceOptions options)
type: tailscale:AwsExternalId
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 AwsExternalIdArgs
- 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 AwsExternalIdArgs
- 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 AwsExternalIdArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AwsExternalIdArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AwsExternalIdArgs
- 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 awsExternalIdResource = new Tailscale.AwsExternalId("awsExternalIdResource");
example, err := tailscale.NewAwsExternalId(ctx, "awsExternalIdResource", nil)
var awsExternalIdResource = new AwsExternalId("awsExternalIdResource");
aws_external_id_resource = tailscale.AwsExternalId("awsExternalIdResource")
const awsExternalIdResource = new tailscale.AwsExternalId("awsExternalIdResource", {});
type: tailscale:AwsExternalId
properties: {}
AwsExternalId 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 AwsExternalId resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the AwsExternalId resource produces the following output properties:
- External
Id string - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tailscale
Aws stringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- External
Id string - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tailscale
Aws stringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external
Id String - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- id String
- The provider-assigned unique ID for this managed resource.
- tailscale
Aws StringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external
Id string - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- id string
- The provider-assigned unique ID for this managed resource.
- tailscale
Aws stringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external_
id str - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- id str
- The provider-assigned unique ID for this managed resource.
- tailscale_
aws_ straccount_ id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external
Id String - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- id String
- The provider-assigned unique ID for this managed resource.
- tailscale
Aws StringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
Look up Existing AwsExternalId Resource
Get an existing AwsExternalId 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?: AwsExternalIdState, opts?: CustomResourceOptions): AwsExternalId
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
external_id: Optional[str] = None,
tailscale_aws_account_id: Optional[str] = None) -> AwsExternalId
func GetAwsExternalId(ctx *Context, name string, id IDInput, state *AwsExternalIdState, opts ...ResourceOption) (*AwsExternalId, error)
public static AwsExternalId Get(string name, Input<string> id, AwsExternalIdState? state, CustomResourceOptions? opts = null)
public static AwsExternalId get(String name, Output<String> id, AwsExternalIdState state, CustomResourceOptions options)
resources: _: type: tailscale:AwsExternalId 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.
- External
Id string - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- Tailscale
Aws stringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- External
Id string - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- Tailscale
Aws stringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external
Id String - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- tailscale
Aws StringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external
Id string - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- tailscale
Aws stringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external_
id str - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- tailscale_
aws_ straccount_ id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- external
Id String - The External ID that Tailscale will supply when assuming your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
- tailscale
Aws StringAccount Id - The AWS account from which Tailscale will assume your role. You must reference this in your IAM role's trust policy. See https://docs.aws.amazon.com/IAM/latest/UserGuide/idrolescommon-scenarios_third-party.html for more information on external IDs.
Package Details
- Repository
- tailscale pulumi/pulumi-tailscale
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
tailscale
Terraform Provider.