Certificate Authority Args
fun CertificateAuthorityArgs(caPoolId: Output<String>? = null, certificateAuthorityId: Output<String>? = null, config: Output<CertificateConfigArgs>? = null, gcsBucket: Output<String>? = null, keySpec: Output<KeyVersionSpecArgs>? = null, labels: Output<Map<String, String>>? = null, lifetime: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, subordinateConfig: Output<SubordinateConfigArgs>? = null, type: Output<CertificateAuthorityType>? = null)