public static interface CfnEventIntegration.EventIntegrationAssociationProperty
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 java.lang.Object |
getClientAssociationMetadata()
The metadata associated with the client.
|
default java.lang.String |
getClientId()
The identifier for the client that is associated with the event integration.
|
default java.lang.String |
getEventBridgeRuleName()
The name of the EventBridge rule.
|
default java.lang.String |
getEventIntegrationAssociationArn()
The Amazon Resource Name (ARN) for the event integration association.
|
default java.lang.String |
getEventIntegrationAssociationId()
The identifier for the event integration association.
|
default java.lang.Object getClientAssociationMetadata()
default java.lang.String getClientId()
default java.lang.String getEventBridgeRuleName()
default java.lang.String getEventIntegrationAssociationArn()
default java.lang.String getEventIntegrationAssociationId()