Interface CfnFileSystemPropsMixin.LogConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFileSystemPropsMixin.LogConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFileSystemPropsMixin
@Stability(Stable)
public static interface CfnFileSystemPropsMixin.LogConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.fsx.*;
LogConfigurationProperty logConfigurationProperty = LogConfigurationProperty.builder()
.destination("destination")
.level("level")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFileSystemPropsMixin.LogConfigurationPropertystatic final classAn implementation forCfnFileSystemPropsMixin.LogConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
- See Also:
-
getLevel
- See Also:
-
builder
-