Class: Aws::Kafka::Types::VpcConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::VpcConnection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
The VPC connection object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication ⇒ String
The authentication type for the VPC connection.
-
#creation_time ⇒ Time
The creation time of the VPC connection.
-
#state ⇒ String
The state of a configuration.
-
#target_cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#vpc_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
-
#vpc_id ⇒ String
The VPC ID of the VPC connection.
Instance Attribute Details
#authentication ⇒ String
The authentication type for the VPC connection.
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_time ⇒ Time
The creation time of the VPC connection.
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 |
#state ⇒ String
The state of a configuration.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC connection.
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_id ⇒ String
The VPC ID of the VPC connection.
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 |