Class LinkAggregationGroupArgs


  • public final class LinkAggregationGroupArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • connectionId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> connectionId()
        Returns:
        The ID of an existing dedicated connection to migrate to the LAG.
      • connectionsBandwidth

        public com.pulumi.core.Output<java.lang.String> connectionsBandwidth()
        Returns:
        The bandwidth of the individual physical connections bundled by the LAG. Valid values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
      • forceDestroy

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> forceDestroy()
        Returns:
        A boolean that indicates all connections associated with the LAG should be deleted so that the LAG can be destroyed without error. These objects are *not* recoverable.
      • location

        public com.pulumi.core.Output<java.lang.String> location()
        Returns:
        The AWS Direct Connect location in which the LAG should be allocated. See [DescribeLocations](https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DescribeLocations.html) for the list of AWS Direct Connect locations. Use `locationCode`.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the LAG.
      • providerName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> providerName()
        Returns:
        The name of the service provider associated with the LAG.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.