| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.appsync | |
| software.amazon.awscdk.services.s3.deployment |
| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String description,
Expiration expires,
String name)
Constructor that initializes the object based on literal property values passed by the
ApiKeyConfig.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 |
|---|---|
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.
|
| 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,
String websiteRedirectLocation)
Constructor that initializes the object based on literal property values passed by the
BucketDeploymentProps.Builder. |
Copyright © 2020. All rights reserved.