Trust Anchor Args
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)