Interface CfnDetectorPropsMixin.CFNFeatureConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorPropsMixin.CFNFeatureConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorPropsMixin
@Stability(Stable)
public static interface CfnDetectorPropsMixin.CFNFeatureConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.guardduty.*;
CFNFeatureConfigurationProperty cFNFeatureConfigurationProperty = CFNFeatureConfigurationProperty.builder()
.additionalConfiguration(List.of(CFNFeatureAdditionalConfigurationProperty.builder()
.name("name")
.status("status")
.build()))
.name("name")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetectorPropsMixin.CFNFeatureConfigurationPropertystatic final classAn implementation forCfnDetectorPropsMixin.CFNFeatureConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdditionalConfiguration
Information about the additional configuration of a feature in your account.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty>- See Also:
-
getName
Name of the feature.For a list of allowed values, see DetectorFeatureConfiguration in the GuardDuty API Reference .
- See Also:
-
getStatus
Status of the feature configuration.- See Also:
-
builder
-