| 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)
(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 |
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() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration blockDuration,
SpotInstanceInterruption interruptionBehavior,
Number maxPrice,
SpotRequestType requestType,
Expiration validUntil)
Constructor that initializes the object based on literal property values passed by the
LaunchTemplateSpotOptions.Builder. |
| 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 |
|---|---|
BucketDeployment.Builder |
BucketDeployment.Builder.expires(Expiration expires)
(experimental) System-defined expires metadata to be set on all objects in the deployment.
|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.expires(Expiration expires)
Sets the value of
BucketDeploymentProps.getExpires() |
| Constructor and Description |
|---|
Jsii$Proxy(IBucket destinationBucket,
List<? extends ISource> sources,
List<? extends CacheControl> cacheControl,
String contentDisposition,
String contentEncoding,
String contentLanguage,
String contentType,
String destinationKeyPrefix,
IDistribution distribution,
List<String> distributionPaths,
Expiration expires,
Number memoryLimit,
UserDefinedObjectMetadata metadata,
Boolean prune,
Boolean retainOnDelete,
IRole role,
ServerSideEncryption serverSideEncryption,
String serverSideEncryptionAwsKmsKeyId,
String serverSideEncryptionCustomerAlgorithm,
StorageClass storageClass,
IVpc vpc,
SubnetSelection vpcSubnets,
String websiteRedirectLocation)
Constructor that initializes the object based on literal property values passed by the
BucketDeploymentProps.Builder. |
Copyright © 2021. All rights reserved.