Interface CfnRouterOutputPropsMixin.FabricConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterOutputPropsMixin.FabricConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterOutputPropsMixin
@Stability(Stable)
public static interface CfnRouterOutputPropsMixin.FabricConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The fabric configuration settings for the router output.
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.mediaconnect.*;
FabricConfigurationProperty fabricConfigurationProperty = FabricConfigurationProperty.builder()
.recoveryLatencyMode("recoveryLatencyMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRouterOutputPropsMixin.FabricConfigurationPropertystatic final classAn implementation forCfnRouterOutputPropsMixin.FabricConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRecoveryLatencyMode
- See Also:
-
builder
-