getInstanceProfile

Creates a new instance profile. For information about instance profiles, see Using instance profiles. For information about the number of instance profiles you can create, see object quotas in the User Guide.

Return

null

Parameters

argument

null


suspend fun getInstanceProfile(instanceProfileName: String): GetInstanceProfileResult

Return

null

Parameters

instanceProfileName

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: _+=,.@-

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.iam.kotlin.inputs.GetInstanceProfilePlainArgs.

See also