| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.s3.assets |
AWS CDK Assets
|
| Modifier and Type | Method and Description |
|---|---|
AssetHashType |
AssetStagingProps.Jsii$Proxy.getAssetHashType() |
default AssetHashType |
AssetOptions.getAssetHashType()
(experimental) Specifies the type of hash to calculate for this asset.
|
AssetHashType |
AssetOptions.Jsii$Proxy.getAssetHashType() |
static AssetHashType |
AssetHashType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetHashType[] |
AssetHashType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssetStagingProps.Builder |
AssetStagingProps.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
AssetOptions.Builder |
AssetOptions.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
AssetStaging.Builder |
AssetStaging.Builder.assetHashType(AssetHashType assetHashType)
(experimental) Specifies the type of hash to calculate for this asset.
|
| Constructor and Description |
|---|
Jsii$Proxy(String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetOptions.Builder. |
Jsii$Proxy(String sourcePath,
String extraHash,
List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetStagingProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.assetHashType(AssetHashType assetHashType)
(experimental) Specifies the type of hash to calculate for this asset.
|
| Modifier and Type | Method and Description |
|---|---|
AssetHashType |
InitFileAssetOptions.Jsii$Proxy.getAssetHashType() |
AssetHashType |
InitSourceAssetOptions.Jsii$Proxy.getAssetHashType() |
| Modifier and Type | Method and Description |
|---|---|
InitFileAssetOptions.Builder |
InitFileAssetOptions.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
InitSourceAssetOptions.Builder |
InitSourceAssetOptions.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean base64Encoded,
String group,
String mode,
String owner,
List<? extends InitServiceRestartHandle> serviceRestartHandles,
List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
InitFileAssetOptions.Builder. |
Jsii$Proxy(List<? extends InitServiceRestartHandle> serviceRestartHandles,
List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
InitSourceAssetOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
AssetEnvironmentFile.Builder |
AssetEnvironmentFile.Builder.assetHashType(AssetHashType assetHashType)
(experimental) Specifies the type of hash to calculate for this asset.
|
| Modifier and Type | Method and Description |
|---|---|
AssetCode.Builder |
AssetCode.Builder.assetHashType(AssetHashType assetHashType)
(experimental) Specifies the type of hash to calculate for this asset.
|
| Modifier and Type | Method and Description |
|---|---|
AssetHashType |
AssetOptions.Jsii$Proxy.getAssetHashType() |
AssetHashType |
AssetProps.Jsii$Proxy.getAssetHashType() |
| Modifier and Type | Method and Description |
|---|---|
Asset.Builder |
Asset.Builder.assetHashType(AssetHashType assetHashType)
(experimental) Specifies the type of hash to calculate for this asset.
|
AssetOptions.Builder |
AssetOptions.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
AssetProps.Builder |
AssetProps.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
AssetOptions.Builder. |
Jsii$Proxy(String path,
List<? extends IGrantable> readers,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
AssetProps.Builder. |
Copyright © 2021. All rights reserved.