TrustStoreRevocationArgs

data class TrustStoreRevocationArgs(val revocationContents: Output<List<TrustStoreRevocationRevocationContentArgs>>? = null, val trustStoreArn: Output<String>? = null) : ConvertibleToJava<TrustStoreRevocationArgs>

Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStoreRevocation

Constructors

Link copied to clipboard
constructor(revocationContents: Output<List<TrustStoreRevocationRevocationContentArgs>>? = null, trustStoreArn: Output<String>? = null)

Properties

Link copied to clipboard

The attributes required to create a trust store revocation.

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

The Amazon Resource Name (ARN) of the trust store.

Functions

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