Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
TrafficConfig |
TrafficConfig.clone() |
TrafficConfig |
ContinuousDeploymentPolicyConfig.getTrafficConfig()
Contains the parameters for routing production traffic from your primary to staging distributions.
|
TrafficConfig |
TrafficConfig.withSingleHeaderConfig(ContinuousDeploymentSingleHeaderConfig singleHeaderConfig)
Determines which HTTP requests are sent to the staging distribution.
|
TrafficConfig |
TrafficConfig.withSingleWeightConfig(ContinuousDeploymentSingleWeightConfig singleWeightConfig)
Contains the percentage of traffic to send to the staging distribution.
|
TrafficConfig |
TrafficConfig.withType(ContinuousDeploymentPolicyType type)
The type of traffic configuration.
|
TrafficConfig |
TrafficConfig.withType(String type)
The type of traffic configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuousDeploymentPolicyConfig.setTrafficConfig(TrafficConfig trafficConfig)
Contains the parameters for routing production traffic from your primary to staging distributions.
|
ContinuousDeploymentPolicyConfig |
ContinuousDeploymentPolicyConfig.withTrafficConfig(TrafficConfig trafficConfig)
Contains the parameters for routing production traffic from your primary to staging distributions.
|
Copyright © 2023. All rights reserved.