We recommend new projects start with resources from the AWS provider.
aws-native.vpclattice.ResourceGateway
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Creates a resource gateway for a service.
Create ResourceGateway Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ResourceGateway(name: string, args?: ResourceGatewayArgs, opts?: CustomResourceOptions);@overload
def ResourceGateway(resource_name: str,
                    args: Optional[ResourceGatewayArgs] = None,
                    opts: Optional[ResourceOptions] = None)
@overload
def ResourceGateway(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    ip_address_type: Optional[ResourceGatewayIpAddressType] = None,
                    name: Optional[str] = None,
                    security_group_ids: Optional[Sequence[str]] = None,
                    subnet_ids: Optional[Sequence[str]] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                    vpc_identifier: Optional[str] = None)func NewResourceGateway(ctx *Context, name string, args *ResourceGatewayArgs, opts ...ResourceOption) (*ResourceGateway, error)public ResourceGateway(string name, ResourceGatewayArgs? args = null, CustomResourceOptions? opts = null)
public ResourceGateway(String name, ResourceGatewayArgs args)
public ResourceGateway(String name, ResourceGatewayArgs args, CustomResourceOptions options)
type: aws-native:vpclattice:ResourceGateway
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 ResourceGatewayArgs
- 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 ResourceGatewayArgs
- 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 ResourceGatewayArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ResourceGatewayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ResourceGatewayArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ResourceGateway 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 ResourceGateway resource accepts the following input properties:
- IpAddress Pulumi.Type Aws Native. Vpc Lattice. Resource Gateway Ip Address Type 
- The type of IP address used by the resource gateway.
- Name string
- The name of the resource gateway.
- SecurityGroup List<string>Ids 
- The ID of one or more security groups to associate with the endpoint network interface.
- SubnetIds List<string>
- The ID of one or more subnets in which to create an endpoint network interface.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- The tags for the resource gateway.
- VpcIdentifier string
- The ID of the VPC for the resource gateway.
- IpAddress ResourceType Gateway Ip Address Type 
- The type of IP address used by the resource gateway.
- Name string
- The name of the resource gateway.
- SecurityGroup []stringIds 
- The ID of one or more security groups to associate with the endpoint network interface.
- SubnetIds []string
- The ID of one or more subnets in which to create an endpoint network interface.
- 
TagArgs 
- The tags for the resource gateway.
- VpcIdentifier string
- The ID of the VPC for the resource gateway.
- ipAddress ResourceType Gateway Ip Address Type 
- The type of IP address used by the resource gateway.
- name String
- The name of the resource gateway.
- securityGroup List<String>Ids 
- The ID of one or more security groups to associate with the endpoint network interface.
- subnetIds List<String>
- The ID of one or more subnets in which to create an endpoint network interface.
- List<Tag>
- The tags for the resource gateway.
- vpcIdentifier String
- The ID of the VPC for the resource gateway.
- ipAddress ResourceType Gateway Ip Address Type 
- The type of IP address used by the resource gateway.
- name string
- The name of the resource gateway.
- securityGroup string[]Ids 
- The ID of one or more security groups to associate with the endpoint network interface.
- subnetIds string[]
- The ID of one or more subnets in which to create an endpoint network interface.
- Tag[]
- The tags for the resource gateway.
- vpcIdentifier string
- The ID of the VPC for the resource gateway.
- ip_address_ Resourcetype Gateway Ip Address Type 
- The type of IP address used by the resource gateway.
- name str
- The name of the resource gateway.
- security_group_ Sequence[str]ids 
- The ID of one or more security groups to associate with the endpoint network interface.
- subnet_ids Sequence[str]
- The ID of one or more subnets in which to create an endpoint network interface.
- 
Sequence[TagArgs] 
- The tags for the resource gateway.
- vpc_identifier str
- The ID of the VPC for the resource gateway.
- ipAddress "IPV4" | "IPV6" | "DUALSTACK"Type 
- The type of IP address used by the resource gateway.
- name String
- The name of the resource gateway.
- securityGroup List<String>Ids 
- The ID of one or more security groups to associate with the endpoint network interface.
- subnetIds List<String>
- The ID of one or more subnets in which to create an endpoint network interface.
- List<Property Map>
- The tags for the resource gateway.
- vpcIdentifier String
- The ID of the VPC for the resource gateway.
Outputs
All input properties are implicitly available as output properties. Additionally, the ResourceGateway resource produces the following output properties:
Supporting Types
ResourceGatewayIpAddressType, ResourceGatewayIpAddressTypeArgs          
- Ipv4
- IPV4
- Ipv6
- IPV6
- Dualstack
- DUALSTACK
- ResourceGateway Ip Address Type Ipv4 
- IPV4
- ResourceGateway Ip Address Type Ipv6 
- IPV6
- ResourceGateway Ip Address Type Dualstack 
- DUALSTACK
- Ipv4
- IPV4
- Ipv6
- IPV6
- Dualstack
- DUALSTACK
- Ipv4
- IPV4
- Ipv6
- IPV6
- Dualstack
- DUALSTACK
- IPV4
- IPV4
- IPV6
- IPV6
- DUALSTACK
- DUALSTACK
- "IPV4"
- IPV4
- "IPV6"
- IPV6
- "DUALSTACK"
- DUALSTACK
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.