We recommend new projects start with resources from the AWS provider.
aws-native.ec2.CarrierGateway
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
An example resource schema demonstrating some basic constructs and validation rules.
Create CarrierGateway Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CarrierGateway(name: string, args: CarrierGatewayArgs, opts?: CustomResourceOptions);
@overload
def CarrierGateway(resource_name: str,
args: CarrierGatewayArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CarrierGateway(resource_name: str,
opts: Optional[ResourceOptions] = None,
vpc_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = 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.
Parameters
- 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:
- Vpc
Id string - The ID of the VPC.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags for the carrier gateway.
- vpc_
id str - The ID of the VPC.
- Sequence[Tag
Args] - The tags for the carrier gateway.
- vpc
Id String - The ID of the VPC.
- 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:
- Carrier
Gateway stringId - The ID of the carrier gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- Owner
Id string - The ID of the owner.
- State string
- The state of the carrier gateway.
- Carrier
Gateway stringId - The ID of the carrier gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- Owner
Id string - The ID of the owner.
- State string
- The state of the carrier gateway.
- carrier
Gateway StringId - The ID of the carrier gateway.
- id String
- The provider-assigned unique ID for this managed resource.
- owner
Id String - The ID of the owner.
- state String
- The state of the carrier gateway.
- carrier
Gateway stringId - The ID of the carrier gateway.
- id string
- The provider-assigned unique ID for this managed resource.
- owner
Id string - The ID of the owner.
- state string
- The state of the carrier gateway.
- carrier_
gateway_ strid - 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.
- carrier
Gateway StringId - The ID of the carrier gateway.
- id String
- The provider-assigned unique ID for this managed resource.
- owner
Id String - The ID of the owner.
- state String
- The state of the carrier gateway.
Supporting Types
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.