aws-cdk-lib.aws_guardduty.CfnDetector.FeatureConfigurationsProperty

interface FeatureConfigurationsProperty

LanguageType name
.NETAmazon.CDK.AWS.GuardDuty.CfnDetector.FeatureConfigurationsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnDetector_FeatureConfigurationsProperty
Javasoftware.amazon.awscdk.services.guardduty.CfnDetector.FeatureConfigurationsProperty
Pythonaws_cdk.aws_guardduty.CfnDetector.FeatureConfigurationsProperty
TypeScript aws-cdk-lib » aws_guardduty » CfnDetector » FeatureConfigurationsProperty

Describes the configuration for a feature.

Although the Required field associated with the following properties specifies No , if you provide information for Name , you will need to provide the information for Status too. For information about the available feature configurations, see DetectorFeatureConfiguration .

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 featureConfigurationsProperty: guardduty.CfnDetector.FeatureConfigurationsProperty = {
  additionalConfiguration: [{
    name: 'name',
    status: 'status',
  }],
  name: 'name',
  status: 'status',
};

Properties

NameTypeDescription
additionalConfiguration?IResolvable | IResolvable | FeatureAdditionalConfigurationProperty[]Additional configuration of the feature.
name?stringName of the feature.
status?stringStatus of the feature.

additionalConfiguration?

Type: IResolvable | IResolvable | FeatureAdditionalConfigurationProperty[] (optional)

Additional configuration of the feature.


name?

Type: string (optional)

Name of the feature.


status?

Type: string (optional)

Status of the feature.