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:
- Ip
Address 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.
- Security
Group List<string>Ids - The ID of one or more security groups to associate with the endpoint network interface.
- Subnet
Ids 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.
- Vpc
Identifier 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 string
- The name of the resource gateway.
- Security
Group []stringIds - The ID of one or more security groups to associate with the endpoint network interface.
- Subnet
Ids []string - The ID of one or more subnets in which to create an endpoint network interface.
- Tag
Args - The tags for the resource gateway.
- Vpc
Identifier 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 String
- The name of the resource gateway.
- security
Group List<String>Ids - The ID of one or more security groups to associate with the endpoint network interface.
- subnet
Ids 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.
- vpc
Identifier 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 string
- The name of the resource gateway.
- security
Group string[]Ids - The ID of one or more security groups to associate with the endpoint network interface.
- subnet
Ids string[] - The ID of one or more subnets in which to create an endpoint network interface.
- Tag[]
- The tags for the resource gateway.
- vpc
Identifier 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[Tag
Args] - The tags for the resource gateway.
- vpc_
identifier str - The ID of the VPC for the resource gateway.
- ip
Address "IPV4" | "IPV6" | "DUALSTACK"Type - The type of IP address used by the resource gateway.
- name String
- The name of the resource gateway.
- security
Group List<String>Ids - The ID of one or more security groups to associate with the endpoint network interface.
- subnet
Ids 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.
- vpc
Identifier 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
- Resource
Gateway Ip Address Type Ipv4 - IPV4
- Resource
Gateway Ip Address Type Ipv6 - IPV6
- Resource
Gateway 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.