Class PutDestinationPolicyRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAn IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.builder()final StringA name for an existing destination.final booleanfinal booleanequalsBySdkFields(Object obj) final BooleanSpecify 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.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends PutDestinationPolicyRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
destinationName
A name for an existing destination.
- Returns:
- A name for an existing destination.
-
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.
- Returns:
- 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.
-
forceUpdate
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
trueforforceUpdate, you are affirming that you have already updated the subscription filters. For more information, see Updating an existing cross-account subscriptionIf you omit this parameter, the default of
falseis used.- Returns:
- 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
trueforforceUpdate, you are affirming that you have already updated the subscription filters. For more information, see Updating an existing cross-account subscriptionIf you omit this parameter, the default of
falseis used.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutDestinationPolicyRequest.Builder,PutDestinationPolicyRequest> - Specified by:
toBuilderin classCloudWatchLogsRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-