interface BrokerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmazonMQ.BrokerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#BrokerReference |
![]() | software.amazon.awscdk.services.amazonmq.BrokerReference |
![]() | aws_cdk.aws_amazonmq.BrokerReference |
![]() | aws-cdk-lib » aws_amazonmq » BrokerReference |
A reference to a Broker resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amazonmq as amazonmq } from 'aws-cdk-lib';
const brokerReference: amazonmq.BrokerReference = {
brokerArn: 'brokerArn',
brokerId: 'brokerId',
};
Properties
Name | Type | Description |
---|---|---|
broker | string | The ARN of the Broker resource. |
broker | string | The Id of the Broker resource. |
brokerArn
Type:
string
The ARN of the Broker resource.
brokerId
Type:
string
The Id of the Broker resource.