GetTrustAnchorResult

data class GetTrustAnchorResult(val enabled: Boolean? = null, val name: String? = null, val notificationSettings: List<TrustAnchorNotificationSetting>? = null, val source: TrustAnchorSource? = null, val tags: List<Tag>? = null, val trustAnchorArn: String? = null, val trustAnchorId: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String? = null, notificationSettings: List<TrustAnchorNotificationSetting>? = null, source: TrustAnchorSource? = null, tags: List<Tag>? = null, trustAnchorArn: String? = null, trustAnchorId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether the trust anchor is enabled.

Link copied to clipboard
val name: 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

The trust anchor type and its related certificate data.

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

The tags to attach to the trust anchor.

Link copied to clipboard
val trustAnchorArn: String? = null

The ARN of the trust anchor.

Link copied to clipboard
val trustAnchorId: String? = null

The unique identifier of the trust anchor.