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

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.lightsail.getLoadBalancerTlsCertificate

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::Lightsail::LoadBalancerTlsCertificate

    Using getLoadBalancerTlsCertificate

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getLoadBalancerTlsCertificate(args: GetLoadBalancerTlsCertificateArgs, opts?: InvokeOptions): Promise<GetLoadBalancerTlsCertificateResult>
    function getLoadBalancerTlsCertificateOutput(args: GetLoadBalancerTlsCertificateOutputArgs, opts?: InvokeOptions): Output<GetLoadBalancerTlsCertificateResult>
    def get_load_balancer_tls_certificate(certificate_name: Optional[str] = None,
                                          load_balancer_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetLoadBalancerTlsCertificateResult
    def get_load_balancer_tls_certificate_output(certificate_name: Optional[pulumi.Input[str]] = None,
                                          load_balancer_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetLoadBalancerTlsCertificateResult]
    func LookupLoadBalancerTlsCertificate(ctx *Context, args *LookupLoadBalancerTlsCertificateArgs, opts ...InvokeOption) (*LookupLoadBalancerTlsCertificateResult, error)
    func LookupLoadBalancerTlsCertificateOutput(ctx *Context, args *LookupLoadBalancerTlsCertificateOutputArgs, opts ...InvokeOption) LookupLoadBalancerTlsCertificateResultOutput

    > Note: This function is named LookupLoadBalancerTlsCertificate in the Go SDK.

    public static class GetLoadBalancerTlsCertificate 
    {
        public static Task<GetLoadBalancerTlsCertificateResult> InvokeAsync(GetLoadBalancerTlsCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetLoadBalancerTlsCertificateResult> Invoke(GetLoadBalancerTlsCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLoadBalancerTlsCertificateResult> getLoadBalancerTlsCertificate(GetLoadBalancerTlsCertificateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:lightsail:getLoadBalancerTlsCertificate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CertificateName string
    The SSL/TLS certificate name.
    LoadBalancerName string
    The name of your load balancer.
    CertificateName string
    The SSL/TLS certificate name.
    LoadBalancerName string
    The name of your load balancer.
    certificateName String
    The SSL/TLS certificate name.
    loadBalancerName String
    The name of your load balancer.
    certificateName string
    The SSL/TLS certificate name.
    loadBalancerName string
    The name of your load balancer.
    certificate_name str
    The SSL/TLS certificate name.
    load_balancer_name str
    The name of your load balancer.
    certificateName String
    The SSL/TLS certificate name.
    loadBalancerName String
    The name of your load balancer.

    getLoadBalancerTlsCertificate Result

    The following output properties are available:

    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.
    LoadBalancerTlsCertificateArn string
    Status string
    The validation status of the SSL/TLS certificate.
    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.
    LoadBalancerTlsCertificateArn string
    Status string
    The validation status of the SSL/TLS certificate.
    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.
    loadBalancerTlsCertificateArn String
    status String
    The validation status of the SSL/TLS certificate.
    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.
    loadBalancerTlsCertificateArn string
    status string
    The validation status of the SSL/TLS certificate.
    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.
    load_balancer_tls_certificate_arn str
    status str
    The validation status of the SSL/TLS certificate.
    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.
    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi