- Navigation Guide
@aws-sdk/client-appintegrations
GetEventIntegrationCommandOutput Interface
The output of GetEventIntegrationCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Description | string | undefined | The description of the event integration. |
EventBridgeBus | string | undefined | The EventBridge bus. |
EventFilter | EventFilter | undefined | The event filter. |
EventIntegrationArn | string | undefined | The Amazon Resource Name (ARN) for the event integration. |
Name | string | undefined | The name of the event integration. |
Tags | Record<string, string> | undefined | The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. |
Full Signature
export interface GetEventIntegrationCommandOutput extends GetEventIntegrationResponse, MetadataBearer