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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.lightsail.LoadBalancerTlsCertificate

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::Lightsail::LoadBalancerTlsCertificate

    Create LoadBalancerTlsCertificate Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LoadBalancerTlsCertificate(name: string, args: LoadBalancerTlsCertificateArgs, opts?: CustomResourceOptions);
    @overload
    def LoadBalancerTlsCertificate(resource_name: str,
                                   args: LoadBalancerTlsCertificateArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def LoadBalancerTlsCertificate(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   certificate_domain_name: Optional[str] = None,
                                   load_balancer_name: Optional[str] = None,
                                   certificate_alternative_names: Optional[Sequence[str]] = None,
                                   certificate_name: Optional[str] = None,
                                   https_redirection_enabled: Optional[bool] = None,
                                   is_attached: Optional[bool] = None)
    func NewLoadBalancerTlsCertificate(ctx *Context, name string, args LoadBalancerTlsCertificateArgs, opts ...ResourceOption) (*LoadBalancerTlsCertificate, error)
    public LoadBalancerTlsCertificate(string name, LoadBalancerTlsCertificateArgs args, CustomResourceOptions? opts = null)
    public LoadBalancerTlsCertificate(String name, LoadBalancerTlsCertificateArgs args)
    public LoadBalancerTlsCertificate(String name, LoadBalancerTlsCertificateArgs args, CustomResourceOptions options)
    
    type: aws-native:lightsail:LoadBalancerTlsCertificate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LoadBalancerTlsCertificateArgs
    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 LoadBalancerTlsCertificateArgs
    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 LoadBalancerTlsCertificateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LoadBalancerTlsCertificateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LoadBalancerTlsCertificateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const loadBalancerTlsCertificateResource = new aws_native.lightsail.LoadBalancerTlsCertificate("loadBalancerTlsCertificateResource", {
        certificateDomainName: "string",
        loadBalancerName: "string",
        certificateAlternativeNames: ["string"],
        certificateName: "string",
        httpsRedirectionEnabled: false,
        isAttached: false,
    });
    
    Coming soon!
    

    LoadBalancerTlsCertificate 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 LoadBalancerTlsCertificate resource accepts the following input properties:

    CertificateDomainName string
    The domain name (e.g., example.com ) for your SSL/TLS certificate.
    LoadBalancerName string
    The name of your load balancer.
    CertificateAlternativeNames List<string>
    An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
    CertificateName string
    The SSL/TLS certificate name.
    HttpsRedirectionEnabled bool
    A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
    IsAttached bool
    When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
    CertificateDomainName string
    The domain name (e.g., example.com ) for your SSL/TLS certificate.
    LoadBalancerName string
    The name of your load balancer.
    CertificateAlternativeNames []string
    An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
    CertificateName string
    The SSL/TLS certificate name.
    HttpsRedirectionEnabled bool
    A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
    IsAttached bool
    When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
    certificateDomainName String
    The domain name (e.g., example.com ) for your SSL/TLS certificate.
    loadBalancerName String
    The name of your load balancer.
    certificateAlternativeNames List<String>
    An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
    certificateName String
    The SSL/TLS certificate name.
    httpsRedirectionEnabled Boolean
    A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
    isAttached Boolean
    When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
    certificateDomainName string
    The domain name (e.g., example.com ) for your SSL/TLS certificate.
    loadBalancerName string
    The name of your load balancer.
    certificateAlternativeNames string[]
    An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
    certificateName string
    The SSL/TLS certificate name.
    httpsRedirectionEnabled boolean
    A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
    isAttached boolean
    When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
    certificate_domain_name str
    The domain name (e.g., example.com ) for your SSL/TLS certificate.
    load_balancer_name str
    The name of your load balancer.
    certificate_alternative_names Sequence[str]
    An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
    certificate_name str
    The SSL/TLS certificate name.
    https_redirection_enabled bool
    A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
    is_attached bool
    When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
    certificateDomainName String
    The domain name (e.g., example.com ) for your SSL/TLS certificate.
    loadBalancerName String
    The name of your load balancer.
    certificateAlternativeNames List<String>
    An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
    certificateName String
    The SSL/TLS certificate name.
    httpsRedirectionEnabled Boolean
    A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
    isAttached Boolean
    When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    LoadBalancerTlsCertificateArn string
    Status string
    The validation status of the SSL/TLS certificate.
    Id string
    The provider-assigned unique ID for this managed resource.
    LoadBalancerTlsCertificateArn string
    Status string
    The validation status of the SSL/TLS certificate.
    id String
    The provider-assigned unique ID for this managed resource.
    loadBalancerTlsCertificateArn String
    status String
    The validation status of the SSL/TLS certificate.
    id string
    The provider-assigned unique ID for this managed resource.
    loadBalancerTlsCertificateArn string
    status string
    The validation status of the SSL/TLS certificate.
    id str
    The provider-assigned unique ID for this managed resource.
    load_balancer_tls_certificate_arn str
    status str
    The validation status of the SSL/TLS certificate.
    id String
    The provider-assigned unique ID for this managed resource.
    loadBalancerTlsCertificateArn String
    status String
    The validation status of the SSL/TLS certificate.

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi