ManagedSSLCertificate

A manage ssl certificate resource.

Like all Resources, this class configures itself across multiple Environments.

For more information see the official documentation.

Example Usage

1
import launchflow as lf
2
3
ip = lf.gcp.GlobalIPAddress("ip-addres")

initialization

Create a new managed ssl certificate resource.

Args:

  • name (str): The name of the ip address.
  • domain (str): The domain of the ssl certificate.