OutputGroup
public struct OutputGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Custom output group name optionally defined by the user. Only letters, numbers, and the underscore character allowed; only 32 characters allowed.
Declaration
Swift
public let name: String?
-
Settings associated with the output group.
Declaration
Swift
public let outputGroupSettings: OutputGroupSettings
-
Undocumented
Declaration
Swift
public let outputs: [Output]
-
Undocumented
Declaration
Swift
public init(name: String? = nil, outputGroupSettings: OutputGroupSettings, outputs: [Output])
-
Declaration
Swift
public func validate(name: String) throws