@Stability(value=Stable)
public static interface CfnEventIntegration.EventIntegrationAssociationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appintegrations.*;
EventIntegrationAssociationProperty eventIntegrationAssociationProperty = EventIntegrationAssociationProperty.builder()
.clientAssociationMetadata(List.of(MetadataProperty.builder()
.key("key")
.value("value")
.build()))
.clientId("clientId")
.eventBridgeRuleName("eventBridgeRuleName")
.eventIntegrationAssociationArn("eventIntegrationAssociationArn")
.eventIntegrationAssociationId("eventIntegrationAssociationId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventIntegration.EventIntegrationAssociationProperty.Builder
A builder for
CfnEventIntegration.EventIntegrationAssociationProperty |
static class |
CfnEventIntegration.EventIntegrationAssociationProperty.Jsii$Proxy
An implementation for
CfnEventIntegration.EventIntegrationAssociationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventIntegration.EventIntegrationAssociationProperty.Builder |
builder() |
default Object |
getClientAssociationMetadata()
The metadata associated with the client.
|
default String |
getClientId()
The identifier for the client that is associated with the event integration.
|
default String |
getEventBridgeRuleName()
The name of the EventBridge rule.
|
default String |
getEventIntegrationAssociationArn()
The Amazon Resource Name (ARN) for the event integration association.
|
default String |
getEventIntegrationAssociationId()
The identifier for the event integration association.
|
@Stability(value=Stable) @Nullable default Object getClientAssociationMetadata()
@Stability(value=Stable) @Nullable default String getClientId()
@Stability(value=Stable) @Nullable default String getEventBridgeRuleName()
@Stability(value=Stable) @Nullable default String getEventIntegrationAssociationArn()
@Stability(value=Stable) @Nullable default String getEventIntegrationAssociationId()
@Stability(value=Stable) static CfnEventIntegration.EventIntegrationAssociationProperty.Builder builder()
Copyright © 2022. All rights reserved.