interface ICustomResourceRef
Language | Type name |
---|---|
![]() | Amazon.CDK.ICustomResourceRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#ICustomResourceRef |
![]() | software.amazon.awscdk.ICustomResourceRef |
![]() | aws_cdk.ICustomResourceRef |
![]() | aws-cdk-lib » ICustomResourceRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a CustomResource.
Properties
Name | Type | Description |
---|---|---|
custom | Custom | A reference to a CustomResource resource. |
node | Node | The tree node. |
customResourceRef
Type:
Custom
A reference to a CustomResource resource.
node
Type:
Node
The tree node.