class
Amazonite::CloudWatchLogs::PutDestinationPolicyRequest
- Amazonite::CloudWatchLogs::PutDestinationPolicyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_destination_policy_request.crConstructors
- .new(destination_name : String, access_policy : String, force_update : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#access_policy : String
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.
-
#access_policy=(access_policy : String)
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.
-
#destination_name : String
A name for an existing destination.
-
#destination_name=(destination_name : String)
A name for an existing destination.
-
#force_update : Bool | Nil
Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual Amazon Web Services accounts.
-
#force_update=(force_update : Bool | Nil)
Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual Amazon Web Services accounts.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
Specify true if you are updating an existing destination policy to grant permission to an
organization ID instead of granting permission to individual Amazon Web Services accounts.
Before you update a destination policy this way, you must first update the subscription filters
in the accounts that send logs to this destination. If you do not, the subscription filters
might stop working. By specifying true for forceUpdate, you are affirming that you have
already updated the subscription filters. For more information, see Updating an existing
cross-account
subscription
If you omit this parameter, the default of false is used.
Specify true if you are updating an existing destination policy to grant permission to an
organization ID instead of granting permission to individual Amazon Web Services accounts.
Before you update a destination policy this way, you must first update the subscription filters
in the accounts that send logs to this destination. If you do not, the subscription filters
might stop working. By specifying true for forceUpdate, you are affirming that you have
already updated the subscription filters. For more information, see Updating an existing
cross-account
subscription
If you omit this parameter, the default of false is used.