TrustAnchorArgs

data class TrustAnchorArgs(val enabled: Output<Boolean>? = null, val name: Output<String>? = null, val notificationSettings: Output<List<TrustAnchorNotificationSettingArgs>>? = null, val source: Output<TrustAnchorSourceArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<TrustAnchorArgs>

Definition of AWS::RolesAnywhere::TrustAnchor Resource Type.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, name: Output<String>? = null, notificationSettings: Output<List<TrustAnchorNotificationSettingArgs>>? = null, source: Output<TrustAnchorSourceArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

Indicates whether the trust anchor is enabled.

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

The name of the trust anchor.

Link copied to clipboard

A list of notification settings to be associated to the trust anchor.

Link copied to clipboard
val source: Output<TrustAnchorSourceArgs>? = null

The trust anchor type and its related certificate data.

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

The tags to attach to the trust anchor.

Functions

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