Class Destination
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.Destination
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Destination.Builder,Destination>
@Generated("software.amazon.awssdk:codegen")
public final class Destination
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Destination.Builder,Destination>
Represents a cross-account destination that receives subscription log events.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAn IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.final Stringarn()The ARN of this destination.static Destination.Builderbuilder()final LongThe creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.final StringThe name of the destination.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringroleArn()A role for impersonation, used when delivering log events to the target.static Class<? extends Destination.Builder>final StringThe Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).final StringtoString()Returns a string representation of this object.Methods 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
The name of the destination.
- Returns:
- The name of the destination.
-
targetArn
The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).
- Returns:
- The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).
-
roleArn
A role for impersonation, used when delivering log events to the target.
- Returns:
- A role for impersonation, used when delivering log events to the target.
-
accessPolicy
An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.
- Returns:
- An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.
-
arn
The ARN of this destination.
- Returns:
- The ARN of this destination.
-
creationTime
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Returns:
- The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Destination.Builder,Destination>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-