interface ConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmazonMQ.ConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#ConfigurationReference |
![]() | software.amazon.awscdk.services.amazonmq.ConfigurationReference |
![]() | aws_cdk.aws_amazonmq.ConfigurationReference |
![]() | aws-cdk-lib » aws_amazonmq » ConfigurationReference |
A reference to a Configuration 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 configurationReference: amazonmq.ConfigurationReference = {
configurationArn: 'configurationArn',
configurationId: 'configurationId',
};
Properties
Name | Type | Description |
---|---|---|
configuration | string | The ARN of the Configuration resource. |
configuration | string | The Id of the Configuration resource. |
configurationArn
Type:
string
The ARN of the Configuration resource.
configurationId
Type:
string
The Id of the Configuration resource.