@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.747Z") @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()
The frequency with which Amazon Macie publishes updates to policy findings for an account.
|
default String |
getStatus()
The `MacieStatus` of the `Session` .
|
@Stability(value=Stable) @Nullable default String getFindingPublishingFrequency()
This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events ). Valid values are:
@Stability(value=Stable) @Nullable default String getStatus()
Valid values include ENABLED and PAUSED .
@Stability(value=Stable) static CfnSessionProps.Builder builder()
CfnSessionProps.Builder of CfnSessionPropsCopyright © 2022. All rights reserved.