1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. InstanceConnectEndpoint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.ec2.InstanceConnectEndpoint

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type definition for AWS::EC2::InstanceConnectEndpoint

Create InstanceConnectEndpoint Resource

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

Constructor syntax

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

@overload
def InstanceConnectEndpoint(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            subnet_id: Optional[str] = None,
                            client_token: Optional[str] = None,
                            preserve_client_ip: Optional[bool] = None,
                            security_group_ids: Optional[Sequence[str]] = None,
                            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewInstanceConnectEndpoint(ctx *Context, name string, args InstanceConnectEndpointArgs, opts ...ResourceOption) (*InstanceConnectEndpoint, error)
public InstanceConnectEndpoint(string name, InstanceConnectEndpointArgs args, CustomResourceOptions? opts = null)
public InstanceConnectEndpoint(String name, InstanceConnectEndpointArgs args)
public InstanceConnectEndpoint(String name, InstanceConnectEndpointArgs args, CustomResourceOptions options)
type: aws-native:ec2:InstanceConnectEndpoint
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 This property is required. InstanceConnectEndpointArgs
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 This property is required. InstanceConnectEndpointArgs
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 This property is required. InstanceConnectEndpointArgs
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 This property is required. InstanceConnectEndpointArgs
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. InstanceConnectEndpointArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

InstanceConnectEndpoint 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 InstanceConnectEndpoint resource accepts the following input properties:

SubnetId This property is required. string
The subnet id of the instance connect endpoint
ClientToken string
The client token of the instance connect endpoint.
PreserveClientIp bool
If true, the address of the instance connect endpoint client is preserved when connecting to the end resource
SecurityGroupIds List<string>
The security group IDs of the instance connect endpoint.
Tags List<Pulumi.AwsNative.Inputs.Tag>
The tags of the instance connect endpoint.
SubnetId This property is required. string
The subnet id of the instance connect endpoint
ClientToken string
The client token of the instance connect endpoint.
PreserveClientIp bool
If true, the address of the instance connect endpoint client is preserved when connecting to the end resource
SecurityGroupIds []string
The security group IDs of the instance connect endpoint.
Tags TagArgs
The tags of the instance connect endpoint.
subnetId This property is required. String
The subnet id of the instance connect endpoint
clientToken String
The client token of the instance connect endpoint.
preserveClientIp Boolean
If true, the address of the instance connect endpoint client is preserved when connecting to the end resource
securityGroupIds List<String>
The security group IDs of the instance connect endpoint.
tags List<Tag>
The tags of the instance connect endpoint.
subnetId This property is required. string
The subnet id of the instance connect endpoint
clientToken string
The client token of the instance connect endpoint.
preserveClientIp boolean
If true, the address of the instance connect endpoint client is preserved when connecting to the end resource
securityGroupIds string[]
The security group IDs of the instance connect endpoint.
tags Tag[]
The tags of the instance connect endpoint.
subnet_id This property is required. str
The subnet id of the instance connect endpoint
client_token str
The client token of the instance connect endpoint.
preserve_client_ip bool
If true, the address of the instance connect endpoint client is preserved when connecting to the end resource
security_group_ids Sequence[str]
The security group IDs of the instance connect endpoint.
tags Sequence[TagArgs]
The tags of the instance connect endpoint.
subnetId This property is required. String
The subnet id of the instance connect endpoint
clientToken String
The client token of the instance connect endpoint.
preserveClientIp Boolean
If true, the address of the instance connect endpoint client is preserved when connecting to the end resource
securityGroupIds List<String>
The security group IDs of the instance connect endpoint.
tags List<Property Map>
The tags of the instance connect endpoint.

Outputs

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

AwsId string
The id of the instance connect endpoint
Id string
The provider-assigned unique ID for this managed resource.
AwsId string
The id of the instance connect endpoint
Id string
The provider-assigned unique ID for this managed resource.
awsId String
The id of the instance connect endpoint
id String
The provider-assigned unique ID for this managed resource.
awsId string
The id of the instance connect endpoint
id string
The provider-assigned unique ID for this managed resource.
aws_id str
The id of the instance connect endpoint
id str
The provider-assigned unique ID for this managed resource.
awsId String
The id of the instance connect endpoint
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi