Certificate constructor
Certificate({})
Implementation
Certificate({
this.certificateArn,
this.certificateIdentifier,
this.certificateType,
this.customerOverride,
this.customerOverrideValidTill,
this.thumbprint,
this.validFrom,
this.validTill,
});