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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.ec2.InstanceConnectEndpoint

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 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 string
    The unique name of the resource.
    args InstanceConnectEndpointArgs
    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 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 string
    The unique name of the resource.
    args InstanceConnectEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InstanceConnectEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InstanceConnectEndpointArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

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

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const instanceConnectEndpointResource = new aws_native.ec2.InstanceConnectEndpoint("instanceConnectEndpointResource", {
        subnetId: "string",
        clientToken: "string",
        preserveClientIp: false,
        securityGroupIds: ["string"],
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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

    The InstanceConnectEndpoint resource accepts the following input properties:

    SubnetId 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 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 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 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 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 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi