SwapEnvironmentCNAMEsMessage
public struct SwapEnvironmentCNAMEsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the destination environment. Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.
Declaration
Swift
public let destinationEnvironmentId: String?
-
The name of the destination environment. Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.
Declaration
Swift
public let destinationEnvironmentName: String?
-
The ID of the source environment. Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.
Declaration
Swift
public let sourceEnvironmentId: String?
-
The name of the source environment. Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.
Declaration
Swift
public let sourceEnvironmentName: String?
-
init(destinationEnvironmentId:destinationEnvironmentName:sourceEnvironmentId:sourceEnvironmentName:)
Undocumented
Declaration
Swift
public init(destinationEnvironmentId: String? = nil, destinationEnvironmentName: String? = nil, sourceEnvironmentId: String? = nil, sourceEnvironmentName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws