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)


17162
17163
17164
17165
17166
17167
17168
17169
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17162

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>)


17162
17163
17164
17165
17166
17167
17168
17169
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17162

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>)


17162
17163
17164
17165
17166
17167
17168
17169
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17162

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)


17162
17163
17164
17165
17166
17167
17168
17169
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17162

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