@Generated(value="software.amazon.awssdk:codegen") public final class CreateFlowLogsRequest extends Ec2Request implements ToCopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateFlowLogsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateFlowLogsRequest.Builder |
builder() |
String |
clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
deliverCrossAccountRole()
The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.
|
String |
deliverLogsPermissionArn()
The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your
account.
|
DestinationOptionsRequest |
destinationOptions()
The destination options.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasResourceIds()
For responses, this returns true if the service returned a value for the ResourceIds property.
|
boolean |
hasTagSpecifications()
For responses, this returns true if the service returned a value for the TagSpecifications property.
|
String |
logDestination()
The destination for the flow log data.
|
LogDestinationType |
logDestinationType()
The type of destination for the flow log data.
|
String |
logDestinationTypeAsString()
The type of destination for the flow log data.
|
String |
logFormat()
The fields to include in the flow log record.
|
String |
logGroupName()
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
|
Integer |
maxAggregationInterval()
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
|
List<String> |
resourceIds()
The IDs of the resources to monitor.
|
FlowLogsResourceType |
resourceType()
The type of resource to monitor.
|
String |
resourceTypeAsString()
The type of resource to monitor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFlowLogsRequest.Builder> |
serializableBuilderClass() |
List<TagSpecification> |
tagSpecifications()
The tags to apply to the flow logs.
|
CreateFlowLogsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrafficType |
trafficType()
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
|
String |
trafficTypeAsString()
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
public final String deliverLogsPermissionArn()
The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
This parameter is required if the destination type is cloud-watch-logs
and unsupported otherwise.
This parameter is required if the destination type is cloud-watch-logs
and unsupported
otherwise.
public final String deliverCrossAccountRole()
The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.
public final String logGroupName()
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
This parameter is valid only if the destination type is cloud-watch-logs
.
This parameter is valid only if the destination type is cloud-watch-logs
.
public final boolean hasResourceIds()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> resourceIds()
The IDs of the resources to monitor. For example, if the resource type is VPC
, specify the IDs of
the VPCs.
Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasResourceIds()
method.
VPC
, specify the
IDs of the VPCs.
Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.
public final FlowLogsResourceType resourceType()
The type of resource to monitor.
If the service returns an enum value that is not available in the current SDK version, resourceType
will
return FlowLogsResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from resourceTypeAsString()
.
FlowLogsResourceType
public final String resourceTypeAsString()
The type of resource to monitor.
If the service returns an enum value that is not available in the current SDK version, resourceType
will
return FlowLogsResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from resourceTypeAsString()
.
FlowLogsResourceType
public final TrafficType trafficType()
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.
If the service returns an enum value that is not available in the current SDK version, trafficType
will
return TrafficType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
trafficTypeAsString()
.
TrafficType
public final String trafficTypeAsString()
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.
If the service returns an enum value that is not available in the current SDK version, trafficType
will
return TrafficType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
trafficTypeAsString()
.
TrafficType
public final LogDestinationType logDestinationType()
The type of destination for the flow log data.
Default: cloud-watch-logs
If the service returns an enum value that is not available in the current SDK version,
logDestinationType
will return LogDestinationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from logDestinationTypeAsString()
.
Default: cloud-watch-logs
LogDestinationType
public final String logDestinationTypeAsString()
The type of destination for the flow log data.
Default: cloud-watch-logs
If the service returns an enum value that is not available in the current SDK version,
logDestinationType
will return LogDestinationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from logDestinationTypeAsString()
.
Default: cloud-watch-logs
LogDestinationType
public final String logDestination()
The destination for the flow log data. The meaning of this parameter depends on the destination type.
If the destination type is cloud-watch-logs
, specify the ARN of a CloudWatch Logs log group. For
example:
arn:aws:logs:region:account_id:log-group:my_group
Alternatively, use the LogGroupName
parameter.
If the destination type is s3
, specify the ARN of an S3 bucket. For example:
arn:aws:s3:::my_bucket/my_subfolder/
The subfolder is optional. Note that you can't use AWSLogs
as a subfolder name.
If the destination type is kinesis-data-firehose
, specify the ARN of a Kinesis Data Firehose
delivery stream. For example:
arn:aws:firehose:region:account_id:deliverystream:my_stream
If the destination type is cloud-watch-logs
, specify the ARN of a CloudWatch Logs log group.
For example:
arn:aws:logs:region:account_id:log-group:my_group
Alternatively, use the LogGroupName
parameter.
If the destination type is s3
, specify the ARN of an S3 bucket. For example:
arn:aws:s3:::my_bucket/my_subfolder/
The subfolder is optional. Note that you can't use AWSLogs
as a subfolder name.
If the destination type is kinesis-data-firehose
, specify the ARN of a Kinesis Data Firehose
delivery stream. For example:
arn:aws:firehose:region:account_id:deliverystream:my_stream
public final String logFormat()
The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see Flow log records in the Amazon VPC User Guide or Transit Gateway Flow Log records in the Amazon Web Services Transit Gateway Guide.
Specify the fields using the ${field-id}
format, separated by spaces. For the CLI, surround this
parameter value with single quotes on Linux or double quotes on Windows.
Specify the fields using the ${field-id}
format, separated by spaces. For the CLI, surround
this parameter value with single quotes on Linux or double quotes on Windows.
public final boolean hasTagSpecifications()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<TagSpecification> tagSpecifications()
The tags to apply to the flow logs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTagSpecifications()
method.
public final Integer maxAggregationInterval()
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes). This parameter must be 60 seconds for transit gateway resource types.
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.
Default: 600
public final DestinationOptionsRequest destinationOptions()
The destination options.
public CreateFlowLogsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateFlowLogsRequest.Builder,CreateFlowLogsRequest>
toBuilder
in class Ec2Request
public static CreateFlowLogsRequest.Builder builder()
public static Class<? extends CreateFlowLogsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.