Class AlbServerGroupAttachmentArgs


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

      • albServerGroupId

        public com.pulumi.core.Output<java.lang.String> albServerGroupId()
        Returns:
        ID of Alb Server Group.
      • forceAttach

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> forceAttach()
        Returns:
        If instances of scaling group are attached/removed from slb backend server when attach/detach alb server group from scaling group. Default to false.
      • port

        public com.pulumi.core.Output<java.lang.Integer> port()
        Returns:
        The port will be used for Alb Server Group backend server.
      • scalingGroupId

        public com.pulumi.core.Output<java.lang.String> scalingGroupId()
        Returns:
        ID of the scaling group.
      • weight

        public com.pulumi.core.Output<java.lang.Integer> weight()
        Returns:
        The weight of an ECS instance attached to the Alb Server Group.