Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutSubscriptionFilterRequest.Builder,PutSubscriptionFilterRequest>
@Generated("software.amazon.awssdk:codegen") public class PutSubscriptionFilterRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutSubscriptionFilterRequest.Builder,PutSubscriptionFilterRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutSubscriptionFilterRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PutSubscriptionFilterRequest.Builder |
builder() |
|
String |
destinationArn() |
The ARN of the destination to deliver matching log events to.
|
String |
distribution() |
The method used to distribute log data to the destination, when the destination is an Amazon Kinesis stream.
|
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.
|
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.
|
static Class<? extends PutSubscriptionFilterRequest.Builder> |
serializableBuilderClass() |
|
PutSubscriptionFilterRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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 will fail 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 will fail 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 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 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 String distribution()
The method used to distribute log data to the destination, when the destination is an Amazon Kinesis stream. By default, log data is grouped by log stream. For a more even distribution, you can group log data randomly.
Distribution
public PutSubscriptionFilterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutSubscriptionFilterRequest.Builder,PutSubscriptionFilterRequest>
public static PutSubscriptionFilterRequest.Builder builder()
public static Class<? extends PutSubscriptionFilterRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.