1. Packages
  2. AWS Native
  3. API Docs
  4. lightsail
  5. LoadBalancer

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.lightsail.LoadBalancer

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type definition for AWS::Lightsail::LoadBalancer

    Create LoadBalancer Resource

    new LoadBalancer(name: string, args: LoadBalancerArgs, opts?: CustomResourceOptions);
    @overload
    def LoadBalancer(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     attached_instances: Optional[Sequence[str]] = None,
                     health_check_path: Optional[str] = None,
                     instance_port: Optional[int] = None,
                     ip_address_type: Optional[str] = None,
                     load_balancer_name: Optional[str] = None,
                     session_stickiness_enabled: Optional[bool] = None,
                     session_stickiness_lb_cookie_duration_seconds: Optional[str] = None,
                     tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                     tls_policy_name: Optional[str] = None)
    @overload
    def LoadBalancer(resource_name: str,
                     args: LoadBalancerArgs,
                     opts: Optional[ResourceOptions] = None)
    func NewLoadBalancer(ctx *Context, name string, args LoadBalancerArgs, opts ...ResourceOption) (*LoadBalancer, error)
    public LoadBalancer(string name, LoadBalancerArgs args, CustomResourceOptions? opts = null)
    public LoadBalancer(String name, LoadBalancerArgs args)
    public LoadBalancer(String name, LoadBalancerArgs args, CustomResourceOptions options)
    
    type: aws-native:lightsail:LoadBalancer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LoadBalancerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LoadBalancer Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The LoadBalancer resource accepts the following input properties:

    InstancePort int
    The instance port where you're creating your load balancer.
    AttachedInstances List<string>
    The names of the instances attached to the load balancer.
    HealthCheckPath string
    The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., "/").
    IpAddressType string
    The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
    LoadBalancerName string
    The name of your load balancer.
    SessionStickinessEnabled bool
    Configuration option to enable session stickiness.
    SessionStickinessLbCookieDurationSeconds string
    Configuration option to adjust session stickiness cookie duration parameter.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    TlsPolicyName string
    The name of the TLS policy to apply to the load balancer.
    InstancePort int
    The instance port where you're creating your load balancer.
    AttachedInstances []string
    The names of the instances attached to the load balancer.
    HealthCheckPath string
    The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., "/").
    IpAddressType string
    The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
    LoadBalancerName string
    The name of your load balancer.
    SessionStickinessEnabled bool
    Configuration option to enable session stickiness.
    SessionStickinessLbCookieDurationSeconds string
    Configuration option to adjust session stickiness cookie duration parameter.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    TlsPolicyName string
    The name of the TLS policy to apply to the load balancer.
    instancePort Integer
    The instance port where you're creating your load balancer.
    attachedInstances List<String>
    The names of the instances attached to the load balancer.
    healthCheckPath String
    The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., "/").
    ipAddressType String
    The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
    loadBalancerName String
    The name of your load balancer.
    sessionStickinessEnabled Boolean
    Configuration option to enable session stickiness.
    sessionStickinessLbCookieDurationSeconds String
    Configuration option to adjust session stickiness cookie duration parameter.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    tlsPolicyName String
    The name of the TLS policy to apply to the load balancer.
    instancePort number
    The instance port where you're creating your load balancer.
    attachedInstances string[]
    The names of the instances attached to the load balancer.
    healthCheckPath string
    The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., "/").
    ipAddressType string
    The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
    loadBalancerName string
    The name of your load balancer.
    sessionStickinessEnabled boolean
    Configuration option to enable session stickiness.
    sessionStickinessLbCookieDurationSeconds string
    Configuration option to adjust session stickiness cookie duration parameter.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    tlsPolicyName string
    The name of the TLS policy to apply to the load balancer.
    instance_port int
    The instance port where you're creating your load balancer.
    attached_instances Sequence[str]
    The names of the instances attached to the load balancer.
    health_check_path str
    The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., "/").
    ip_address_type str
    The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
    load_balancer_name str
    The name of your load balancer.
    session_stickiness_enabled bool
    Configuration option to enable session stickiness.
    session_stickiness_lb_cookie_duration_seconds str
    Configuration option to adjust session stickiness cookie duration parameter.
    tags TagArgs]
    An array of key-value pairs to apply to this resource.
    tls_policy_name str
    The name of the TLS policy to apply to the load balancer.
    instancePort Number
    The instance port where you're creating your load balancer.
    attachedInstances List<String>
    The names of the instances attached to the load balancer.
    healthCheckPath String
    The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., "/").
    ipAddressType String
    The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
    loadBalancerName String
    The name of your load balancer.
    sessionStickinessEnabled Boolean
    Configuration option to enable session stickiness.
    sessionStickinessLbCookieDurationSeconds String
    Configuration option to adjust session stickiness cookie duration parameter.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    tlsPolicyName String
    The name of the TLS policy to apply to the load balancer.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LoadBalancer resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    LoadBalancerArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    LoadBalancerArn string
    id String
    The provider-assigned unique ID for this managed resource.
    loadBalancerArn String
    id string
    The provider-assigned unique ID for this managed resource.
    loadBalancerArn string
    id str
    The provider-assigned unique ID for this managed resource.
    load_balancer_arn str
    id String
    The provider-assigned unique ID for this managed resource.
    loadBalancerArn String

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi