@Generated(value="software.amazon.awssdk:codegen") public final class VerifiedAccessLogs extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerifiedAccessLogs.Builder,VerifiedAccessLogs>
Describes the options for Verified Access logs.
Modifier and Type | Class and Description |
---|---|
static interface |
VerifiedAccessLogs.Builder |
Modifier and Type | Method and Description |
---|---|
static VerifiedAccessLogs.Builder |
builder() |
VerifiedAccessLogCloudWatchLogsDestination |
cloudWatchLogs()
CloudWatch Logs logging destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeTrustContext()
Describes current setting for including trust data into the logs.
|
VerifiedAccessLogKinesisDataFirehoseDestination |
kinesisDataFirehose()
Kinesis logging destination.
|
String |
logVersion()
Describes current setting for the logging version.
|
VerifiedAccessLogS3Destination |
s3()
Amazon S3 logging options.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VerifiedAccessLogs.Builder> |
serializableBuilderClass() |
VerifiedAccessLogs.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final VerifiedAccessLogS3Destination s3()
Amazon S3 logging options.
public final VerifiedAccessLogCloudWatchLogsDestination cloudWatchLogs()
CloudWatch Logs logging destination.
public final VerifiedAccessLogKinesisDataFirehoseDestination kinesisDataFirehose()
Kinesis logging destination.
public final String logVersion()
Describes current setting for the logging version.
public final Boolean includeTrustContext()
Describes current setting for including trust data into the logs.
public VerifiedAccessLogs.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VerifiedAccessLogs.Builder,VerifiedAccessLogs>
public static VerifiedAccessLogs.Builder builder()
public static Class<? extends VerifiedAccessLogs.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.