interface MQBrokerAccessCredentialsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.MQBrokerAccessCredentialsProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.MQBrokerAccessCredentialsProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.MQBrokerAccessCredentialsProperty |
![]() | @aws-cdk/aws-pipes » CfnPipe » MQBrokerAccessCredentialsProperty |
The AWS Secrets Manager secret that stores your broker 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 mQBrokerAccessCredentialsProperty: pipes.CfnPipe.MQBrokerAccessCredentialsProperty = {
basicAuth: 'basicAuth',
};
Properties
Name | Type | Description |
---|---|---|
basic | string | The ARN of the Secrets Manager secret. |
basicAuth
Type:
string
The ARN of the Secrets Manager secret.