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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_allowed_for_dual_stackBoolean

Indicates whether this canary allows outbound IPv6 traffic if it is connected to dual-stack subnets.

Returns:

  • (Boolean)


2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2024

class VpcConfigOutput < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :ipv_6_allowed_for_dual_stack)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The IDs of the security groups for this canary.

Returns:

  • (Array<String>)


2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2024

class VpcConfigOutput < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :ipv_6_allowed_for_dual_stack)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

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

Returns:

  • (Array<String>)


2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2024

class VpcConfigOutput < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :ipv_6_allowed_for_dual_stack)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

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

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2024

class VpcConfigOutput < Struct.new(
  :vpc_id,
  :subnet_ids,
  :security_group_ids,
  :ipv_6_allowed_for_dual_stack)
  SENSITIVE = []
  include Aws::Structure
end