| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRule.RetryPolicyProperty.Jsii$Proxy
An implementation for
CfnRule.RetryPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.RetryPolicyProperty |
CfnRule.RetryPolicyProperty.Builder.build()
Builds the configured instance.
|
default CfnRule.RetryPolicyProperty |
RuleTargetConfig.getRetryPolicy()
(experimental) A RetryPolicy object that includes information about the retry policy settings.
|
CfnRule.RetryPolicyProperty |
RuleTargetConfig.Jsii$Proxy.getRetryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig.Builder |
RuleTargetConfig.Builder.retryPolicy(CfnRule.RetryPolicyProperty retryPolicy)
Sets the value of
RuleTargetConfig.getRetryPolicy() |
CfnRule.TargetProperty.Builder |
CfnRule.TargetProperty.Builder.retryPolicy(CfnRule.RetryPolicyProperty retryPolicy)
Sets the value of
CfnRule.TargetProperty.getRetryPolicy() |
| Constructor and Description |
|---|
Jsii$Proxy(String arn,
CfnRule.BatchParametersProperty batchParameters,
CfnRule.DeadLetterConfigProperty deadLetterConfig,
CfnRule.EcsParametersProperty ecsParameters,
CfnRule.HttpParametersProperty httpParameters,
RuleTargetInput input,
CfnRule.KinesisParametersProperty kinesisParameters,
CfnRule.RetryPolicyProperty retryPolicy,
IRole role,
CfnRule.RunCommandParametersProperty runCommandParameters,
CfnRule.SqsParametersProperty sqsParameters,
software.constructs.IConstruct targetResource)
Constructor that initializes the object based on literal property values passed by the
RuleTargetConfig.Builder. |
Copyright © 2021. All rights reserved.