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

aws-native.ec2.CarrierGateway

Explore with Pulumi AI

An example resource schema demonstrating some basic constructs and validation rules.

Create CarrierGateway Resource

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

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

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

VpcId string

The ID of the VPC.

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

The tags for the carrier gateway.

VpcId string

The ID of the VPC.

Tags []CarrierGatewayTagArgs

The tags for the carrier gateway.

vpcId String

The ID of the VPC.

tags List<CarrierGatewayTagArgs>

The tags for the carrier gateway.

vpcId string

The ID of the VPC.

tags CarrierGatewayTagArgs[]

The tags for the carrier gateway.

vpc_id str

The ID of the VPC.

tags Sequence[CarrierGatewayTagArgs]

The tags for the carrier gateway.

vpcId String

The ID of the VPC.

tags List<Property Map>

The tags for the carrier gateway.

Outputs

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

CarrierGatewayId string

The ID of the carrier gateway.

Id string

The provider-assigned unique ID for this managed resource.

OwnerId string

The ID of the owner.

State string

The state of the carrier gateway.

CarrierGatewayId string

The ID of the carrier gateway.

Id string

The provider-assigned unique ID for this managed resource.

OwnerId string

The ID of the owner.

State string

The state of the carrier gateway.

carrierGatewayId String

The ID of the carrier gateway.

id String

The provider-assigned unique ID for this managed resource.

ownerId String

The ID of the owner.

state String

The state of the carrier gateway.

carrierGatewayId string

The ID of the carrier gateway.

id string

The provider-assigned unique ID for this managed resource.

ownerId string

The ID of the owner.

state string

The state of the carrier gateway.

carrier_gateway_id str

The ID of the carrier gateway.

id str

The provider-assigned unique ID for this managed resource.

owner_id str

The ID of the owner.

state str

The state of the carrier gateway.

carrierGatewayId String

The ID of the carrier gateway.

id String

The provider-assigned unique ID for this managed resource.

ownerId String

The ID of the owner.

state String

The state of the carrier gateway.

Supporting Types

CarrierGatewayTag

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