AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.mediaconnect.Gateway
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::MediaConnect::Gateway
Create Gateway Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Gateway(name: string, args: GatewayArgs, opts?: CustomResourceOptions);
@overload
def Gateway(resource_name: str,
args: GatewayArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Gateway(resource_name: str,
opts: Optional[ResourceOptions] = None,
egress_cidr_blocks: Optional[Sequence[str]] = None,
networks: Optional[Sequence[GatewayNetworkArgs]] = None,
name: Optional[str] = None)
func NewGateway(ctx *Context, name string, args GatewayArgs, opts ...ResourceOption) (*Gateway, error)
public Gateway(string name, GatewayArgs args, CustomResourceOptions? opts = null)
public Gateway(String name, GatewayArgs args)
public Gateway(String name, GatewayArgs args, CustomResourceOptions options)
type: aws-native:mediaconnect:Gateway
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 GatewayArgs
- 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 GatewayArgs
- 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 GatewayArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Gateway 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 Gateway resource accepts the following input properties:
- Egress
Cidr List<string>Blocks - The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Networks
List<Pulumi.
Aws Native. Media Connect. Inputs. Gateway Network> - The list of networks in the gateway.
- Name string
- The name of the gateway. This name can not be modified after the gateway is created.
- Egress
Cidr []stringBlocks - The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Networks
[]Gateway
Network Args - The list of networks in the gateway.
- Name string
- The name of the gateway. This name can not be modified after the gateway is created.
- egress
Cidr List<String>Blocks - The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- networks
List<Gateway
Network> - The list of networks in the gateway.
- name String
- The name of the gateway. This name can not be modified after the gateway is created.
- egress
Cidr string[]Blocks - The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- networks
Gateway
Network[] - The list of networks in the gateway.
- name string
- The name of the gateway. This name can not be modified after the gateway is created.
- egress_
cidr_ Sequence[str]blocks - The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- networks
Sequence[Gateway
Network Args] - The list of networks in the gateway.
- name str
- The name of the gateway. This name can not be modified after the gateway is created.
- egress
Cidr List<String>Blocks - The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- networks List<Property Map>
- The list of networks in the gateway.
- name String
- The name of the gateway. This name can not be modified after the gateway is created.
Outputs
All input properties are implicitly available as output properties. Additionally, the Gateway resource produces the following output properties:
- Gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- Gateway
State Pulumi.Aws Native. Media Connect. Gateway State - The current status of the gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- Gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- Gateway
State GatewayState Enum - The current status of the gateway.
- Id string
- The provider-assigned unique ID for this managed resource.
- gateway
Arn String - The Amazon Resource Name (ARN) of the gateway.
- gateway
State GatewayState - The current status of the gateway.
- id String
- The provider-assigned unique ID for this managed resource.
- gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- gateway
State GatewayState - The current status of the gateway.
- id string
- The provider-assigned unique ID for this managed resource.
- gateway_
arn str - The Amazon Resource Name (ARN) of the gateway.
- gateway_
state GatewayState - The current status of the gateway.
- id str
- The provider-assigned unique ID for this managed resource.
- gateway
Arn String - The Amazon Resource Name (ARN) of the gateway.
- gateway
State "CREATING" | "ACTIVE" | "UPDATING" | "ERROR" | "DELETING" | "DELETED" - The current status of the gateway.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GatewayNetwork, GatewayNetworkArgs
- Cidr
Block string - A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Name string
- The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
- Cidr
Block string - A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- Name string
- The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
- cidr
Block String - A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- name String
- The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
- cidr
Block string - A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- name string
- The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
- cidr_
block str - A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- name str
- The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
- cidr
Block String - A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
- name String
- The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
GatewayState, GatewayStateArgs
- Creating
- CREATING
- Active
- ACTIVE
- Updating
- UPDATING
- Error
- ERROR
- Deleting
- DELETING
- Deleted
- DELETED
- Gateway
State Creating - CREATING
- Gateway
State Active - ACTIVE
- Gateway
State Updating - UPDATING
- Gateway
State Error - ERROR
- Gateway
State Deleting - DELETING
- Gateway
State Deleted - DELETED
- Creating
- CREATING
- Active
- ACTIVE
- Updating
- UPDATING
- Error
- ERROR
- Deleting
- DELETING
- Deleted
- DELETED
- Creating
- CREATING
- Active
- ACTIVE
- Updating
- UPDATING
- Error
- ERROR
- Deleting
- DELETING
- Deleted
- DELETED
- CREATING
- CREATING
- ACTIVE
- ACTIVE
- UPDATING
- UPDATING
- ERROR
- ERROR
- DELETING
- DELETING
- DELETED
- DELETED
- "CREATING"
- CREATING
- "ACTIVE"
- ACTIVE
- "UPDATING"
- UPDATING
- "ERROR"
- ERROR
- "DELETING"
- DELETING
- "DELETED"
- DELETED
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi