class Aws::Synthetics::Types::VpcConfigOutput

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

@!attribute [rw] vpc_id

The IDs of the VPC where this canary is to run.
@return [String]

@!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/VpcConfigOutput AWS API Documentation

Constants

SENSITIVE