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)


2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2726

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

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

#client_certificate_tls_authString

The ARN of the Secrets Manager secret.

Returns:

  • (String)


2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2726

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

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

#sasl_scram_256_authString

The ARN of the Secrets Manager secret.

Returns:

  • (String)


2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2726

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

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

#sasl_scram_512_authString

The ARN of the Secrets Manager secret.

Returns:

  • (String)


2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2726

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

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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



2726
2727
2728
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2726

def unknown
  @unknown
end