PutDestinationPolicyRequest

public struct PutDestinationPolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination. This can be up to 5120 bytes.

    Declaration

    Swift

    public let accessPolicy: String
  • A name for an existing destination.

    Declaration

    Swift

    public let destinationName: String
  • Undocumented

    Declaration

    Swift

    public init(accessPolicy: String, destinationName: String)
  • Declaration

    Swift

    public func validate(name: String) throws