Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.directconnect.CfnLagPropsMixin.Builder
Packages that use CfnLagPropsMixin.Builder
-
Uses of CfnLagPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.directconnect
Methods in software.amazon.awscdk.cfnpropertymixins.services.directconnect that return CfnLagPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLagPropsMixin.Builder.connectionsBandwidth(String connectionsBandwidth) The bandwidth of the individual physical dedicated connections bundled by the LAG.static CfnLagPropsMixin.BuilderCfnLagPropsMixin.Builder.create()static CfnLagPropsMixin.BuilderCfnLagPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the LAG.The location for the LAG.CfnLagPropsMixin.Builder.minimumLinks(Number minimumLinks) The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.CfnLagPropsMixin.Builder.providerName(String providerName) The name of the service provider associated with the requested LAG.CfnLagPropsMixin.Builder.requestMacSec(Boolean requestMacSec) Indicates whether you want the LAG to support MAC Security (MACsec).CfnLagPropsMixin.Builder.requestMacSec(IResolvable requestMacSec) Indicates whether you want the LAG to support MAC Security (MACsec).The tags associated with the LAG.