Values.ContinuousDeploymentPolicyConfigSourceContains the configuration for a continuous deployment policy.
type nonrec t = {stagingDistributionDnsNames : StagingDistributionDnsNames.t;The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.
*)enabled : Boolean.t;A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.
*)trafficConfig : TrafficConfig.t option;Contains the parameters for routing production traffic from your primary to staging distributions.
*)}val make :
?trafficConfig:??? ->
stagingDistributionDnsNames:StagingDistributionDnsNames.t ->
enabled:Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Structure of
(string
* [> `Float of Float_.t
| `String of String_.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ])
list ])
list ]