You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Synthetics::Types::VpcConfigOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

The IDs of the security groups for this canary.

Returns:

  • (Array<String>)

    The IDs of the security groups for this canary.

#subnet_idsArray<String>

The IDs of the subnets where this canary is to run.

Returns:

  • (Array<String>)

    The IDs of the subnets where this canary is to run.

#vpc_idString

The IDs of the VPC where this canary is to run.

Returns:

  • (String)

    The IDs of the VPC where this canary is to run.