interface IAsset
Language | Type name |
---|---|
![]() | Amazon.CDK.IAsset |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#IAsset |
![]() | software.amazon.awscdk.IAsset |
![]() | aws_cdk.IAsset |
![]() | aws-cdk-lib » IAsset |
Implemented by
Asset
Common interface for all assets.
Properties
Name | Type | Description |
---|---|---|
asset | string | A hash of this asset, which is available at construction time. |
assetHash
Type:
string
A hash of this asset, which is available at construction time.
As this is a plain string, it can be used in construct IDs in order to enforce creation of a new resource when the content hash has changed.