CrlArgs

data class CrlArgs(val crlData: Output<String>? = null, val enabled: Output<Boolean>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val trustAnchorArn: Output<String>? = null) : ConvertibleToJava<CrlArgs>

Definition of AWS::RolesAnywhere::CRL Resource Type

Constructors

Link copied to clipboard
constructor(crlData: Output<String>? = null, enabled: Output<Boolean>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, trustAnchorArn: Output<String>? = null)

Properties

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

The x509 v3 specified certificate revocation list (CRL).

Link copied to clipboard
val enabled: Output<Boolean>? = null

Specifies whether the certificate revocation list (CRL) is enabled.

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

The name of the certificate revocation list (CRL).

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of tags to attach to the certificate revocation list (CRL).

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

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

Functions

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