Package-level declarations

Types

Link copied to clipboard

Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization. This allows IT and security teams to easily manage and secure applications using a standard schema, and employees can complete everyday tasks faster using generative artificial intelligence (AI). You can use these APIs to complete AppFabric tasks, such as setting up audit log ingestions or viewing user access. For more information about AppFabric, including the required permissions to use the service, see the Amazon Web Services AppFabric Administration Guide. For more information about using the Command Line Interface (CLI) to manage your AppFabric resources, see the AppFabric section of the CLI Reference.

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

Gets user access details in a batch request.

Link copied to clipboard

Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application.

Link copied to clipboard

Creates an app authorization within an app bundle, which allows AppFabric to connect to an application.

Link copied to clipboard

Creates an app bundle to collect data from an application using AppFabric.

Link copied to clipboard

Creates a data ingestion for an application.

Link copied to clipboard

Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

Link copied to clipboard

Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.

Link copied to clipboard

Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.

Link copied to clipboard

Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.

Link copied to clipboard

Deletes an ingestion destination.

Link copied to clipboard

Returns information about an app authorization.

Link copied to clipboard

Returns information about an app bundle.

Link copied to clipboard

Returns information about an ingestion.

Link copied to clipboard

Returns information about an ingestion destination.

Link copied to clipboard

Returns a list of all app authorizations configured for an app bundle.

Link copied to clipboard

Returns a list of app bundles.

Link copied to clipboard

Returns a list of all ingestion destinations configured for an ingestion.

Link copied to clipboard

Returns a list of all ingestions configured for an app bundle.

Link copied to clipboard

Returns a list of tags for a resource.

Link copied to clipboard

Starts (enables) an ingestion, which collects data from an application.

Link copied to clipboard

Starts the tasks to search user access status for a specific email address.

Link copied to clipboard

Stops (disables) an ingestion.

Link copied to clipboard
inline suspend fun AppFabricClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Assigns one or more tags (key-value pairs) to the specified resource.

Link copied to clipboard

Removes a tag or tags from a resource.

Link copied to clipboard

Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.

Link copied to clipboard

Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.

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.