CloudFormationTarget
public struct CloudFormationTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID of an AWS CloudFormation blue/green deployment.
Declaration
Swift
public let deploymentId: String?
-
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
Declaration
Swift
public let lifecycleEvents: [LifecycleEvent]?
-
The resource type for the AWS CloudFormation blue/green deployment.
Declaration
Swift
public let resourceType: String?
-
The status of an AWS CloudFormation blue/green deployment’s target application.
Declaration
Swift
public let status: TargetStatus?
-
The unique ID of a deployment target that has a type of CloudFormationTarget.
Declaration
Swift
public let targetId: String?
-
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
Declaration
Swift
public let targetVersionWeight: Double?
-
Undocumented
Declaration
Swift
public init(deploymentId: String? = nil, lastUpdatedAt: TimeStamp? = nil, lifecycleEvents: [LifecycleEvent]? = nil, resourceType: String? = nil, status: TargetStatus? = nil, targetId: String? = nil, targetVersionWeight: Double? = nil)