TrustStoreRevocationRevocationContentArgs

data class TrustStoreRevocationRevocationContentArgs(val revocationType: Output<String>? = null, val s3Bucket: Output<String>? = null, val s3Key: Output<String>? = null, val s3ObjectVersion: Output<String>? = null) : ConvertibleToJava<TrustStoreRevocationRevocationContentArgs>

Constructors

constructor(revocationType: Output<String>? = null, s3Bucket: Output<String>? = null, s3Key: Output<String>? = null, s3ObjectVersion: Output<String>? = null)

Properties

Link copied to clipboard
val revocationType: Output<String>? = null

The type of revocation file.

Link copied to clipboard
val s3Bucket: Output<String>? = null

The Amazon S3 bucket for the revocation file.

Link copied to clipboard
val s3Key: Output<String>? = null

The Amazon S3 path for the revocation file.

Link copied to clipboard
val s3ObjectVersion: Output<String>? = null

The Amazon S3 object version of the revocation file.

Functions

Link copied to clipboard
open override fun toJava(): TrustStoreRevocationRevocationContentArgs