@Generated(value="software.amazon.awssdk:codegen") public final class PutSubscriptionFilterRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<PutSubscriptionFilterRequest.Builder,PutSubscriptionFilterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutSubscriptionFilterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutSubscriptionFilterRequest.Builder |
builder() |
String |
destinationArn()
The ARN of the destination to deliver matching log events to.
|
Distribution |
distribution()
The method used to distribute log data to the destination.
|
String |
distributionAsString()
The method used to distribute log data to the destination.
|
boolean |
equals(Object obj) |
String |
filterName()
A name for the subscription filter.
|
String |
filterPattern()
A filter pattern for subscribing to a filtered stream of log events.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupName()
The name of the log group.
|
String |
roleArn()
The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination
stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutSubscriptionFilterRequest.Builder> |
serializableBuilderClass() |
PutSubscriptionFilterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String logGroupName()
The name of the log group.
public String filterName()
A name for the subscription filter. If you are updating an existing filter, you must specify the correct name in
filterName. Otherwise, the call fails because you cannot associate a second filter with a log group.
To find the name of the filter currently associated with a log group, use DescribeSubscriptionFilters.
filterName. Otherwise, the call fails because you cannot associate a second filter
with a log group. To find the name of the filter currently associated with a log group, use
DescribeSubscriptionFilters.public String filterPattern()
A filter pattern for subscribing to a filtered stream of log events.
public String destinationArn()
The ARN of the destination to deliver matching log events to. Currently, the supported destinations are:
An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.
A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.
An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.
An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.
An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.
A logical destination (specified using an ARN) belonging to a different account, for cross-account delivery.
An Amazon Kinesis Firehose delivery stream belonging to the same account as the subscription filter, for same-account delivery.
An AWS Lambda function belonging to the same account as the subscription filter, for same-account delivery.
public String roleArn()
The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.
public Distribution distribution()
The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.
If the service returns an enum value that is not available in the current SDK version, distribution will
return Distribution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
distributionAsString().
Distributionpublic String distributionAsString()
The method used to distribute log data to the destination. By default log data is grouped by log stream, but the grouping can be set to random for a more even distribution. This property is only applicable when the destination is an Amazon Kinesis stream.
If the service returns an enum value that is not available in the current SDK version, distribution will
return Distribution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
distributionAsString().
Distributionpublic PutSubscriptionFilterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutSubscriptionFilterRequest.Builder,PutSubscriptionFilterRequest>toBuilder in class CloudWatchLogsRequestpublic static PutSubscriptionFilterRequest.Builder builder()
public static Class<? extends PutSubscriptionFilterRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.