Interface CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorPropsMixin
@Stability(Stable)
public static interface CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.guardduty.*;
CFNFeatureAdditionalConfigurationProperty cFNFeatureAdditionalConfigurationProperty = CFNFeatureAdditionalConfigurationProperty.builder()
.name("name")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Name of the additional configuration.- See Also:
-
getStatus
Status of the additional configuration.- See Also:
-
builder
@Stability(Stable) static CfnDetectorPropsMixin.CFNFeatureAdditionalConfigurationProperty.Builder builder()
-