AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.lightsail.getLoadBalancerTlsCertificate
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- 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:
- Https
Redirection boolEnabled - 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 stringTls Certificate Arn - The Amazon Resource Name (ARN) of the SSL/TLS certificate.
- Status string
- The validation status of the SSL/TLS certificate.
- Https
Redirection boolEnabled - 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 stringTls Certificate Arn - The Amazon Resource Name (ARN) of the SSL/TLS certificate.
- Status string
- The validation status of the SSL/TLS certificate.
- https
Redirection BooleanEnabled - A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
- is
Attached Boolean - When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- load
Balancer StringTls Certificate Arn - The Amazon Resource Name (ARN) of the SSL/TLS certificate.
- status String
- The validation status of the SSL/TLS certificate.
- https
Redirection booleanEnabled - A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
- is
Attached boolean - When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- load
Balancer stringTls Certificate Arn - The Amazon Resource Name (ARN) of the SSL/TLS certificate.
- status string
- The validation status of the SSL/TLS certificate.
- https_
redirection_ boolenabled - 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_ strtls_ certificate_ arn - The Amazon Resource Name (ARN) of the SSL/TLS certificate.
- status str
- The validation status of the SSL/TLS certificate.
- https
Redirection BooleanEnabled - A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
- is
Attached Boolean - When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
- load
Balancer StringTls Certificate Arn - The Amazon Resource Name (ARN) of the SSL/TLS certificate.
- 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi