AWS Native
getEventIntegration
Resource Type definition for AWS::AppIntegrations::EventIntegration
Using getEventIntegration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEventIntegration(args: GetEventIntegrationArgs, opts?: InvokeOptions): Promise<GetEventIntegrationResult>
function getEventIntegrationOutput(args: GetEventIntegrationOutputArgs, opts?: InvokeOptions): Output<GetEventIntegrationResult>
def get_event_integration(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEventIntegrationResult
def get_event_integration_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEventIntegrationResult]
func LookupEventIntegration(ctx *Context, args *LookupEventIntegrationArgs, opts ...InvokeOption) (*LookupEventIntegrationResult, error)
func LookupEventIntegrationOutput(ctx *Context, args *LookupEventIntegrationOutputArgs, opts ...InvokeOption) LookupEventIntegrationResultOutput
> Note: This function is named LookupEventIntegration
in the Go SDK.
public static class GetEventIntegration
{
public static Task<GetEventIntegrationResult> InvokeAsync(GetEventIntegrationArgs args, InvokeOptions? opts = null)
public static Output<GetEventIntegrationResult> Invoke(GetEventIntegrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEventIntegrationResult> getEventIntegration(GetEventIntegrationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: aws-native:appintegrations:getEventIntegration
Arguments:
# Arguments dictionary
The following arguments are supported:
- Name string
The name of the event integration.
- Name string
The name of the event integration.
- name String
The name of the event integration.
- name string
The name of the event integration.
- name str
The name of the event integration.
- name String
The name of the event integration.
getEventIntegration Result
The following output properties are available:
- Associations
List<Pulumi.
Aws Native. App Integrations. Outputs. Event Integration Association> The associations with the event integration.
- Description string
The event integration description.
- Event
Integration stringArn The Amazon Resource Name (ARN) of the event integration.
- List<Pulumi.
Aws Native. App Integrations. Outputs. Event Integration Tag> The tags (keys and values) associated with the event integration.
- Associations
[]Event
Integration Association The associations with the event integration.
- Description string
The event integration description.
- Event
Integration stringArn The Amazon Resource Name (ARN) of the event integration.
- []Event
Integration Tag The tags (keys and values) associated with the event integration.
- associations
List<Event
Integration Association> The associations with the event integration.
- description String
The event integration description.
- event
Integration StringArn The Amazon Resource Name (ARN) of the event integration.
- List<Event
Integration Tag> The tags (keys and values) associated with the event integration.
- associations
Event
Integration Association[] The associations with the event integration.
- description string
The event integration description.
- event
Integration stringArn The Amazon Resource Name (ARN) of the event integration.
- Event
Integration Tag[] The tags (keys and values) associated with the event integration.
- associations
Sequence[Event
Integration Association] The associations with the event integration.
- description str
The event integration description.
- event_
integration_ strarn The Amazon Resource Name (ARN) of the event integration.
- Sequence[Event
Integration Tag] The tags (keys and values) associated with the event integration.
- associations List<Property Map>
The associations with the event integration.
- description String
The event integration description.
- event
Integration StringArn The Amazon Resource Name (ARN) of the event integration.
- List<Property Map>
The tags (keys and values) associated with the event integration.
Supporting Types
EventIntegrationAssociation
- Client
Association List<Pulumi.Metadata Aws Native. App Integrations. Inputs. Event Integration Metadata> The metadata associated with the client.
- Client
Id string The identifier for the client that is associated with the event integration.
- Event
Bridge stringRule Name The name of the Eventbridge rule.
- Event
Integration stringAssociation Arn The Amazon Resource Name (ARN) for the event integration association.
- Event
Integration stringAssociation Id The identifier for the event integration association.
- Client
Association []EventMetadata Integration Metadata The metadata associated with the client.
- Client
Id string The identifier for the client that is associated with the event integration.
- Event
Bridge stringRule Name The name of the Eventbridge rule.
- Event
Integration stringAssociation Arn The Amazon Resource Name (ARN) for the event integration association.
- Event
Integration stringAssociation Id The identifier for the event integration association.
- client
Association List<EventMetadata Integration Metadata> The metadata associated with the client.
- client
Id String The identifier for the client that is associated with the event integration.
- event
Bridge StringRule Name The name of the Eventbridge rule.
- event
Integration StringAssociation Arn The Amazon Resource Name (ARN) for the event integration association.
- event
Integration StringAssociation Id The identifier for the event integration association.
- client
Association EventMetadata Integration Metadata[] The metadata associated with the client.
- client
Id string The identifier for the client that is associated with the event integration.
- event
Bridge stringRule Name The name of the Eventbridge rule.
- event
Integration stringAssociation Arn The Amazon Resource Name (ARN) for the event integration association.
- event
Integration stringAssociation Id The identifier for the event integration association.
- client_
association_ Sequence[Eventmetadata Integration Metadata] The metadata associated with the client.
- client_
id str The identifier for the client that is associated with the event integration.
- event_
bridge_ strrule_ name The name of the Eventbridge rule.
- event_
integration_ strassociation_ arn The Amazon Resource Name (ARN) for the event integration association.
- event_
integration_ strassociation_ id The identifier for the event integration association.
- client
Association List<Property Map>Metadata The metadata associated with the client.
- client
Id String The identifier for the client that is associated with the event integration.
- event
Bridge StringRule Name The name of the Eventbridge rule.
- event
Integration StringAssociation Arn The Amazon Resource Name (ARN) for the event integration association.
- event
Integration StringAssociation Id The identifier for the event integration association.
EventIntegrationMetadata
EventIntegrationTag
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0