interface MacroReference
Language | Type name |
---|---|
![]() | Amazon.CDK.MacroReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#MacroReference |
![]() | software.amazon.awscdk.MacroReference |
![]() | aws_cdk.MacroReference |
![]() | 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.