CertificatePackArgs

constructor(certificateAuthority: Output<String>? = null, cloudflareBranding: Output<Boolean>? = null, hosts: Output<List<String>>? = null, type: Output<String>? = null, validationErrors: Output<List<CertificatePackValidationErrorArgs>>? = null, validationMethod: Output<String>? = null, validationRecords: Output<List<CertificatePackValidationRecordArgs>>? = null, validityDays: Output<Int>? = null, waitForActiveStatus: Output<Boolean>? = null, zoneId: Output<String>? = null)