This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DevOpsAgent::PrivateConnection ServiceManagedMode
The ServiceManagedMode property type specifies Property description not available. for an AWS::DevOpsAgent::PrivateConnection.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "HostAddress" :String, "IpAddressType" :String, "Ipv4AddressesPerEni" :Integer, "PortRanges" :[ String, ... ], "SecurityGroupIds" :[ String, ... ], "SubnetIds" :[ String, ... ], "VpcId" :String}
YAML
HostAddress:StringIpAddressType:StringIpv4AddressesPerEni:IntegerPortRanges:- StringSecurityGroupIds:- StringSubnetIds:- StringVpcId:String
Properties
HostAddressProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9.:\-]+$Minimum:
3Maximum:
255Update requires: Replacement
IpAddressTypeProperty description not available.
Required: No
Type: String
Allowed values:
IPV4 | IPV6 | DUAL_STACKUpdate requires: Replacement
Ipv4AddressesPerEniProperty description not available.
Required: No
Type: Integer
Minimum:
1Maximum:
62Update requires: Replacement
PortRangesProperty description not available.
Required: No
Type: Array of String
Minimum:
1Maximum:
11Update requires: Replacement
SecurityGroupIdsProperty description not available.
Required: No
Type: Array of String
Minimum:
11 | 1Maximum:
20 | 5Update requires: Replacement
SubnetIdsProperty description not available.
Required: No
Type: Array of String
Minimum:
15 | 1Maximum:
24 | 20Update requires: Replacement
VpcIdProperty description not available.
Required: Yes
Type: String
Pattern:
^vpc-(([0-9a-z]{8})|([0-9a-z]{17}))$Minimum:
5Maximum:
50Update requires: Replacement