public static interface PutDestinationPolicyRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDestinationPolicyRequest.Builder |
accessPolicy(String accessPolicy)
An IAM policy document that authorizes cross-account users to deliver their log events to the associated
destination.
|
PutDestinationPolicyRequest.Builder |
destinationName(String destinationName)
A name for an existing destination.
|
PutDestinationPolicyRequest.Builder |
forceUpdate(Boolean forceUpdate)
Specify true if you are updating an existing destination policy to grant permission to an organization ID
instead of granting permission to individual AWS accounts.
|
PutDestinationPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutDestinationPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDestinationPolicyRequest.Builder destinationName(String destinationName)
A name for an existing destination.
destinationName - A name for an existing destination.PutDestinationPolicyRequest.Builder accessPolicy(String accessPolicy)
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.
accessPolicy - 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.PutDestinationPolicyRequest.Builder forceUpdate(Boolean forceUpdate)
Specify true if you are updating an existing destination policy to grant permission to an organization ID
instead of granting permission to individual AWS 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.
forceUpdate - Specify true if you are updating an existing destination policy to grant permission to an organization
ID instead of granting permission to individual AWS 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.
PutDestinationPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutDestinationPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.