CreateImageBuilderStreamingURLRequest
public struct CreateImageBuilderStreamingURLRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the image builder.
Declaration
Swift
public let name: String
-
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.
Declaration
Swift
public let validity: Int64?
-
Undocumented
Declaration
Swift
public init(name: String, validity: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws