| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct 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)
(experimental) Expire once the specified duration has passed since deployment time.
|
static Expiration |
Expiration.atDate(Instant d)
(experimental) Expire at the specified date.
|
static Expiration |
Expiration.atTimestamp(Number t)
(experimental) Expire at the specified timestamp.
|
static Expiration |
Expiration.fromString(String s)
(experimental) Expire at specified date, represented as a string.
|
| Modifier and Type | Method and Description |
|---|---|
default Expiration |
ApiKeyConfig.getExpires()
(experimental) The time from creation time after which the API key expires.
|
Expiration |
ApiKeyConfig.Jsii$Proxy.getExpires() |
| Modifier and Type | Method and Description |
|---|---|
ApiKeyConfig.Builder |
ApiKeyConfig.Builder.expires(Expiration expires)
Sets the value of
ApiKeyConfig.getExpires() |
| Modifier and Type | Method and Description |
|---|---|
default Expiration |
LaunchTemplateSpotOptions.getValidUntil()
(experimental) 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()
(experimental) 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)
(experimental) System-defined expires metadata to be set on all objects in the deployment.
|
Copyright © 2022. All rights reserved.