CreateInstanceSnapshotRequest
public struct CreateInstanceSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Lightsail instance on which to base your snapshot.
Declaration
Swift
public let instanceName: String
-
The name for your new snapshot.
Declaration
Swift
public let instanceSnapshotName: String
-
The tag keys and optional values to add to the resource during create. Use the TagResource action to tag a resource after it’s created.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(instanceName: String, instanceSnapshotName: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws