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<TrustAnchorTagArgs>>? = null) : ConvertibleToJava<TrustAnchorArgs>

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val source: Output<TrustAnchorSourceArgs>? = null
Link copied to clipboard
val tags: Output<List<TrustAnchorTagArgs>>? = null