AWS::EMRServerless::Application NetworkConfiguration
The network configuration for customer VPC connectivity.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :
[ String, ... ]
, "SubnetIds" :[ String, ... ]
}
YAML
SecurityGroupIds:
- String
SubnetIds:- String
Properties
SecurityGroupIds
-
The array of security group Ids for customer VPC connectivity.
Minimum: 1
Maximum: 32
Pattern:
^[-0-9a-zA-Z]+
Required: No
Type: List of String
Update requires: No interruption
SubnetIds
-
The array of subnet Ids for customer VPC connectivity.
Minimum: 1
Maximum: 32
Pattern:
^[-0-9a-zA-Z]+
Required: No
Type: List of String
Update requires: No interruption