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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.macie.CfnSessionProps
CfnSessionProps.Builder, CfnSessionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSessionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSessionProps.Builder.protectedJsii$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:CfnSessionPropsSpecifies how often Amazon Macie publishes updates to policy findings for the account.This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are:
- FIFTEEN_MINUTES
- ONE_HOUR
- SIX_HOURS
Default: - "SIX_HOURS"
- Specified by:
getFindingPublishingFrequencyin interfaceCfnSessionProps- See Also:
-
getStatus
Description copied from interface:CfnSessionPropsThe status of Amazon Macie for the account.Valid values are:
ENABLED, start or resume Macie activities for the account; and,PAUSED, suspend Macie activities for the account.Default: - "ENABLED"
- Specified by:
getStatusin interfaceCfnSessionProps- See Also:
-
$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()
-