paws.compute (version 0.1.0)

lightsail_create_load_balancer_tls_certificate: Creates a Lightsail load balancer TLS certificate

Description

Creates a Lightsail load balancer TLS certificate.

Usage

lightsail_create_load_balancer_tls_certificate(loadBalancerName,
  certificateName, certificateDomainName, certificateAlternativeNames,
  tags)

Arguments

loadBalancerName

[required] The load balancer name where you want to create the SSL/TLS certificate.

certificateName

[required] The SSL/TLS certificate name.

You can have up to 10 certificates in your account at one time. Each Lightsail load balancer can have up to 2 certificates associated with it at one time. There is also an overall limit to the number of certificates that can be issue in a 365-day period. For more information, see Limits.

certificateDomainName

[required] The domain name (e.g., example.com) for your SSL/TLS certificate.

certificateAlternativeNames

An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail will de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1 primary domain). We do not support wildcards (e.g., *.example.com).

tags

The tag keys and optional values to add to the resource during create.

To tag a resource after it has been created, see the tag resource operation.

Request syntax

svc$create_load_balancer_tls_certificate(
  loadBalancerName = "string",
  certificateName = "string",
  certificateDomainName = "string",
  certificateAlternativeNames = list(
    "string"
  ),
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Details

TLS is just an updated, more secure version of Secure Socket Layer (SSL).

The create load balancer tls certificate operation supports tag-based access control via resource tags applied to the resource identified by loadBalancerName. For more information, see the Lightsail Dev Guide.