interface FabricConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect.CfnRouterOutputPropsMixin.FabricConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediaconnect#CfnRouterOutputPropsMixin_FabricConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterOutputPropsMixin.FabricConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediaconnect.CfnRouterOutputPropsMixin.FabricConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediaconnect » CfnRouterOutputPropsMixin » FabricConfigurationProperty |
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 { aws_mediaconnect as mediaconnect } from '@aws-cdk/cfn-property-mixins';
const fabricConfigurationProperty: mediaconnect.CfnRouterOutputPropsMixin.FabricConfigurationProperty = {
recoveryLatencyMode: 'recoveryLatencyMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| recovery | string |
recoveryLatencyMode?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript