LoggingConfig

public struct LoggingConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type’s handlers.

    Declaration

    Swift

    public let logGroupName: String
  • The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.

    Declaration

    Swift

    public let logRoleArn: String
  • Undocumented

    Declaration

    Swift

    public init(logGroupName: String, logRoleArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws