Class: Aws::Kafka::Types::DescribeVpcConnectionResponse

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

Overview

Response body for DescribeVpcConnection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationString

The authentication type of the VPC connection.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#creation_timeTime

The creation time of the VPC connection.

Returns:

  • (Time)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#security_groupsArray<String>

The list of security groups attached to the VPC connection.

Returns:

  • (Array<String>)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#stateString

The state of the VPC connection. The possible states are AVAILABLE, INACTIVE, DEACTIVATING, DELETING, CREATING, REJECTING, REJECTED and FAILED.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#subnetsArray<String>

The list of subnets in the client VPC.

Returns:

  • (Array<String>)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#tagsHash<String,String>

Tags attached to the VPC connection.

Returns:

  • (Hash<String,String>)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#target_cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#vpc_connection_arnString

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

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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

#vpc_idString

The VPC ID of the VPC connection.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1735

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