interface ICustomResourceRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFormation.ICustomResourceRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudformation#ICustomResourceRef |
Java | software.amazon.awscdk.services.cloudformation.ICustomResourceRef |
Python | aws_cdk.aws_cloudformation.ICustomResourceRef |
TypeScript | aws-cdk-lib » aws_cloudformation » 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.

.NET
Go
Java
Python
TypeScript