Documentation ¶
Index ¶
- type Service
- func (s *Service) DeleteCertificate(domain string) error
- func (s *Service) EnsureCertificate(domain string, customerTags map[string]string) (*string, error)
- func (s *Service) GetValidationCNAME(arn string) (*route53.CNAME, error)
- func (s *Service) IsCertificateIssued(arn string) (bool, error)
- func (s *Service) IsValidated(arn string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service holds a collection of interfaces.
func NewService ¶
NewService returns a new service given the Cloudfront api client.
func (*Service) DeleteCertificate ¶
func (*Service) EnsureCertificate ¶
func (*Service) GetValidationCNAME ¶
GetValidationCNAME returns a CNAME record that needs to be created in order for automated domain ownership validation to work.
func (*Service) IsCertificateIssued ¶
IsCertificateIssued checks if an ACM certificate is issued.
Click to show internal directories.
Click to hide internal directories.