@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.952Z") @Stability(value=Stable) public interface CfnSessionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.macie.*;
CfnSessionProps cfnSessionProps = CfnSessionProps.builder()
.findingPublishingFrequency("findingPublishingFrequency")
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSessionProps.Builder
A builder for
CfnSessionProps |
static class |
CfnSessionProps.Jsii$Proxy
An implementation for
CfnSessionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSessionProps.Builder |
builder() |
default String |
getFindingPublishingFrequency()
Specifies how often Amazon Macie publishes updates to policy findings for the account.
|
default String |
getStatus()
The status of Amazon Macie for the account.
|
@Stability(value=Stable) @Nullable default String getFindingPublishingFrequency()
This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are:
@Stability(value=Stable) @Nullable default String getStatus()
Valid values are: ENABLED , start or resume all Macie activities for the account; and, PAUSED , suspend all Macie activities for the account.
@Stability(value=Stable) static CfnSessionProps.Builder builder()
CfnSessionProps.Builder of CfnSessionPropsCopyright © 2022. All rights reserved.