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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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.



1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-kafka/types.rb', line 1754

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