interface SelfManagedKafkaAccessConfigurationCredentialsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.SelfManagedKafkaAccessConfigurationCredentialsProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.SelfManagedKafkaAccessConfigurationCredentialsProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.SelfManagedKafkaAccessConfigurationCredentialsProperty |
![]() | @aws-cdk/aws-pipes » CfnPipe » SelfManagedKafkaAccessConfigurationCredentialsProperty |
The AWS Secrets Manager secret that stores your stream credentials.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as pipes from '@aws-cdk/aws-pipes';
const selfManagedKafkaAccessConfigurationCredentialsProperty: pipes.CfnPipe.SelfManagedKafkaAccessConfigurationCredentialsProperty = {
basicAuth: 'basicAuth',
clientCertificateTlsAuth: 'clientCertificateTlsAuth',
saslScram256Auth: 'saslScram256Auth',
saslScram512Auth: 'saslScram512Auth',
};
Properties
Name | Type | Description |
---|---|---|
basic | string | The ARN of the Secrets Manager secret. |
client | string | The ARN of the Secrets Manager secret. |
sasl | string | The ARN of the Secrets Manager secret. |
sasl | string | The ARN of the Secrets Manager secret. |
basicAuth?
Type:
string
(optional)
The ARN of the Secrets Manager secret.
clientCertificateTlsAuth?
Type:
string
(optional)
The ARN of the Secrets Manager secret.
saslScram256Auth?
Type:
string
(optional)
The ARN of the Secrets Manager secret.
saslScram512Auth?
Type:
string
(optional)
The ARN of the Secrets Manager secret.