Interface CfnDetector.ICFNFeatureAdditionalConfigurationProperty
Information about the additional configuration of a feature in your account.
Namespace: Amazon.CDK.AWS.GuardDuty
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICFNFeatureAdditionalConfigurationProperty
Syntax (vb)
Public Interface ICFNFeatureAdditionalConfigurationProperty
Remarks
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.GuardDuty;
var cFNFeatureAdditionalConfigurationProperty = new CFNFeatureAdditionalConfigurationProperty {
Name = "name",
Status = "status"
};
Synopsis
Properties
Name | Name of the additional configuration. |
Status | Status of the additional configuration. |
Properties
Name
Name of the additional configuration.
virtual string Name { get; }
Property Value
System.String
Remarks
Status
Status of the additional configuration.
virtual string Status { get; }
Property Value
System.String