interface CFNFeatureAdditionalConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty.CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsguardduty#CfnDetectorPropsMixin_CFNFeatureAdditionalConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_guardduty.CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_guardduty » CfnDetectorPropsMixin » CFNFeatureAdditionalConfigurationProperty |
Information about the additional 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/cfn-property-mixins';
const cFNFeatureAdditionalConfigurationProperty: guardduty.CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty = {
name: 'name',
status: 'status',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | Name of the additional configuration. |
| status? | string | Status of the additional configuration. |
name?
Type:
string
(optional)
Name of the additional configuration.
status?
Type:
string
(optional)
Status of the additional configuration.

.NET
Go
Java
Python
TypeScript