Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ v0.23.3 is live — includes breaking changes to supported language runtimes. Release notes · Migration guide · Provider dashboard
CDKTN Core API Reference for TerraformAssetConfig in Java.
import io.cdktn.cdktn.TerraformAssetConfig; TerraformAssetConfig.builder() .path(java.lang.String) // .assetHash(java.lang.String) // .type(AssetType) .build();
path
java.lang.String
assetHash
type
AssetType
public java.lang.String getPath();
public java.lang.String getAssetHash();
public AssetType getType();
Was this page helpful?