| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.assetHash(String assetHash)
Specify a custom hash for this asset.
|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.assetHashType(AssetHashType assetHashType)
Specifies the type of hash to calculate for this asset.
|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.bundling(BundlingOptions bundling)
Bundle the asset by executing a command in a Docker container or a custom bundling provider.
|
static AssetApiDefinition.Builder |
AssetApiDefinition.Builder.create(String path) |
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.exclude(List<String> exclude)
File paths matching the patterns will be excluded.
|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.followSymlinks(SymlinkFollowMode followSymlinks)
A strategy for how to handle symlinks.
|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.ignoreMode(IgnoreMode ignoreMode)
The ignore behavior to use for `exclude` patterns.
|
AssetApiDefinition.Builder |
AssetApiDefinition.Builder.readers(List<? extends IGrantable> readers)
A list of principals that should be able to read this asset from S3.
|
Copyright © 2022. All rights reserved.