Uses of Class
com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetRetryPolicy.Builder
-
Packages that use CloudwatchEventTargetRetryPolicy.Builder Package Description com.hashicorp.cdktf.providers.aws.cloudwatch_event_target aws_cloudwatch_event_target -
-
Uses of CloudwatchEventTargetRetryPolicy.Builder in com.hashicorp.cdktf.providers.aws.cloudwatch_event_target
Methods in com.hashicorp.cdktf.providers.aws.cloudwatch_event_target that return CloudwatchEventTargetRetryPolicy.Builder Modifier and Type Method Description static CloudwatchEventTargetRetryPolicy.BuilderCloudwatchEventTargetRetryPolicy. builder()CloudwatchEventTargetRetryPolicy.BuilderCloudwatchEventTargetRetryPolicy.Builder. maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)Sets the value ofCloudwatchEventTargetRetryPolicy.getMaximumEventAgeInSeconds()CloudwatchEventTargetRetryPolicy.BuilderCloudwatchEventTargetRetryPolicy.Builder. maximumRetryAttempts(Number maximumRetryAttempts)Sets the value ofCloudwatchEventTargetRetryPolicy.getMaximumRetryAttempts()Constructors in com.hashicorp.cdktf.providers.aws.cloudwatch_event_target with parameters of type CloudwatchEventTargetRetryPolicy.Builder Constructor Description Jsii$Proxy(CloudwatchEventTargetRetryPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetRetryPolicy.Builder.
-