メインコンテンツまでスキップ

AWSECSVpcConfiguration

No description

type AWSECSVpcConfiguration {
subnets: [AWSVPCSubnet!]!
assignPublicIp: AWSECSAssignPublicIpStatusType!
securityGroups: [AWSVPCSecurityGroup!]!
}

Fields

AWSECSVpcConfiguration.subnets ● [AWSVPCSubnet!]! non-null object

The subnets associated with the task or service

AWSECSVpcConfiguration.assignPublicIp ● AWSECSAssignPublicIpStatusType! non-null enum

Indicates whether the task's elastic network interface receives a public IP address

AWSECSVpcConfiguration.securityGroups ● [AWSVPCSecurityGroup!]! non-null object

The security groups associated with the task or service

Member of

AWSECSNetworkConfiguration object