ICustomResourceRef

class aws_cdk.ICustomResourceRef(*args, **kwargs)

Bases: IConstruct, Protocol

(experimental) Indicates that this resource can be referenced as a CustomResource.

Stability:

experimental

Attributes

custom_resource_ref

(experimental) A reference to a CustomResource resource.

Stability:

experimental

node

The tree node.