interface CFNFeatureConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GuardDuty.CfnDetector.CFNFeatureConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnDetector_CFNFeatureConfigurationProperty |
![]() | software.amazon.awscdk.services.guardduty.CfnDetector.CFNFeatureConfigurationProperty |
![]() | aws_cdk.aws_guardduty.CfnDetector.CFNFeatureConfigurationProperty |
![]() | aws-cdk-lib » aws_guardduty » CfnDetector » CFNFeatureConfigurationProperty |
Information about the configuration of a feature in your account.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_guardduty as guardduty } from 'aws-cdk-lib';
const cFNFeatureConfigurationProperty: guardduty.CfnDetector.CFNFeatureConfigurationProperty = {
name: 'name',
status: 'status',
// the properties below are optional
additionalConfiguration: [{
name: 'name',
status: 'status',
}],
};
Properties
Name | Type | Description |
---|---|---|
name | string | Name of the feature. |
status | string | Status of the feature configuration. |
additional | IResolvable | IResolvable | CFNFeature [] | Information about the additional configuration of a feature in your account. |
name
Type:
string
Name of the feature.
For a list of allowed values, see DetectorFeatureConfiguration in the GuardDuty API Reference .
status
Type:
string
Status of the feature configuration.
additionalConfiguration?
Type:
IResolvable
|
IResolvable
|
CFNFeature
[]
(optional)
Information about the additional configuration of a feature in your account.