GetInstanceProfilePlainArgs

data class GetInstanceProfilePlainArgs(val instanceProfileName: String) : ConvertibleToJava<GetInstanceProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(instanceProfileName: String)

Properties

Link copied to clipboard

The name of the instance profile to create. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Functions

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