AWS Native
getLoadBalancerTlsCertificate
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:
- Certificate
Name string The SSL/TLS certificate name.
- Load
Balancer stringName The name of your load balancer.
- Certificate
Name string The SSL/TLS certificate name.
- Load
Balancer stringName The name of your load balancer.
- certificate
Name String The SSL/TLS certificate name.
- load
Balancer StringName The name of your load balancer.
- certificate
Name string The SSL/TLS certificate name.
- load
Balancer stringName The name of your load balancer.
- certificate_
name str The SSL/TLS certificate name.
- load_
balancer_ strname The name of your load balancer.
- certificate
Name String The SSL/TLS certificate name.
- load
Balancer StringName The name of your load balancer.
getLoadBalancerTlsCertificate Result
The following output properties are available:
- Is
Attached bool When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- Load
Balancer stringTls Certificate Arn - Status string
The validation status of the SSL/TLS certificate.
- Is
Attached bool When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- Load
Balancer stringTls Certificate Arn - Status string
The validation status of the SSL/TLS certificate.
- is
Attached Boolean When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- load
Balancer StringTls Certificate Arn - status String
The validation status of the SSL/TLS certificate.
- is
Attached boolean When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- load
Balancer stringTls Certificate Arn - status string
The validation status of the SSL/TLS certificate.
- is_
attached bool When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- load_
balancer_ strtls_ certificate_ arn - status str
The validation status of the SSL/TLS certificate.
- is
Attached Boolean When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- load
Balancer StringTls Certificate Arn - status String
The validation status of the SSL/TLS certificate.
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0