VpcConfigResponse - HealthOmics API Reference

VpcConfigResponse

VPC configuration for workflow runs with computed VPC ID.

Contents

securityGroupIds

List of security group IDs.

Type: Array of strings

Length Constraints: Minimum length of 4. Maximum length of 128.

Pattern: sg-[0-9a-f]+

Required: No

subnetIds

List of subnet IDs.

Type: Array of strings

Length Constraints: Minimum length of 8. Maximum length of 128.

Pattern: subnet-[0-9a-f]+

Required: No

vpcId

VPC ID computed from the provided subnet IDs.

Type: String

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

Pattern: vpc-[0-9a-f]+

Required: No

See Also

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