interface ConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AmazonMQ.ConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#ConfigurationReference |
Java | software.amazon.awscdk.services.amazonmq.ConfigurationReference |
Python | aws_cdk.aws_amazonmq.ConfigurationReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript