Interface CfnRouterOutput.FabricConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRouterOutput.FabricConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnRouterOutput

@Stability(Stable) public static interface CfnRouterOutput.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.services.mediaconnect.*;
 FabricConfigurationProperty fabricConfigurationProperty = FabricConfigurationProperty.builder()
         .recoveryLatencyMode("recoveryLatencyMode")
         .build();
 

See Also: