AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Interface for accessing AppFabric
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.Namespace: Amazon.AppFabric
Assembly: AWSSDK.AppFabric.dll
Version: 3.x.y.z
public interface IAmazonAppFabric IAmazonService, IDisposable
The IAmazonAppFabric type exposes the following members
Name | Type | Description | |
---|---|---|---|
Paginators | Amazon.AppFabric.Model.IAppFabricPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
BatchGetUserAccessTasks(BatchGetUserAccessTasksRequest) |
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the |
|
BatchGetUserAccessTasksAsync(BatchGetUserAccessTasksRequest, CancellationToken) |
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the |
|
ConnectAppAuthorization(ConnectAppAuthorizationRequest) |
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application. |
|
ConnectAppAuthorizationAsync(ConnectAppAuthorizationRequest, CancellationToken) |
Establishes a connection between Amazon Web Services AppFabric and an application, which allows AppFabric to call the APIs of the application. |
|
CreateAppAuthorization(CreateAppAuthorizationRequest) |
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application. |
|
CreateAppAuthorizationAsync(CreateAppAuthorizationRequest, CancellationToken) |
Creates an app authorization within an app bundle, which allows AppFabric to connect to an application. |
|
CreateAppBundle(CreateAppBundleRequest) |
Creates an app bundle to collect data from an application using AppFabric. |
|
CreateAppBundleAsync(CreateAppBundleRequest, CancellationToken) |
Creates an app bundle to collect data from an application using AppFabric. |
|
CreateIngestion(CreateIngestionRequest) |
Creates a data ingestion for an application. |
|
CreateIngestionAsync(CreateIngestionRequest, CancellationToken) |
Creates a data ingestion for an application. |
|
CreateIngestionDestination(CreateIngestionDestinationRequest) |
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered. |
|
CreateIngestionDestinationAsync(CreateIngestionDestinationRequest, CancellationToken) |
Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered. |
|
DeleteAppAuthorization(DeleteAppAuthorizationRequest) |
Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization. |
|
DeleteAppAuthorizationAsync(DeleteAppAuthorizationRequest, CancellationToken) |
Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization. |
|
DeleteAppBundle(DeleteAppBundleRequest) |
Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle. |
|
DeleteAppBundleAsync(DeleteAppBundleRequest, CancellationToken) |
Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle. |
|
DeleteIngestion(DeleteIngestionRequest) |
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion. |
|
DeleteIngestionAsync(DeleteIngestionRequest, CancellationToken) |
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion. |
|
DeleteIngestionDestination(DeleteIngestionDestinationRequest) |
Deletes an ingestion destination. This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled. |
|
DeleteIngestionDestinationAsync(DeleteIngestionDestinationRequest, CancellationToken) |
Deletes an ingestion destination. This deletes the association between an ingestion and it's destination. It doesn't delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
GetAppAuthorization(GetAppAuthorizationRequest) |
Returns information about an app authorization. |
|
GetAppAuthorizationAsync(GetAppAuthorizationRequest, CancellationToken) |
Returns information about an app authorization. |
|
GetAppBundle(GetAppBundleRequest) |
Returns information about an app bundle. |
|
GetAppBundleAsync(GetAppBundleRequest, CancellationToken) |
Returns information about an app bundle. |
|
GetIngestion(GetIngestionRequest) |
Returns information about an ingestion. |
|
GetIngestionAsync(GetIngestionRequest, CancellationToken) |
Returns information about an ingestion. |
|
GetIngestionDestination(GetIngestionDestinationRequest) |
Returns information about an ingestion destination. |
|
GetIngestionDestinationAsync(GetIngestionDestinationRequest, CancellationToken) |
Returns information about an ingestion destination. |
|
ListAppAuthorizations(ListAppAuthorizationsRequest) |
Returns a list of all app authorizations configured for an app bundle. |
|
ListAppAuthorizationsAsync(ListAppAuthorizationsRequest, CancellationToken) |
Returns a list of all app authorizations configured for an app bundle. |
|
ListAppBundles(ListAppBundlesRequest) |
Returns a list of app bundles. |
|
ListAppBundlesAsync(ListAppBundlesRequest, CancellationToken) |
Returns a list of app bundles. |
|
ListIngestionDestinations(ListIngestionDestinationsRequest) |
Returns a list of all ingestion destinations configured for an ingestion. |
|
ListIngestionDestinationsAsync(ListIngestionDestinationsRequest, CancellationToken) |
Returns a list of all ingestion destinations configured for an ingestion. |
|
ListIngestions(ListIngestionsRequest) |
Returns a list of all ingestions configured for an app bundle. |
|
ListIngestionsAsync(ListIngestionsRequest, CancellationToken) |
Returns a list of all ingestions configured for an app bundle. |
|
ListTagsForResource(ListTagsForResourceRequest) |
Returns a list of tags for a resource. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Returns a list of tags for a resource. |
|
StartIngestion(StartIngestionRequest) |
Starts (enables) an ingestion, which collects data from an application. |
|
StartIngestionAsync(StartIngestionRequest, CancellationToken) |
Starts (enables) an ingestion, which collects data from an application. |
|
StartUserAccessTasks(StartUserAccessTasksRequest) |
Starts the tasks to search user access status for a specific email address. The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out. |
|
StartUserAccessTasksAsync(StartUserAccessTasksRequest, CancellationToken) |
Starts the tasks to search user access status for a specific email address. The tasks are stopped when the user access status data is found. The tasks are terminated when the API calls to the application time out. |
|
StopIngestion(StopIngestionRequest) |
Stops (disables) an ingestion. |
|
StopIngestionAsync(StopIngestionRequest, CancellationToken) |
Stops (disables) an ingestion. |
|
TagResource(TagResourceRequest) |
Assigns one or more tags (key-value pairs) to the specified resource. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Assigns one or more tags (key-value pairs) to the specified resource. |
|
UntagResource(UntagResourceRequest) |
Removes a tag or tags from a resource. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes a tag or tags from a resource. |
|
UpdateAppAuthorization(UpdateAppAuthorizationRequest) |
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
If the app authorization was in a |
|
UpdateAppAuthorizationAsync(UpdateAppAuthorizationRequest, CancellationToken) |
Updates an app authorization within an app bundle, which allows AppFabric to connect to an application.
If the app authorization was in a |
|
UpdateIngestionDestination(UpdateIngestionDestinationRequest) |
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered. |
|
UpdateIngestionDestinationAsync(UpdateIngestionDestinationRequest, CancellationToken) |
Updates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5