Package | Description |
---|---|
software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
Modifier and Type | Class and Description |
---|---|
static class |
RoutingRuleCondition.Jsii$Proxy
An implementation for
RoutingRuleCondition |
Modifier and Type | Method and Description |
---|---|
RoutingRuleCondition |
RoutingRuleCondition.Builder.build()
Builds the configured instance.
|
default RoutingRuleCondition |
RoutingRule.getCondition()
(experimental) Specifies a condition that must be met for the specified redirect to apply.
|
RoutingRuleCondition |
RoutingRule.Jsii$Proxy.getCondition() |
Modifier and Type | Method and Description |
---|---|
RoutingRule.Builder |
RoutingRule.Builder.condition(RoutingRuleCondition condition)
Sets the value of
RoutingRule.getCondition() |
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.