Class CfnSessionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.macie.CfnSessionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSessionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSessionProps
@Stability(Stable)
@Internal
public static final class CfnSessionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSessionProps
An implementation for
CfnSessionProps
-
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.macie.CfnSessionProps
CfnSessionProps.Builder, CfnSessionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSessionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSessionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnSessionProps.Builder
.
-
-
Method Details
-
getFindingPublishingFrequency
Description copied from interface:CfnSessionProps
Specifies how often Amazon Macie publishes updates to policy findings for the account.This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are:
- FIFTEEN_MINUTES
- ONE_HOUR
- SIX_HOURS
- Specified by:
getFindingPublishingFrequency
in interfaceCfnSessionProps
-
getStatus
Description copied from interface:CfnSessionProps
The status of Amazon Macie for the account.Valid values are:
ENABLED
, start or resume all Macie activities for the account; and,PAUSED
, suspend all Macie activities for the account.- Specified by:
getStatus
in interfaceCfnSessionProps
-
$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()
-