You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::AwsVpcConfigurationWhen passing AwsVpcConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
subnets: ["String"], security_groups: ["String"],
assign_public_ip: "ENABLED", }
This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc
network mode.
Returned by:
Instance Attribute Summary collapseSpecifies whether the task\'s elastic network interface receives a public IP address.
Specifies the security groups associated with the task.
Specifies the subnets associated with the task.
Specifies whether the task\'s elastic network interface receives a public IP address. You can specify ENABLED
only when LaunchType
in EcsParameters
is set to FARGATE
.
Possible values:
Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.
#subnets ⇒ Array<String>Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4