Class: Aws::IoT::Types::VpcDestinationConfiguration

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

Overview

The configuration information for a virtual private cloud (VPC) destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).

Returns:

  • (String)


17410
17411
17412
17413
17414
17415
17416
17417
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17410

class VpcDestinationConfiguration < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The security groups of the VPC destination.

Returns:

  • (Array<String>)


17410
17411
17412
17413
17414
17415
17416
17417
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17410

class VpcDestinationConfiguration < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The subnet IDs of the VPC destination.

Returns:

  • (Array<String>)


17410
17411
17412
17413
17414
17415
17416
17417
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17410

class VpcDestinationConfiguration < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


17410
17411
17412
17413
17414
17415
17416
17417
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17410

class VpcDestinationConfiguration < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end