| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ReplaceKey |
RoutingRule.getReplaceKey()
(experimental) Specifies the object key prefix to use in the redirect request.
|
ReplaceKey |
RoutingRule.Jsii$Proxy.getReplaceKey() |
static ReplaceKey |
ReplaceKey.prefixWith(String keyReplacement)
(experimental) The object key prefix to use in the redirect request.
|
static ReplaceKey |
ReplaceKey.with(String keyReplacement)
(experimental) The specific object key to use in the redirect request.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingRule.Builder |
RoutingRule.Builder.replaceKey(ReplaceKey replaceKey)
Sets the value of
RoutingRule.getReplaceKey() |
| Constructor and Description |
|---|
Jsii$Proxy(RoutingRuleCondition condition,
String hostName,
String httpRedirectCode,
RedirectProtocol protocol,
ReplaceKey replaceKey)
Constructor that initializes the object based on literal property values passed by the
RoutingRule.Builder. |
Copyright © 2021. All rights reserved.