InstanceArgs

data class InstanceArgs(val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<InstanceArgs>

Resource Type definition for Identity Center (SSO) Instance

Constructors

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

Properties

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

The name you want to assign to this Identity Center (SSO) Instance

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

Specifies tags to be attached to the instance of IAM Identity Center.

Functions

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