View a markdown version of this page

ServiceManagedInput - AWS DevOps Agent

ServiceManagedInput

Configuration for a service-managed Private Connection.

Contents

hostAddress

IP address or DNS name of the target resource.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 255.

Pattern: [a-zA-Z0-9.:\-]+

Required: Yes

subnetIds

Subnets that the service-managed Resource Gateway will span.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Length Constraints: Minimum length of 15. Maximum length of 24.

Pattern: subnet-(([0-9a-z]{8})|([0-9a-z]{17}))

Required: Yes

vpcId

VPC to create the service-managed Resource Gateway in.

Type: String

Length Constraints: Minimum length of 5. Maximum length of 50.

Pattern: vpc-(([0-9a-z]{8})|([0-9a-z]{17}))

Required: Yes

certificate

Certificate for the Private Connection.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 32768.

Required: No

ipAddressType

IP address type of the service-managed Resource Gateway.

Type: String

Valid Values: IPV4 | IPV6 | DUAL_STACK

Required: No

ipv4AddressesPerEni

Number of IPv4 addresses in each ENI for the service-managed Resource Gateway.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 62.

Required: No

portRanges

TCP port ranges that a consumer can use to access the resource.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 11 items.

Length Constraints: Minimum length of 1.

Pattern: ((\d{1,5}\-\d{1,5})|(\d+))

Required: No

securityGroupIds

Security groups to attach to the service-managed Resource Gateway. If not specified, a default security group is created.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 5 items.

Length Constraints: Minimum length of 11. Maximum length of 20.

Pattern: sg-(([0-9a-z]{8})|([0-9a-z]{17}))

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: