Class AWSAPICallViaCloudTrail.AdditionalEventData.Jsii$Proxy
- All Implemented Interfaces:
AWSAPICallViaCloudTrail.AdditionalEventData,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AWSAPICallViaCloudTrail.AdditionalEventData
AWSAPICallViaCloudTrail.AdditionalEventData-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.s3.events.AWSAPICallViaCloudTrail.AdditionalEventData
AWSAPICallViaCloudTrail.AdditionalEventData.Builder, AWSAPICallViaCloudTrail.AdditionalEventData.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAWSAPICallViaCloudTrail.AdditionalEventData.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) AuthenticationMethod property.(experimental) bytesTransferredIn property.(experimental) bytesTransferredOut property.(experimental) CipherSuite property.(experimental) objectRetentionInfo property.(experimental) SignatureVersion property.(experimental) x-amz-id-2 property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAWSAPICallViaCloudTrail.AdditionalEventData.Builder.
-
-
Method Details
-
getAuthenticationMethod
Description copied from interface:AWSAPICallViaCloudTrail.AdditionalEventData(experimental) AuthenticationMethod property.Specify an array of string values to match this event if the actual value of AuthenticationMethod is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getAuthenticationMethodin interfaceAWSAPICallViaCloudTrail.AdditionalEventData
-
getBytesTransferredIn
Description copied from interface:AWSAPICallViaCloudTrail.AdditionalEventData(experimental) bytesTransferredIn property.Specify an array of string values to match this event if the actual value of bytesTransferredIn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getBytesTransferredInin interfaceAWSAPICallViaCloudTrail.AdditionalEventData
-
getBytesTransferredOut
Description copied from interface:AWSAPICallViaCloudTrail.AdditionalEventData(experimental) bytesTransferredOut property.Specify an array of string values to match this event if the actual value of bytesTransferredOut is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getBytesTransferredOutin interfaceAWSAPICallViaCloudTrail.AdditionalEventData
-
getCipherSuite
Description copied from interface:AWSAPICallViaCloudTrail.AdditionalEventData(experimental) CipherSuite property.Specify an array of string values to match this event if the actual value of CipherSuite is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getCipherSuitein interfaceAWSAPICallViaCloudTrail.AdditionalEventData
-
getObjectRetentionInfo
Description copied from interface:AWSAPICallViaCloudTrail.AdditionalEventData(experimental) objectRetentionInfo property.Specify an array of string values to match this event if the actual value of objectRetentionInfo is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getObjectRetentionInfoin interfaceAWSAPICallViaCloudTrail.AdditionalEventData
-
getSignatureVersion
Description copied from interface:AWSAPICallViaCloudTrail.AdditionalEventData(experimental) SignatureVersion property.Specify an array of string values to match this event if the actual value of SignatureVersion is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getSignatureVersionin interfaceAWSAPICallViaCloudTrail.AdditionalEventData
-
getXAmzId2
Description copied from interface:AWSAPICallViaCloudTrail.AdditionalEventData(experimental) x-amz-id-2 property.Specify an array of string values to match this event if the actual value of x-amz-id-2 is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getXAmzId2in interfaceAWSAPICallViaCloudTrail.AdditionalEventData
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-