DeploymentStyle
public struct DeploymentStyle : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
Indicates whether to route deployment traffic behind a load balancer.
Declaration
Swift
public let deploymentOption: DeploymentOption? - 
                  
                  
Indicates whether to run an in-place deployment or a blue/green deployment.
Declaration
Swift
public let deploymentType: DeploymentType? - 
                  
                  
Undocumented
Declaration
Swift
public init(deploymentOption: DeploymentOption? = nil, deploymentType: DeploymentType? = nil) 
View on GitHub
        DeploymentStyle Structure Reference