Class: Aws::Kafka::Types::VpcConnection

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

The VPC connection object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationString

The authentication type for the VPC connection.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-kafka/types.rb', line 735

class VpcConnection < Struct.new(
  :vpc_connection_arn,
  :target_cluster_arn,
  :creation_time,
  :authentication,
  :vpc_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time of the VPC connection.

Returns:

  • (Time)


735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-kafka/types.rb', line 735

class VpcConnection < Struct.new(
  :vpc_connection_arn,
  :target_cluster_arn,
  :creation_time,
  :authentication,
  :vpc_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of a configuration.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-kafka/types.rb', line 735

class VpcConnection < Struct.new(
  :vpc_connection_arn,
  :target_cluster_arn,
  :creation_time,
  :authentication,
  :vpc_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#target_cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-kafka/types.rb', line 735

class VpcConnection < Struct.new(
  :vpc_connection_arn,
  :target_cluster_arn,
  :creation_time,
  :authentication,
  :vpc_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_arnString

The Amazon Resource Name (ARN) of the VPC connection.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-kafka/types.rb', line 735

class VpcConnection < Struct.new(
  :vpc_connection_arn,
  :target_cluster_arn,
  :creation_time,
  :authentication,
  :vpc_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID of the VPC connection.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-kafka/types.rb', line 735

class VpcConnection < Struct.new(
  :vpc_connection_arn,
  :target_cluster_arn,
  :creation_time,
  :authentication,
  :vpc_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end