Class CfnVerifiedAccessInstance.VerifiedAccessLogsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance.VerifiedAccessLogsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
@Stability(Stable)
@Internal
public static final class CfnVerifiedAccessInstance.VerifiedAccessLogsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
An implementation for
CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
CfnVerifiedAccessInstance.VerifiedAccessLogsProperty.Builder, CfnVerifiedAccessInstance.VerifiedAccessLogsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVerifiedAccessInstance.VerifiedAccessLogsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
CloudWatch Logs logging destination.final Object
Indicates whether to include trust data sent by trust providers in the logs.final Object
Kinesis logging destination.final String
The logging version.final Object
getS3()
Amazon S3 logging options.final int
hashCode()
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 theCfnVerifiedAccessInstance.VerifiedAccessLogsProperty.Builder
.
-
-
Method Details
-
getCloudWatchLogs
Description copied from interface:CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
CloudWatch Logs logging destination.- Specified by:
getCloudWatchLogs
in interfaceCfnVerifiedAccessInstance.VerifiedAccessLogsProperty
- See Also:
-
getIncludeTrustContext
Description copied from interface:CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
Indicates whether to include trust data sent by trust providers in the logs.- Specified by:
getIncludeTrustContext
in interfaceCfnVerifiedAccessInstance.VerifiedAccessLogsProperty
- See Also:
-
getKinesisDataFirehose
Description copied from interface:CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
Kinesis logging destination.- Specified by:
getKinesisDataFirehose
in interfaceCfnVerifiedAccessInstance.VerifiedAccessLogsProperty
- See Also:
-
getLogVersion
Description copied from interface:CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
The logging version.Valid values:
ocsf-0.1
|ocsf-1.0.0-rc.2
- Specified by:
getLogVersion
in interfaceCfnVerifiedAccessInstance.VerifiedAccessLogsProperty
- See Also:
-
getS3
Description copied from interface:CfnVerifiedAccessInstance.VerifiedAccessLogsProperty
Amazon S3 logging options.- Specified by:
getS3
in interfaceCfnVerifiedAccessInstance.VerifiedAccessLogsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-