View a markdown version of this page

ServiceManagedInput - AWS Security Agent

ServiceManagedInput

The configuration for a service-managed private connection.

Contents

hostAddress

The IP address or DNS name of the target resource.

Type: String

Required: Yes

subnetIds

The subnets that the service-managed resource gateway spans.

Type: Array of strings

Required: Yes

vpcId

The VPC to create the service-managed resource gateway in.

Type: String

Required: Yes

certificate

The certificate for the private connection.

Type: String

Required: No

dnsResolution

The DNS resolution mode for the resource gateway. Defaults to PUBLIC when not set.

Type: String

Valid Values: PUBLIC | IN_VPC

Required: No

ipAddressType

The IP address type of the service-managed resource gateway.

Type: String

Valid Values: IPV4 | IPV6 | DUAL_STACK

Required: No

ipv4AddressesPerEni

The number of IPv4 addresses in each elastic network interface for the service-managed resource gateway.

Type: Integer

Required: No

portRanges

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

Type: Array of strings

Required: No

securityGroupIds

The security groups to attach to the service-managed resource gateway.

Type: Array of strings

Required: No

See Also

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