Class: Aws::Kafka::Types::UpdateSecurityRequest

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

Overview

Request body for UpdateSecurity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_authenticationTypes::ClientAuthentication

Includes all client authentication related information.



4317
4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4317

class UpdateSecurityRequest < Struct.new(
  :client_authentication,
  :cluster_arn,
  :current_version,
  :encryption_info)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_arnString

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4317

class UpdateSecurityRequest < Struct.new(
  :client_authentication,
  :cluster_arn,
  :current_version,
  :encryption_info)
  SENSITIVE = []
  include Aws::Structure
end

#current_versionString

You can use the DescribeCluster operation to get the current version of the cluster. After the security update is complete, the cluster will have a new version.

Returns:

  • (String)


4317
4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4317

class UpdateSecurityRequest < Struct.new(
  :client_authentication,
  :cluster_arn,
  :current_version,
  :encryption_info)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_infoTypes::EncryptionInfo

Includes all encryption-related information.



4317
4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4317

class UpdateSecurityRequest < Struct.new(
  :client_authentication,
  :cluster_arn,
  :current_version,
  :encryption_info)
  SENSITIVE = []
  include Aws::Structure
end