CreateLogGroupRequest
public struct CreateLogGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
Declaration
Swift
public let kmsKeyId: String? -
The name of the log group.
Declaration
Swift
public let logGroupName: String -
The key-value pairs to use for the tags.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(kmsKeyId: String? = nil, logGroupName: String, tags: [String : String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateLogGroupRequest Structure Reference