interface CfnSessionProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Macie.CfnSessionProps |
Java | software.amazon.awscdk.services.macie.CfnSessionProps |
Python | aws_cdk.aws_macie.CfnSessionProps |
TypeScript | @aws-cdk/aws-macie » CfnSessionProps |
Properties for defining a CfnSession
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as macie from '@aws-cdk/aws-macie';
const cfnSessionProps: macie.CfnSessionProps = {
findingPublishingFrequency: 'findingPublishingFrequency',
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
finding | string | Specifies how often Amazon Macie publishes updates to policy findings for the account. |
status? | string | The status of Amazon Macie for the account. |
findingPublishingFrequency?
Type:
string
(optional)
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
status?
Type:
string
(optional)
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.