| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline 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 |
Amazon S3 Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Artifact.getS3Location()
(experimental) Returns the location of the .zip file in S3 that this Artifact represents.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
EnvironmentFileConfig.getS3Location()
(experimental) The location of the environment file in S3.
|
Location |
EnvironmentFileConfig.Jsii$Proxy.getS3Location() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentFileConfig.Builder |
EnvironmentFileConfig.Builder.s3Location(Location s3Location)
Sets the value of
EnvironmentFileConfig.getS3Location() |
| Constructor and Description |
|---|
Jsii$Proxy(EnvironmentFileType fileType,
Location s3Location)
Constructor that initializes the object based on literal property values passed by the
EnvironmentFileConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Location |
CodeConfig.getS3Location()
(experimental) The location of the code in S3 (mutually exclusive with `inlineCode` and `image`).
|
Location |
CodeConfig.Jsii$Proxy.getS3Location() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
CfnParametersCode.assign(Location location)
(experimental) Create a parameters map from this instance's CloudFormation parameters.
|
CodeConfig.Builder |
CodeConfig.Builder.s3Location(Location s3Location)
Sets the value of
CodeConfig.getS3Location() |
| Constructor and Description |
|---|
Jsii$Proxy(CodeImageConfig image,
String inlineCode,
Location s3Location)
Constructor that initializes the object based on literal property values passed by the
CodeConfig.Builder. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.Jsii$Proxy
An implementation for
Location |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Location |
ResultConfiguration.getOutputLocation()
(experimental) S3 path of query results.
|
Location |
ResultConfiguration.Jsii$Proxy.getOutputLocation() |
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration.Builder |
ResultConfiguration.Builder.outputLocation(Location outputLocation)
Sets the value of
ResultConfiguration.getOutputLocation() |
| Constructor and Description |
|---|
Jsii$Proxy(EncryptionConfiguration encryptionConfiguration,
Location outputLocation)
Constructor that initializes the object based on literal property values passed by the
ResultConfiguration.Builder. |
Copyright © 2021. All rights reserved.