Package software.amazon.awscdk
Class AWSEventMetadataProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.AWSEventMetadataProps.Jsii$Proxy
- All Implemented Interfaces:
AWSEventMetadataProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AWSEventMetadataProps
@Stability(Stable)
@Internal
public static final class AWSEventMetadataProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AWSEventMetadataProps
An implementation for
AWSEventMetadataProps-
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.AWSEventMetadataProps
AWSEventMetadataProps.Builder, AWSEventMetadataProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AWSEventMetadataProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAWSEventMetadataProps.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 booleanIdentifies the AWS region where the event originated.This JSON array contains ARNs that identify resources that are involved in the event.By default, this is set to 0 (zero) in all events.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 theAWSEventMetadataProps.Builder.
-
-
Method Details
-
getRegion
Description copied from interface:AWSEventMetadataPropsIdentifies the AWS region where the event originated.Default: - No filtering on region
- Specified by:
getRegionin interfaceAWSEventMetadataProps
-
getResources
Description copied from interface:AWSEventMetadataPropsThis JSON array contains ARNs that identify resources that are involved in the event.Inclusion of these ARNs is at the discretion of the service.
For example, Amazon EC2 instance state-changes include Amazon EC2 instance ARNs, Auto Scaling events include ARNs for both instances and Auto Scaling groups, but API calls with AWS CloudTrail do not include resource ARNs.
Default: - No filtering on resource
- Specified by:
getResourcesin interfaceAWSEventMetadataProps
-
getVersion
Description copied from interface:AWSEventMetadataPropsBy default, this is set to 0 (zero) in all events.Default: - No filtering on version
- Specified by:
getVersionin interfaceAWSEventMetadataProps
-
$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()
-