Interface ICfnSessionProps
Properties for defining a CfnSession
.
Namespace: Amazon.CDK.AWS.Macie
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnSessionProps
Syntax (vb)
Public Interface ICfnSessionProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Macie;
var cfnSessionProps = new CfnSessionProps {
FindingPublishingFrequency = "findingPublishingFrequency",
Status = "status"
};
Synopsis
Properties
Finding |
Specifies how often Amazon Macie publishes updates to policy findings for the account. |
Status | The status of Amazon Macie for the account. |
Properties
FindingPublishingFrequency
Specifies how often Amazon Macie publishes updates to policy findings for the account.
virtual string FindingPublishingFrequency { get; }
Property Value
System.
Remarks
This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are:
Default: - "SIX_HOURS"
Status
The status of Amazon Macie for the account.
virtual string Status { get; }
Property Value
System.
Remarks
Valid values are: ENABLED
, start or resume all Macie activities for the account; and, PAUSED
, suspend all Macie activities for the account.
Default: - "ENABLED"