Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcmCertificate ¶
type AcmCertificate struct {
// contains filtered or unexported fields
}
AcmCertificate storage struct
func New ¶
func New(acmvsvc acmiface.ACMAPI, r53svc route53iface.Route53API, logger *logrus.Logger) *AcmCertificate
New create new acm approve
func (*AcmCertificate) Approve ¶
func (a *AcmCertificate) Approve(certificateArn string, ttl int64) error
Approve approve given certificate
func (*AcmCertificate) Delete ¶
func (a *AcmCertificate) Delete(certificateArn string) error
Delete delete certificate
Click to show internal directories.
Click to hide internal directories.