class Aws::Synthetics::Types::VpcConfigInput
If this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see [ Running a Canary
in a VPC].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_VPC.html
@note When making an API call, you may pass VpcConfigInput
data as a hash: { subnet_ids: ["SubnetId"], security_group_ids: ["SecurityGroupId"], }
@!attribute [rw] subnet_ids
The IDs of the subnets where this canary is to run. @return [Array<String>]
@!attribute [rw] security_group_ids
The IDs of the security groups for this canary. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/VpcConfigInput AWS API Documentation
Constants
- SENSITIVE