Skip to content

aws.elbv2-listener-certificate resource

Description

ListenerCertificate associates one additional ACM certificate with an HTTPS or TLS listener, the certificates the listener offers over SNI beyond its default. Both the listener and the certificate name the association, so a change to either replaces it; there is nothing else to update and nothing the cloud computes to hold, so the output struct is empty. Presence is confirmed by paging the listener's certificates and finding the target among the non-default ones, since the describe also returns the listener's own default certificate, which this resource does not manage.

Source: internal/service/elbv2/listener_certificate_rsrc.go:26

Example usage:

imports: {
  aws: 'github.com/cloudboss/unobin-library-aws'
}

resources: {
  example: aws.elbv2-listener-certificate {
    # Set input fields here.
  }
}

Inputs

listener-arn

string

required

certificate-arn

string

required

Input Constraints

This kind declares no extra input constraints.

Outputs

This kind has no outputs.