class Aws::CloudWatchLogs::Types::PutDestinationPolicyRequest

@note When making an API call, you may pass PutDestinationPolicyRequest

data as a hash:

    {
      destination_name: "DestinationName", # required
      access_policy: "AccessPolicy", # required
    }

@!attribute [rw] destination_name

A name for an existing destination.
@return [String]

@!attribute [rw] access_policy

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/PutDestinationPolicyRequest AWS API Documentation

Constants

SENSITIVE