| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EventPattern |
OnCommitOptions.Jsii$Proxy.getEventPattern() |
| Modifier and Type | Method and Description |
|---|---|
OnCommitOptions.Builder |
OnCommitOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
OnEventOptions.getEventPattern() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> branches,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnCommitOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
EventPattern |
OnImageScanCompletedOptions.Jsii$Proxy.getEventPattern() |
EventPattern |
OnCloudTrailImagePushedOptions.Jsii$Proxy.getEventPattern() |
| Modifier and Type | Method and Description |
|---|---|
OnImageScanCompletedOptions.Builder |
OnImageScanCompletedOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
OnEventOptions.getEventPattern() |
OnCloudTrailImagePushedOptions.Builder |
OnCloudTrailImagePushedOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
OnEventOptions.getEventPattern() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> imageTags,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnImageScanCompletedOptions.Builder. |
Jsii$Proxy(String imageTag,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnCloudTrailImagePushedOptions.Builder. |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventPattern.Jsii$Proxy
An implementation for
EventPattern |
| Modifier and Type | Method and Description |
|---|---|
EventPattern |
EventPattern.Builder.build()
Builds the configured instance.
|
EventPattern |
ArchiveProps.Jsii$Proxy.getEventPattern() |
default EventPattern |
OnEventOptions.getEventPattern()
(experimental) Additional restrictions for the event to route to the specified target.
|
EventPattern |
OnEventOptions.Jsii$Proxy.getEventPattern() |
default EventPattern |
RuleProps.getEventPattern()
(experimental) Describes which events EventBridge routes to the specified target.
|
EventPattern |
RuleProps.Jsii$Proxy.getEventPattern() |
EventPattern |
BaseArchiveProps.getEventPattern()
(experimental) An event pattern to use to filter events sent to the archive.
|
EventPattern |
BaseArchiveProps.Jsii$Proxy.getEventPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.addEventPattern(EventPattern eventPattern)
(experimental) Adds an event pattern filter to this rule.
|
ArchiveProps.Builder |
ArchiveProps.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
BaseArchiveProps.getEventPattern() |
OnEventOptions.Builder |
OnEventOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
OnEventOptions.getEventPattern() |
RuleProps.Builder |
RuleProps.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
RuleProps.getEventPattern() |
Archive.Builder |
Archive.Builder.eventPattern(EventPattern eventPattern)
(experimental) An event pattern to use to filter events sent to the archive.
|
BaseArchiveProps.Builder |
BaseArchiveProps.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
BaseArchiveProps.getEventPattern() |
Rule.Builder |
Rule.Builder.eventPattern(EventPattern eventPattern)
(experimental) Describes which events EventBridge routes to the specified target.
|
| Constructor and Description |
|---|
Jsii$Proxy(EventPattern eventPattern,
String archiveName,
String description,
Duration retention)
Constructor that initializes the object based on literal property values passed by the
BaseArchiveProps.Builder. |
Jsii$Proxy(IEventBus sourceEventBus,
EventPattern eventPattern,
String archiveName,
String description,
Duration retention)
Constructor that initializes the object based on literal property values passed by the
ArchiveProps.Builder. |
Jsii$Proxy(String description,
Boolean enabled,
IEventBus eventBus,
EventPattern eventPattern,
String ruleName,
Schedule schedule,
List<? extends IRuleTarget> targets)
Constructor that initializes the object based on literal property values passed by the
RuleProps.Builder. |
Jsii$Proxy(String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnEventOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
EventPattern |
OnCloudTrailBucketEventOptions.Jsii$Proxy.getEventPattern() |
| Modifier and Type | Method and Description |
|---|---|
OnCloudTrailBucketEventOptions.Builder |
OnCloudTrailBucketEventOptions.Builder.eventPattern(EventPattern eventPattern)
Sets the value of
OnEventOptions.getEventPattern() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> paths,
String description,
EventPattern eventPattern,
String ruleName,
IRuleTarget target)
Constructor that initializes the object based on literal property values passed by the
OnCloudTrailBucketEventOptions.Builder. |
Copyright © 2021. All rights reserved.