interface MacroReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.MacroReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2#MacroReference |
Java | software.amazon.awscdk.MacroReference |
Python | aws_cdk.MacroReference |
TypeScript | aws-cdk-lib » MacroReference |
A reference to a Macro resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const macroReference: cdk.MacroReference = {
macroId: 'macroId',
};
Properties
| Name | Type | Description |
|---|---|---|
| macro | string | The Id of the Macro resource. |
macroId
Type:
string
The Id of the Macro resource.

.NET
Go
Java
Python
TypeScript