StaticKeySettings
public struct StaticKeySettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The URL of the license server used for protecting content.
Declaration
Swift
public let keyProviderServer: InputLocation?
-
Static key value as a 32 character hexadecimal string.
Declaration
Swift
public let staticKeyValue: String
-
Undocumented
Declaration
Swift
public init(keyProviderServer: InputLocation? = nil, staticKeyValue: String)
-
Declaration
Swift
public func validate(name: String) throws