Class: Aws::Pipes::Types::SelfManagedKafkaAccessConfigurationCredentials

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

Overview

Note:

SelfManagedKafkaAccessConfigurationCredentials is a union - when making an API calls you must set exactly one of the members.

Note:

SelfManagedKafkaAccessConfigurationCredentials is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of SelfManagedKafkaAccessConfigurationCredentials corresponding to the set member.

The Secrets Manager secret that stores your stream credentials.

Defined Under Namespace

Classes: BasicAuth, ClientCertificateTlsAuth, SaslScram256Auth, SaslScram512Auth, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#basic_authString

The ARN of the Secrets Manager secret.

Returns:

  • (String)


2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2931

class SelfManagedKafkaAccessConfigurationCredentials < Struct.new(
  :basic_auth,
  :sasl_scram_512_auth,
  :sasl_scram_256_auth,
  :client_certificate_tls_auth,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class BasicAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram512Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram256Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class ClientCertificateTlsAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class Unknown < SelfManagedKafkaAccessConfigurationCredentials; end
end

#client_certificate_tls_authString

The ARN of the Secrets Manager secret.

Returns:

  • (String)


2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2931

class SelfManagedKafkaAccessConfigurationCredentials < Struct.new(
  :basic_auth,
  :sasl_scram_512_auth,
  :sasl_scram_256_auth,
  :client_certificate_tls_auth,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class BasicAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram512Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram256Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class ClientCertificateTlsAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class Unknown < SelfManagedKafkaAccessConfigurationCredentials; end
end

#sasl_scram_256_authString

The ARN of the Secrets Manager secret.

Returns:

  • (String)


2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2931

class SelfManagedKafkaAccessConfigurationCredentials < Struct.new(
  :basic_auth,
  :sasl_scram_512_auth,
  :sasl_scram_256_auth,
  :client_certificate_tls_auth,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class BasicAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram512Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram256Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class ClientCertificateTlsAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class Unknown < SelfManagedKafkaAccessConfigurationCredentials; end
end

#sasl_scram_512_authString

The ARN of the Secrets Manager secret.

Returns:

  • (String)


2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2931

class SelfManagedKafkaAccessConfigurationCredentials < Struct.new(
  :basic_auth,
  :sasl_scram_512_auth,
  :sasl_scram_256_auth,
  :client_certificate_tls_auth,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class BasicAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram512Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class SaslScram256Auth < SelfManagedKafkaAccessConfigurationCredentials; end
  class ClientCertificateTlsAuth < SelfManagedKafkaAccessConfigurationCredentials; end
  class Unknown < SelfManagedKafkaAccessConfigurationCredentials; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



2931
2932
2933
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2931

def unknown
  @unknown
end