Package-level declarations

Types

Link copied to clipboard

Account access manager enables you to manage applications and entitlements that grant IAM Identity Center principals access to IAM roles across accounts.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Creates an account access manager instance and its Amazon Web Services account access application in the associated IAM Identity Center instance. This operation is idempotent; calling it multiple times with the same parameters returns the existing application.

Link copied to clipboard

Creates an entitlement (assignment) in account access manager. An entitlement (assignment) grants a principal (IAM Identity Center user or group) permission to assume a specified IAM role in an Amazon Web Services account. This operation is idempotent.

Link copied to clipboard

Deletes an account access manager application. This operation is idempotent; deleting an application that has already been deleted does not return an error.

Link copied to clipboard

Deletes an entitlement from an account access manager application. This operation is idempotent; deleting an entitlement that has already been deleted does not return an error.

Link copied to clipboard

Retrieves details about an account access manager application, including its status, identity source, and tags.

Link copied to clipboard

Retrieves details about a specific entitlement for an account access manager application, including the principal, IAM role, and target account.

Link copied to clipboard

Lists the account access manager applications in your account. Use pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Lists the entitlements for a specified account access manager application. You can filter results by principal, IAM role, or account. Use pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Lists the tags associated with an account access manager resource.

Link copied to clipboard

Adds tags to an account access manager resource.

Link copied to clipboard

Removes tags from an account access manager resource.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.