| Package | Description |
|---|---|
| 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
|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AssetApiDefinition |
ApiDefinition.fromAsset(String file,
AssetOptions options)
(experimental) Loads the API specification from a local disk asset.
|
| Constructor and Description |
|---|
AssetApiDefinition(String path,
AssetOptions options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitFileAssetOptions
(experimental) Additional options for creating an InitFile from an asset.
|
interface |
InitSourceAssetOptions
(experimental) Additional options for an InitSource that builds an asset from local files.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InitFileAssetOptions.Jsii$Proxy
An implementation for
InitFileAssetOptions |
static class |
InitSourceAssetOptions.Jsii$Proxy
An implementation for
InitSourceAssetOptions |
| Modifier and Type | Method and Description |
|---|---|
static AssetEnvironmentFile |
EnvironmentFile.fromAsset(String path,
AssetOptions options)
(experimental) Loads the environment file from a local disk path.
|
| Constructor and Description |
|---|
AssetEnvironmentFile(String path,
AssetOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static AssetCode |
Code.fromAsset(String path,
AssetOptions options)
(experimental) Loads the function code from a local disk path.
|
| Constructor and Description |
|---|
AssetCode(String path,
AssetOptions options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssetProps |
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetProps.Jsii$Proxy
An implementation for
AssetProps |
| Modifier and Type | Method and Description |
|---|---|
AssetOptions |
AssetOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ISource |
Source.asset(String path,
AssetOptions options)
(experimental) Uses a local asset as the deployment source.
|
Copyright © 2021. All rights reserved.