aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.ec2.CustomerGateway

Explore with Pulumi AI

Resource Type definition for AWS::EC2::CustomerGateway

Create CustomerGateway Resource

new CustomerGateway(name: string, args: CustomerGatewayArgs, opts?: CustomResourceOptions);
@overload
def CustomerGateway(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    bgp_asn: Optional[int] = None,
                    device_name: Optional[str] = None,
                    ip_address: Optional[str] = None,
                    tags: Optional[Sequence[CustomerGatewayTagArgs]] = None,
                    type: Optional[str] = None)
@overload
def CustomerGateway(resource_name: str,
                    args: CustomerGatewayArgs,
                    opts: Optional[ResourceOptions] = None)
func NewCustomerGateway(ctx *Context, name string, args CustomerGatewayArgs, opts ...ResourceOption) (*CustomerGateway, error)
public CustomerGateway(string name, CustomerGatewayArgs args, CustomResourceOptions? opts = null)
public CustomerGateway(String name, CustomerGatewayArgs args)
public CustomerGateway(String name, CustomerGatewayArgs args, CustomResourceOptions options)
type: aws-native:ec2:CustomerGateway
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args CustomerGatewayArgs
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 CustomerGatewayArgs
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 CustomerGatewayArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CustomerGatewayArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args CustomerGatewayArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

BgpAsn int

For devices that support BGP, the customer gateway's BGP ASN.

IpAddress string

The internet-routable IP address for the customer gateway's outside interface. The address must be static.

Type string

The type of VPN connection that this customer gateway supports.

DeviceName string

A name for the customer gateway device.

Tags List<Pulumi.AwsNative.EC2.Inputs.CustomerGatewayTagArgs>

One or more tags for the customer gateway.

BgpAsn int

For devices that support BGP, the customer gateway's BGP ASN.

IpAddress string

The internet-routable IP address for the customer gateway's outside interface. The address must be static.

Type string

The type of VPN connection that this customer gateway supports.

DeviceName string

A name for the customer gateway device.

Tags []CustomerGatewayTagArgs

One or more tags for the customer gateway.

bgpAsn Integer

For devices that support BGP, the customer gateway's BGP ASN.

ipAddress String

The internet-routable IP address for the customer gateway's outside interface. The address must be static.

type String

The type of VPN connection that this customer gateway supports.

deviceName String

A name for the customer gateway device.

tags List<CustomerGatewayTagArgs>

One or more tags for the customer gateway.

bgpAsn number

For devices that support BGP, the customer gateway's BGP ASN.

ipAddress string

The internet-routable IP address for the customer gateway's outside interface. The address must be static.

type string

The type of VPN connection that this customer gateway supports.

deviceName string

A name for the customer gateway device.

tags CustomerGatewayTagArgs[]

One or more tags for the customer gateway.

bgp_asn int

For devices that support BGP, the customer gateway's BGP ASN.

ip_address str

The internet-routable IP address for the customer gateway's outside interface. The address must be static.

type str

The type of VPN connection that this customer gateway supports.

device_name str

A name for the customer gateway device.

tags Sequence[CustomerGatewayTagArgs]

One or more tags for the customer gateway.

bgpAsn Number

For devices that support BGP, the customer gateway's BGP ASN.

ipAddress String

The internet-routable IP address for the customer gateway's outside interface. The address must be static.

type String

The type of VPN connection that this customer gateway supports.

deviceName String

A name for the customer gateway device.

tags List<Property Map>

One or more tags for the customer gateway.

Outputs

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

CustomerGatewayId string

CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID.

Id string

The provider-assigned unique ID for this managed resource.

CustomerGatewayId string

CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID.

Id string

The provider-assigned unique ID for this managed resource.

customerGatewayId String

CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID.

id String

The provider-assigned unique ID for this managed resource.

customerGatewayId string

CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID.

id string

The provider-assigned unique ID for this managed resource.

customer_gateway_id str

CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID.

id str

The provider-assigned unique ID for this managed resource.

customerGatewayId String

CustomerGateway ID generated after customer gateway is created. Each customer gateway has a unique ID.

id String

The provider-assigned unique ID for this managed resource.

Supporting Types

CustomerGatewayTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

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