Interface CfnSessionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSessionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:01.266Z")
@Stability(Stable)
public interface CfnSessionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnSessionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.macie.*;
CfnSessionMixinProps cfnSessionMixinProps = CfnSessionMixinProps.builder()
.findingPublishingFrequency("findingPublishingFrequency")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSessionMixinPropsstatic final classAn implementation forCfnSessionMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnSessionMixinProps.Builderbuilder()default StringSpecifies how often Amazon Macie publishes updates to policy findings for the account.default StringThe status of Amazon Macie for the account.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFindingPublishingFrequency
Specifies how often Amazon Macie publishes updates to policy findings for the account.This includes publishing updates to AWS Security Hub CSPM and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are:
- FIFTEEN_MINUTES
- ONE_HOUR
- SIX_HOURS
Default: - "SIX_HOURS"
- See Also:
-
getStatus
The 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"
- See Also:
-
builder
- Returns:
- a
CfnSessionMixinProps.BuilderofCfnSessionMixinProps
-