| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Expiration |
Expiration.after(Duration t)
Expire once the specified duration has passed since deployment time.
|
static Expiration |
Expiration.atDate(Instant d)
Expire at the specified date.
|
static Expiration |
Expiration.atTimestamp(Number t)
Expire at the specified timestamp.
|
static Expiration |
Expiration.fromString(String s)
Expire at specified date, represented as a string.
|
| Modifier and Type | Method and Description |
|---|---|
default Expiration |
LaunchTemplateSpotOptions.getValidUntil()
The end date of the request.
|
Expiration |
LaunchTemplateSpotOptions.Jsii$Proxy.getValidUntil() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpotOptions.Builder |
LaunchTemplateSpotOptions.Builder.validUntil(Expiration validUntil)
Sets the value of
LaunchTemplateSpotOptions.getValidUntil() |
| Modifier and Type | Method and Description |
|---|---|
default Expiration |
BucketDeploymentProps.getExpires()
System-defined expires metadata to be set on all objects in the deployment.
|
Expiration |
BucketDeploymentProps.Jsii$Proxy.getExpires() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.expires(Expiration expires)
Sets the value of
BucketDeploymentProps.getExpires() |
BucketDeployment.Builder |
BucketDeployment.Builder.expires(Expiration expires)
System-defined expires metadata to be set on all objects in the deployment.
|
Copyright © 2022. All rights reserved.