| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.days(Number amount)
(experimental) Create a Duration representing an amount of days.
|
default Duration |
NestedStackProps.getTimeout()
(experimental) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
Duration |
NestedStackProps.Jsii$Proxy.getTimeout() |
default Duration |
CustomResourceProviderProps.getTimeout()
(experimental) AWS Lambda timeout for the provider.
|
Duration |
CustomResourceProviderProps.Jsii$Proxy.getTimeout() |
static Duration |
Duration.hours(Number amount)
(experimental) Create a Duration representing an amount of hours.
|
static Duration |
Duration.millis(Number amount)
(experimental) Create a Duration representing an amount of milliseconds.
|
Duration |
Duration.minus(Duration rhs)
(experimental) Substract two Durations together.
|
static Duration |
Duration.minutes(Number amount)
(experimental) Create a Duration representing an amount of minutes.
|
static Duration |
Duration.parse(String duration)
(experimental) Parse a period formatted according to the ISO 8601 standard.
|
Duration |
Duration.plus(Duration rhs)
(experimental) Add two Durations together.
|
static Duration |
Duration.seconds(Number amount)
(experimental) Create a Duration representing an amount of seconds.
|
| Modifier and Type | Method and Description |
|---|---|
static Expiration |
Expiration.after(Duration t)
(experimental) Expire once the specified duration has passed since deployment time.
|
Boolean |
Expiration.isAfter(Duration t)
(experimental) Check if Exipiration expires after input.
|
Boolean |
Expiration.isBefore(Duration t)
(experimental) Check if Exipiration expires before input.
|
Duration |
Duration.minus(Duration rhs)
(experimental) Substract two Durations together.
|
Duration |
Duration.plus(Duration rhs)
(experimental) Add two Durations together.
|
NestedStackProps.Builder |
NestedStackProps.Builder.timeout(Duration timeout)
Sets the value of
NestedStackProps.getTimeout() |
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
(experimental) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.timeout(Duration timeout)
Sets the value of
CustomResourceProviderProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
ProviderProps.getQueryInterval()
(experimental) Time between calls to the `isComplete` handler which determines if the resource has been stabilized.
|
Duration |
ProviderProps.Jsii$Proxy.getQueryInterval() |
default Duration |
AwsCustomResourceProps.getTimeout()
(experimental) The timeout for the Lambda function implementing this custom resource.
|
Duration |
AwsCustomResourceProps.Jsii$Proxy.getTimeout() |
default Duration |
ProviderProps.getTotalTimeout()
(experimental) Total timeout for the entire operation.
|
Duration |
ProviderProps.Jsii$Proxy.getTotalTimeout() |
| Modifier and Type | Method and Description |
|---|---|
ProviderProps.Builder |
ProviderProps.Builder.queryInterval(Duration queryInterval)
Sets the value of
ProviderProps.getQueryInterval() |
Provider.Builder |
Provider.Builder.queryInterval(Duration queryInterval)
(experimental) Time between calls to the `isComplete` handler which determines if the resource has been stabilized.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.timeout(Duration timeout)
Sets the value of
AwsCustomResourceProps.getTimeout() |
AwsCustomResource.Builder |
AwsCustomResource.Builder.timeout(Duration timeout)
(experimental) The timeout for the Lambda function implementing this custom resource.
|
ProviderProps.Builder |
ProviderProps.Builder.totalTimeout(Duration totalTimeout)
Sets the value of
ProviderProps.getTotalTimeout() |
Provider.Builder |
Provider.Builder.totalTimeout(Duration totalTimeout)
(experimental) Total timeout for the entire operation.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
StageProps.Jsii$Proxy.getCacheTtl() |
default Duration |
MethodDeploymentOptions.getCacheTtl()
(experimental) Specifies the time to live (TTL), in seconds, for cached responses.
|
Duration |
MethodDeploymentOptions.Jsii$Proxy.getCacheTtl() |
Duration |
StageOptions.Jsii$Proxy.getCacheTtl() |
default Duration |
CorsOptions.getMaxAge()
(experimental) The Access-Control-Max-Age response header indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.
|
Duration |
CorsOptions.Jsii$Proxy.getMaxAge() |
Duration |
RequestAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
Duration |
TokenAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
default Duration |
LambdaAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
LambdaAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
default Duration |
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
CognitoUserPoolsAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
Duration |
LambdaIntegrationOptions.Jsii$Proxy.getTimeout() |
default Duration |
IntegrationOptions.getTimeout()
(experimental) The maximum amount of time an integration will run before it returns without a response.
|
Duration |
IntegrationOptions.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
StageProps.Builder |
StageProps.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
MethodDeploymentOptions.Builder |
MethodDeploymentOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
Stage.Builder |
Stage.Builder.cacheTtl(Duration cacheTtl)
(experimental) Specifies the time to live (TTL), in seconds, for cached responses.
|
StageOptions.Builder |
StageOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
CorsOptions.Builder |
CorsOptions.Builder.maxAge(Duration maxAge)
Sets the value of
CorsOptions.getMaxAge() |
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
CognitoUserPoolsAuthorizer.Builder |
CognitoUserPoolsAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
TokenAuthorizerProps.Builder |
TokenAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
LambdaAuthorizerProps.Builder |
LambdaAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
CognitoUserPoolsAuthorizerProps.Builder |
CognitoUserPoolsAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl() |
TokenAuthorizer.Builder |
TokenAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
MockIntegration.Builder |
MockIntegration.Builder.timeout(Duration timeout)
(experimental) The maximum amount of time an integration will run before it returns without a response.
|
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.timeout(Duration timeout)
Sets the value of
IntegrationOptions.getTimeout() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.timeout(Duration timeout)
Sets the value of
IntegrationOptions.getTimeout() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.timeout(Duration timeout)
(experimental) The maximum amount of time an integration will run before it returns without a response.
|
StepFunctionsExecutionIntegrationOptions.Builder |
StepFunctionsExecutionIntegrationOptions.Builder.timeout(Duration timeout)
Sets the value of
IntegrationOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CorsPreflightOptions.getMaxAge()
(experimental) The duration that the browser should cache preflight request results.
|
Duration |
CorsPreflightOptions.Jsii$Proxy.getMaxAge() |
default Duration |
HttpAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
HttpAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
| Modifier and Type | Method and Description |
|---|---|
CorsPreflightOptions.Builder |
CorsPreflightOptions.Builder.maxAge(Duration maxAge)
Sets the value of
CorsPreflightOptions.getMaxAge() |
HttpAuthorizerProps.Builder |
HttpAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
HttpAuthorizerProps.getResultsCacheTtl() |
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
HttpLambdaAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
HttpLambdaAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
| Modifier and Type | Method and Description |
|---|---|
HttpLambdaAuthorizerProps.Builder |
HttpLambdaAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
HttpLambdaAuthorizerProps.getResultsCacheTtl() |
HttpLambdaAuthorizer.Builder |
HttpLambdaAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
StepScalingActionProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleInCooldown()
(experimental) Period after a scale in activity completes before another scale in activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleOutCooldown()
(experimental) Period after a scale out activity completes before another scale out activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.cooldown(Duration cooldown)
Sets the value of
StepScalingActionProps.getCooldown() |
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingAction.Builder |
StepScalingAction.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
static Schedule |
Schedule.rate(Duration duration)
(experimental) Construct a schedule from an interval and a time unit.
|
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleInCooldown(Duration scaleInCooldown)
(experimental) Period after a scale in activity completes before another scale in activity can start.
|
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleOutCooldown(Duration scaleOutCooldown)
(experimental) Period after a scale out activity completes before another scale out activity can start.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
OutlierDetection.getBaseEjectionDuration()
(experimental) The base amount of time for which a host is ejected.
|
Duration |
OutlierDetection.Jsii$Proxy.getBaseEjectionDuration() |
default Duration |
TcpTimeout.getIdle()
(experimental) Represents an idle timeout.
|
Duration |
TcpTimeout.Jsii$Proxy.getIdle() |
default Duration |
HttpTimeout.getIdle()
(experimental) Represents an idle timeout.
|
Duration |
HttpTimeout.Jsii$Proxy.getIdle() |
default Duration |
GrpcTimeout.getIdle()
(experimental) Represents an idle timeout.
|
Duration |
GrpcTimeout.Jsii$Proxy.getIdle() |
default Duration |
HttpHealthCheckOptions.getInterval()
(experimental) The time period between each health check execution.
|
Duration |
HttpHealthCheckOptions.Jsii$Proxy.getInterval() |
default Duration |
GrpcHealthCheckOptions.getInterval()
(experimental) The time period between each health check execution.
|
Duration |
GrpcHealthCheckOptions.Jsii$Proxy.getInterval() |
default Duration |
TcpHealthCheckOptions.getInterval()
(experimental) The time period between each health check execution.
|
Duration |
TcpHealthCheckOptions.Jsii$Proxy.getInterval() |
Duration |
OutlierDetection.getInterval()
(experimental) The time interval between ejection sweep analysis.
|
Duration |
OutlierDetection.Jsii$Proxy.getInterval() |
default Duration |
HttpTimeout.getPerRequest()
(experimental) Represents per request timeout.
|
Duration |
HttpTimeout.Jsii$Proxy.getPerRequest() |
default Duration |
GrpcTimeout.getPerRequest()
(experimental) Represents per request timeout.
|
Duration |
GrpcTimeout.Jsii$Proxy.getPerRequest() |
Duration |
GrpcRetryPolicy.Jsii$Proxy.getRetryTimeout() |
Duration |
HttpRetryPolicy.getRetryTimeout()
(experimental) The timeout for each retry attempt.
|
Duration |
HttpRetryPolicy.Jsii$Proxy.getRetryTimeout() |
default Duration |
HttpHealthCheckOptions.getTimeout()
(experimental) The amount of time to wait when receiving a response from the health check.
|
Duration |
HttpHealthCheckOptions.Jsii$Proxy.getTimeout() |
default Duration |
GrpcHealthCheckOptions.getTimeout()
(experimental) The amount of time to wait when receiving a response from the health check.
|
Duration |
GrpcHealthCheckOptions.Jsii$Proxy.getTimeout() |
default Duration |
TcpHealthCheckOptions.getTimeout()
(experimental) The amount of time to wait when receiving a response from the health check.
|
Duration |
TcpHealthCheckOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LambdaAuthorizerConfig.getResultsCacheTtl()
(experimental) How long the results are cached.
|
Duration |
LambdaAuthorizerConfig.Jsii$Proxy.getResultsCacheTtl() |
Duration |
CachingConfig.getTtl()
(experimental) The TTL in seconds for a resolver that has caching enabled.
|
Duration |
CachingConfig.Jsii$Proxy.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
LambdaAuthorizerConfig.Builder |
LambdaAuthorizerConfig.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerConfig.getResultsCacheTtl() |
CachingConfig.Builder |
CachingConfig.Builder.ttl(Duration ttl)
Sets the value of
CachingConfig.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getCooldown() |
default Duration |
StepScalingActionProps.getCooldown()
(experimental) Period after a scaling completes before another scaling activity can start.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
Duration |
AutoScalingGroupProps.Jsii$Proxy.getCooldown() |
Duration |
MetricTargetTrackingProps.Jsii$Proxy.getCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getCooldown() |
default Duration |
BaseTargetTrackingProps.getCooldown()
(experimental) Period after a scaling completes before another scaling activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getCooldown() |
default Duration |
CommonAutoScalingGroupProps.getCooldown()
(experimental) Default scaling cooldown for this AutoScalingGroup.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getCooldown() |
Duration |
NetworkUtilizationScalingProps.Jsii$Proxy.getCooldown() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
StepScalingActionProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
MetricTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
BaseTargetTrackingProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
NetworkUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
Ec2HealthCheckOptions.getGrace()
(experimental) Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
|
Duration |
Ec2HealthCheckOptions.Jsii$Proxy.getGrace() |
Duration |
ElbHealthCheckOptions.getGrace()
(experimental) Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
|
Duration |
ElbHealthCheckOptions.Jsii$Proxy.getGrace() |
Duration |
HealthCheck.getGracePeriod() |
default Duration |
BasicLifecycleHookProps.getHeartbeatTimeout()
(experimental) Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.
|
Duration |
BasicLifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout() |
Duration |
LifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout() |
Duration |
AutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime() |
default Duration |
CommonAutoScalingGroupProps.getMaxInstanceLifetime()
(experimental) The maximum amount of time that an instance can be in service.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
AutoScalingGroup.getMaxInstanceLifetime()
(experimental) The maximum amount of time that an instance can be in service.
|
default Duration |
RollingUpdateOptions.getPauseTime()
(experimental) The pause time after making a change to a batch of instances.
|
Duration |
RollingUpdateOptions.Jsii$Proxy.getPauseTime() |
default Duration |
RollingUpdateConfiguration.getPauseTime()
Deprecated.
|
Duration |
RollingUpdateConfiguration.Jsii$Proxy.getPauseTime()
Deprecated.
|
Duration |
AutoScalingGroupProps.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
CommonAutoScalingGroupProps.getResourceSignalTimeout()
Deprecated.
Use `signals` instead.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
SignalsOptions.getTimeout()
(experimental) How long to wait for the signals to be sent.
|
Duration |
SignalsOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.cooldown(Duration cooldown)
Sets the value of
StepScalingActionProps.getCooldown() |
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
MetricTargetTrackingProps.Builder |
MetricTargetTrackingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
NetworkUtilizationScalingProps.Builder |
NetworkUtilizationScalingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingAction.Builder |
StepScalingAction.Builder.cooldown(Duration cooldown)
(experimental) Period after a scaling completes before another scaling activity can start.
|
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.cooldown(Duration cooldown)
(experimental) Default scaling cooldown for this AutoScalingGroup.
|
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.cooldown(Duration cooldown)
(experimental) Period after a scaling completes before another scaling activity can start.
|
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
StepScalingActionProps.getEstimatedInstanceWarmup() |
MetricTargetTrackingProps.Builder |
MetricTargetTrackingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
NetworkUtilizationScalingProps.Builder |
NetworkUtilizationScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup() |
StepScalingAction.Builder |
StepScalingAction.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Ec2HealthCheckOptions.Builder |
Ec2HealthCheckOptions.Builder.grace(Duration grace)
Sets the value of
Ec2HealthCheckOptions.getGrace() |
ElbHealthCheckOptions.Builder |
ElbHealthCheckOptions.Builder.grace(Duration grace)
Sets the value of
ElbHealthCheckOptions.getGrace() |
BasicLifecycleHookProps.Builder |
BasicLifecycleHookProps.Builder.heartbeatTimeout(Duration heartbeatTimeout)
Sets the value of
BasicLifecycleHookProps.getHeartbeatTimeout() |
LifecycleHook.Builder |
LifecycleHook.Builder.heartbeatTimeout(Duration heartbeatTimeout)
(experimental) Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.
|
LifecycleHookProps.Builder |
LifecycleHookProps.Builder.heartbeatTimeout(Duration heartbeatTimeout)
Sets the value of
BasicLifecycleHookProps.getHeartbeatTimeout() |
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
(experimental) The maximum amount of time that an instance can be in service.
|
RollingUpdateOptions.Builder |
RollingUpdateOptions.Builder.pauseTime(Duration pauseTime)
Sets the value of
RollingUpdateOptions.getPauseTime() |
RollingUpdateConfiguration.Builder |
RollingUpdateConfiguration.Builder.pauseTime(Duration pauseTime)
Deprecated.
|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
SignalsOptions.Builder |
SignalsOptions.Builder.timeout(Duration timeout)
Sets the value of
SignalsOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
BackupPlanRuleProps.getCompletionWindow()
(experimental) The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getCompletionWindow() |
default Duration |
BackupPlanRuleProps.getDeleteAfter()
(experimental) Specifies the duration after creation that a recovery point is deleted.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getDeleteAfter() |
default Duration |
BackupPlanRuleProps.getMoveToColdStorageAfter()
(experimental) Specifies the duration after creation that a recovery point is moved to cold storage.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getMoveToColdStorageAfter() |
default Duration |
BackupPlanRuleProps.getStartWindow()
(experimental) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getStartWindow() |
| Modifier and Type | Method and Description |
|---|---|
BackupPlanRule.Builder |
BackupPlanRule.Builder.completionWindow(Duration completionWindow)
(experimental) The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.completionWindow(Duration completionWindow)
Sets the value of
BackupPlanRuleProps.getCompletionWindow() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.deleteAfter(Duration deleteAfter)
(experimental) Specifies the duration after creation that a recovery point is deleted.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.deleteAfter(Duration deleteAfter)
Sets the value of
BackupPlanRuleProps.getDeleteAfter() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter)
(experimental) Specifies the duration after creation that a recovery point is moved to cold storage.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter)
Sets the value of
BackupPlanRuleProps.getMoveToColdStorageAfter() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.startWindow(Duration startWindow)
(experimental) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.startWindow(Duration startWindow)
Sets the value of
BackupPlanRuleProps.getStartWindow() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
JobDefinitionProps.getTimeout()
(experimental) The timeout configuration for jobs that are submitted with this job definition.
|
Duration |
JobDefinitionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
JobDefinition.Builder |
JobDefinition.Builder.timeout(Duration timeout)
(experimental) The timeout configuration for jobs that are submitted with this job definition.
|
JobDefinitionProps.Builder |
JobDefinitionProps.Builder.timeout(Duration timeout)
Sets the value of
JobDefinitionProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
NestedStackProps.getTimeout()
Deprecated.
|
Duration |
NestedStackProps.Jsii$Proxy.getTimeout()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NestedStackProps.Builder |
NestedStackProps.Builder.timeout(Duration timeout)
Deprecated.
|
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
ResponseHeadersStrictTransportSecurity.getAccessControlMaxAge()
(experimental) A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.
|
Duration |
ResponseHeadersStrictTransportSecurity.Jsii$Proxy.getAccessControlMaxAge() |
default Duration |
ResponseHeadersCorsBehavior.getAccessControlMaxAge()
(experimental) A number that CloudFront uses as the value for the Access-Control-Max-Age HTTP response header.
|
Duration |
ResponseHeadersCorsBehavior.Jsii$Proxy.getAccessControlMaxAge() |
default Duration |
OriginProps.getConnectionTimeout()
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
Duration |
OriginProps.Jsii$Proxy.getConnectionTimeout() |
default Duration |
SourceConfiguration.getConnectionTimeout()
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
Duration |
SourceConfiguration.Jsii$Proxy.getConnectionTimeout() |
default Duration |
CachePolicyProps.getDefaultTtl()
(experimental) The default amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getDefaultTtl() |
default Duration |
Behavior.getDefaultTtl()
(experimental) The default amount of time CloudFront will cache an object.
|
Duration |
Behavior.Jsii$Proxy.getDefaultTtl() |
default Duration |
CachePolicyProps.getMaxTtl()
(experimental) The maximum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getMaxTtl() |
default Duration |
Behavior.getMaxTtl()
(experimental) The max amount of time you want objects to stay in the cache before CloudFront queries your origin.
|
Duration |
Behavior.Jsii$Proxy.getMaxTtl() |
default Duration |
CachePolicyProps.getMinTtl()
(experimental) The minimum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getMinTtl() |
default Duration |
Behavior.getMinTtl()
(experimental) The minimum amount of time that you want objects to stay in the cache before CloudFront queries your origin.
|
Duration |
Behavior.Jsii$Proxy.getMinTtl() |
default Duration |
CustomOriginConfig.getOriginKeepaliveTimeout()
(experimental) The keep alive timeout when making calls in seconds.
|
Duration |
CustomOriginConfig.Jsii$Proxy.getOriginKeepaliveTimeout() |
default Duration |
CustomOriginConfig.getOriginReadTimeout()
(experimental) The read timeout when calling the origin in seconds.
|
Duration |
CustomOriginConfig.Jsii$Proxy.getOriginReadTimeout() |
default Duration |
ErrorResponse.getTtl()
(experimental) The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode.
|
Duration |
ErrorResponse.Jsii$Proxy.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersStrictTransportSecurity.Builder |
ResponseHeadersStrictTransportSecurity.Builder.accessControlMaxAge(Duration accessControlMaxAge)
Sets the value of
ResponseHeadersStrictTransportSecurity.getAccessControlMaxAge() |
ResponseHeadersCorsBehavior.Builder |
ResponseHeadersCorsBehavior.Builder.accessControlMaxAge(Duration accessControlMaxAge)
Sets the value of
ResponseHeadersCorsBehavior.getAccessControlMaxAge() |
OriginProps.Builder |
OriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
SourceConfiguration.Builder |
SourceConfiguration.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
SourceConfiguration.getConnectionTimeout() |
CachePolicy.Builder |
CachePolicy.Builder.defaultTtl(Duration defaultTtl)
(experimental) The default amount of time for objects to stay in the CloudFront cache.
|
CachePolicyProps.Builder |
CachePolicyProps.Builder.defaultTtl(Duration defaultTtl)
Sets the value of
CachePolicyProps.getDefaultTtl() |
Behavior.Builder |
Behavior.Builder.defaultTtl(Duration defaultTtl)
Sets the value of
Behavior.getDefaultTtl() |
CachePolicy.Builder |
CachePolicy.Builder.maxTtl(Duration maxTtl)
(experimental) The maximum amount of time for objects to stay in the CloudFront cache.
|
CachePolicyProps.Builder |
CachePolicyProps.Builder.maxTtl(Duration maxTtl)
Sets the value of
CachePolicyProps.getMaxTtl() |
Behavior.Builder |
Behavior.Builder.maxTtl(Duration maxTtl)
Sets the value of
Behavior.getMaxTtl() |
CachePolicy.Builder |
CachePolicy.Builder.minTtl(Duration minTtl)
(experimental) The minimum amount of time for objects to stay in the CloudFront cache.
|
CachePolicyProps.Builder |
CachePolicyProps.Builder.minTtl(Duration minTtl)
Sets the value of
CachePolicyProps.getMinTtl() |
Behavior.Builder |
Behavior.Builder.minTtl(Duration minTtl)
Sets the value of
Behavior.getMinTtl() |
CustomOriginConfig.Builder |
CustomOriginConfig.Builder.originKeepaliveTimeout(Duration originKeepaliveTimeout)
Sets the value of
CustomOriginConfig.getOriginKeepaliveTimeout() |
CustomOriginConfig.Builder |
CustomOriginConfig.Builder.originReadTimeout(Duration originReadTimeout)
Sets the value of
CustomOriginConfig.getOriginReadTimeout() |
ErrorResponse.Builder |
ErrorResponse.Builder.ttl(Duration ttl)
Sets the value of
ErrorResponse.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
EdgeFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EdgeFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EdgeFunction.Builder |
EdgeFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getConnectionTimeout() |
Duration |
S3OriginProps.Jsii$Proxy.getConnectionTimeout() |
Duration |
HttpOriginProps.Jsii$Proxy.getConnectionTimeout() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getKeepaliveTimeout() |
default Duration |
HttpOriginProps.getKeepaliveTimeout()
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
Duration |
HttpOriginProps.Jsii$Proxy.getKeepaliveTimeout() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getReadTimeout() |
default Duration |
HttpOriginProps.getReadTimeout()
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
Duration |
HttpOriginProps.Jsii$Proxy.getReadTimeout() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
S3OriginProps.Builder |
S3OriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.connectionTimeout(Duration connectionTimeout)
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
S3Origin.Builder |
S3Origin.Builder.connectionTimeout(Duration connectionTimeout)
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.connectionTimeout(Duration connectionTimeout)
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
HttpOriginProps.Builder |
HttpOriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
HttpOriginProps.getKeepaliveTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
HttpOriginProps.Builder |
HttpOriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
HttpOriginProps.getKeepaliveTimeout() |
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
HttpOriginProps.getReadTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.readTimeout(Duration readTimeout)
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.readTimeout(Duration readTimeout)
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
HttpOriginProps.Builder |
HttpOriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
HttpOriginProps.getReadTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
MathExpression.getPeriod()
(experimental) Aggregation period of this metric.
|
Duration |
MetricStatConfig.getPeriod()
(experimental) How many seconds to aggregate over.
|
Duration |
MetricStatConfig.Jsii$Proxy.getPeriod() |
Duration |
Metric.getPeriod()
(experimental) Period of this metric.
|
default Duration |
MathExpressionOptions.getPeriod()
(experimental) The period over which the expression's statistics are applied.
|
Duration |
MathExpressionOptions.Jsii$Proxy.getPeriod() |
Duration |
AlarmProps.Jsii$Proxy.getPeriod() |
Duration |
MetricProps.Jsii$Proxy.getPeriod() |
Duration |
MathExpressionProps.Jsii$Proxy.getPeriod() |
Duration |
MetricOptions.Jsii$Proxy.getPeriod() |
default Duration |
CreateAlarmOptions.getPeriod()
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
Duration |
CreateAlarmOptions.Jsii$Proxy.getPeriod() |
default Duration |
GraphWidgetProps.getPeriod()
(experimental) The default period for all metrics in this widget.
|
Duration |
GraphWidgetProps.Jsii$Proxy.getPeriod() |
default Duration |
CommonMetricOptions.getPeriod()
(experimental) The period over which the specified statistic is applied.
|
Duration |
CommonMetricOptions.Jsii$Proxy.getPeriod() |
| Modifier and Type | Method and Description |
|---|---|
MathExpression.Builder |
MathExpression.Builder.period(Duration period)
(experimental) The period over which the expression's statistics are applied.
|
MetricStatConfig.Builder |
MetricStatConfig.Builder.period(Duration period)
Sets the value of
MetricStatConfig.getPeriod() |
Metric.Builder |
Metric.Builder.period(Duration period)
(experimental) The period over which the specified statistic is applied.
|
MathExpressionOptions.Builder |
MathExpressionOptions.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
AlarmProps.Builder |
AlarmProps.Builder.period(Duration period)
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
Alarm.Builder |
Alarm.Builder.period(Duration period)
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
MetricProps.Builder |
MetricProps.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
MathExpressionProps.Builder |
MathExpressionProps.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
GraphWidget.Builder |
GraphWidget.Builder.period(Duration period)
(experimental) The default period for all metrics in this widget.
|
MetricOptions.Builder |
MetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
CreateAlarmOptions.Builder |
CreateAlarmOptions.Builder.period(Duration period)
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.period(Duration period)
Sets the value of
GraphWidgetProps.getPeriod() |
CommonMetricOptions.Builder |
CommonMetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CommonProjectProps.getQueuedTimeout()
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
Duration |
CommonProjectProps.Jsii$Proxy.getQueuedTimeout() |
Duration |
PipelineProjectProps.Jsii$Proxy.getQueuedTimeout() |
Duration |
ProjectProps.Jsii$Proxy.getQueuedTimeout() |
default Duration |
CommonProjectProps.getTimeout()
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
Duration |
CommonProjectProps.Jsii$Proxy.getTimeout() |
Duration |
PipelineProjectProps.Jsii$Proxy.getTimeout() |
Duration |
ProjectProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
CommonProjectProps.Builder |
CommonProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
PipelineProject.Builder |
PipelineProject.Builder.queuedTimeout(Duration queuedTimeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
Project.Builder |
Project.Builder.queuedTimeout(Duration queuedTimeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
ProjectProps.Builder |
ProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
CommonProjectProps.Builder |
CommonProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
PipelineProject.Builder |
PipelineProject.Builder.timeout(Duration timeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
Project.Builder |
Project.Builder.timeout(Duration timeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
ProjectProps.Builder |
ProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CustomLambdaDeploymentConfigProps.getInterval()
(experimental) The interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.
|
Duration |
CustomLambdaDeploymentConfigProps.Jsii$Proxy.getInterval() |
| Modifier and Type | Method and Description |
|---|---|
CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.interval(Duration interval)
(experimental) The interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.
|
CustomLambdaDeploymentConfigProps.Builder |
CustomLambdaDeploymentConfigProps.Builder.interval(Duration interval)
Sets the value of
CustomLambdaDeploymentConfigProps.getInterval() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
EcsDeployActionProps.getDeploymentTimeout()
(experimental) Timeout for the ECS deployment in minutes.
|
Duration |
EcsDeployActionProps.Jsii$Proxy.getDeploymentTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EcsDeployActionProps.Builder |
EcsDeployActionProps.Builder.deploymentTimeout(Duration deploymentTimeout)
Sets the value of
EcsDeployActionProps.getDeploymentTimeout() |
EcsDeployAction.Builder |
EcsDeployAction.Builder.deploymentTimeout(Duration deploymentTimeout)
(experimental) Timeout for the ECS deployment in minutes.
|
static CacheControl |
CacheControl.maxAge(Duration t)
(experimental) The 'max-age' cache control directive.
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
(experimental) The 's-max-age' cache control directive.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
UserPoolClientOptions.getAccessTokenValidity()
(experimental) Validity of the access token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getAccessTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getAccessTokenValidity() |
default Duration |
UserPoolClientOptions.getIdTokenValidity()
(experimental) Validity of the ID token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getIdTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getIdTokenValidity() |
default Duration |
UserPoolClientOptions.getRefreshTokenValidity()
(experimental) Validity of the refresh token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getRefreshTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getRefreshTokenValidity() |
default Duration |
PasswordPolicy.getTempPasswordValidity()
(experimental) The length of time the temporary password generated by an admin is valid.
|
Duration |
PasswordPolicy.Jsii$Proxy.getTempPasswordValidity() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
AccessKeysRotatedProps.getMaxAge()
(experimental) The maximum number of days within which the access keys must be rotated.
|
Duration |
AccessKeysRotatedProps.Jsii$Proxy.getMaxAge() |
| Modifier and Type | Method and Description |
|---|---|
AccessKeysRotatedProps.Builder |
AccessKeysRotatedProps.Builder.maxAge(Duration maxAge)
Sets the value of
AccessKeysRotatedProps.getMaxAge() |
AccessKeysRotated.Builder |
AccessKeysRotated.Builder.maxAge(Duration maxAge)
(experimental) The maximum number of days within which the access keys must be rotated.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
RotationMultiUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
Duration |
BackupProps.getRetention()
(experimental) How many days to retain the backup.
|
Duration |
BackupProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
DatabaseCluster.addRotationSingleUser(Duration automaticallyAfter)
(experimental) Adds the single user rotation of the master password to this cluster.
|
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationMultiUserOptions.getAutomaticallyAfter() |
BackupProps.Builder |
BackupProps.Builder.retention(Duration retention)
Sets the value of
BackupProps.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
SystemErrorsForOperationsMetricOptions.Jsii$Proxy.getPeriod() |
Duration |
TableProps.Jsii$Proxy.getReplicationTimeout() |
default Duration |
TableOptions.getReplicationTimeout()
(experimental) The timeout for a table replication operation in a single region.
|
Duration |
TableOptions.Jsii$Proxy.getReplicationTimeout() |
Duration |
UtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
UtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
SystemErrorsForOperationsMetricOptions.Builder |
SystemErrorsForOperationsMetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
Table.Builder |
Table.Builder.replicationTimeout(Duration replicationTimeout)
(experimental) The timeout for a table replication operation in a single region.
|
TableProps.Builder |
TableProps.Builder.replicationTimeout(Duration replicationTimeout)
Sets the value of
TableOptions.getReplicationTimeout() |
TableOptions.Builder |
TableOptions.Builder.replicationTimeout(Duration replicationTimeout)
Sets the value of
TableOptions.getReplicationTimeout() |
UtilizationScalingProps.Builder |
UtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
UtilizationScalingProps.Builder |
UtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LaunchTemplateSpotOptions.getBlockDuration()
(experimental) Spot Instances with a defined duration (also known as Spot blocks) are designed not to be interrupted and will run continuously for the duration you select.
|
Duration |
LaunchTemplateSpotOptions.Jsii$Proxy.getBlockDuration() |
default Duration |
InstanceProps.getResourceSignalTimeout()
(experimental) The length of time to wait for the resourceSignalCount.
|
Duration |
InstanceProps.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
ApplyCloudFormationInitOptions.getTimeout()
(experimental) Timeout waiting for the configuration to be applied.
|
Duration |
ApplyCloudFormationInitOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpotOptions.Builder |
LaunchTemplateSpotOptions.Builder.blockDuration(Duration blockDuration)
Sets the value of
LaunchTemplateSpotOptions.getBlockDuration() |
static InitCommandWaitDuration |
InitCommandWaitDuration.of(Duration duration)
(experimental) Wait for a specified duration after a command.
|
Instance.Builder |
Instance.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
(experimental) The length of time to wait for the resourceSignalCount.
|
InstanceProps.Builder |
InstanceProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Sets the value of
InstanceProps.getResourceSignalTimeout() |
ApplyCloudFormationInitOptions.Builder |
ApplyCloudFormationInitOptions.Builder.timeout(Duration timeout)
Sets the value of
ApplyCloudFormationInitOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LifecycleRule.getMaxImageAge()
(experimental) The maximum age of images to retain.
|
Duration |
LifecycleRule.Jsii$Proxy.getMaxImageAge() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule.Builder |
LifecycleRule.Builder.maxImageAge(Duration maxImageAge)
Sets the value of
LifecycleRule.getMaxImageAge() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
AddCapacityOptions.Jsii$Proxy.getCooldown() |
default Duration |
CloudMapOptions.getDnsTtl()
(experimental) The amount of time that you want DNS resolvers to cache the settings for this record.
|
Duration |
CloudMapOptions.Jsii$Proxy.getDnsTtl() |
Duration |
BaseServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ExternalServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
FargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
Ec2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
BaseServiceOptions.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
BaseServiceOptions.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
HealthCheck.getInterval()
(experimental) The time period in seconds between each health check execution.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
Duration |
AddCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
AddCapacityOptions.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
FluentdLogDriverProps.getRetryWait()
(experimental) How long to wait between retries.
|
Duration |
FluentdLogDriverProps.Jsii$Proxy.getRetryWait() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
MemoryUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
MemoryUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleOutCooldown() |
default Duration |
HealthCheck.getStartPeriod()
(experimental) The optional grace period within which to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.
|
Duration |
HealthCheck.Jsii$Proxy.getStartPeriod() |
Duration |
ContainerDefinitionProps.Jsii$Proxy.getStartTimeout() |
Duration |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStartTimeout() |
default Duration |
ContainerDefinitionOptions.getStartTimeout()
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
Duration |
ContainerDefinitionOptions.Jsii$Proxy.getStartTimeout() |
Duration |
FirelensLogRouterProps.Jsii$Proxy.getStartTimeout() |
Duration |
ContainerDefinitionProps.Jsii$Proxy.getStopTimeout() |
Duration |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStopTimeout() |
default Duration |
ContainerDefinitionOptions.getStopTimeout()
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
Duration |
ContainerDefinitionOptions.Jsii$Proxy.getStopTimeout() |
Duration |
FirelensLogRouterProps.Jsii$Proxy.getStopTimeout() |
Duration |
AsgCapacityProviderProps.Jsii$Proxy.getTaskDrainTime() |
Duration |
AddCapacityOptions.Jsii$Proxy.getTaskDrainTime() |
default Duration |
AddAutoScalingGroupCapacityOptions.getTaskDrainTime()
Deprecated.
The lifecycle draining hook is not configured if using the EC2 Capacity Provider. Enable managed termination protection instead.
|
Duration |
AddAutoScalingGroupCapacityOptions.Jsii$Proxy.getTaskDrainTime() |
default Duration |
GelfLogDriverProps.getTcpReconnectDelay()
(experimental) TCP Only The number of seconds to wait between reconnection attempts.
|
Duration |
GelfLogDriverProps.Jsii$Proxy.getTcpReconnectDelay() |
default Duration |
HealthCheck.getTimeout()
(experimental) The time period in seconds to wait for a health check to succeed before it is considered a failure.
|
Duration |
HealthCheck.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
CloudMapOptions.Builder |
CloudMapOptions.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
CloudMapOptions.getDnsTtl() |
BaseServiceProps.Builder |
BaseServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
ExternalService.Builder |
ExternalService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ExternalServiceProps.Builder |
ExternalServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
FargateServiceProps.Builder |
FargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
BaseServiceOptions.Builder |
BaseServiceOptions.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
FargateService.Builder |
FargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Ec2Service.Builder |
Ec2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
HealthCheck.Builder |
HealthCheck.Builder.interval(Duration interval)
Sets the value of
HealthCheck.getInterval() |
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
FluentdLogDriverProps.Builder |
FluentdLogDriverProps.Builder.retryWait(Duration retryWait)
Sets the value of
FluentdLogDriverProps.getRetryWait() |
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.retryWait(Duration retryWait)
(experimental) How long to wait between retries.
|
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
TrackCustomMetricProps.Builder |
TrackCustomMetricProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
TrackCustomMetricProps.Builder |
TrackCustomMetricProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
HealthCheck.Builder |
HealthCheck.Builder.startPeriod(Duration startPeriod)
Sets the value of
HealthCheck.getStartPeriod() |
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.startTimeout(Duration startTimeout)
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.startTimeout(Duration startTimeout)
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.stopTimeout(Duration stopTimeout)
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.stopTimeout(Duration stopTimeout)
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
AsgCapacityProvider.Builder |
AsgCapacityProvider.Builder.taskDrainTime(Duration taskDrainTime)
Deprecated.
The lifecycle draining hook is not configured if using the EC2 Capacity Provider. Enable managed termination protection instead.
|
AsgCapacityProviderProps.Builder |
AsgCapacityProviderProps.Builder.taskDrainTime(Duration taskDrainTime)
Deprecated.
The lifecycle draining hook is not configured if using the EC2 Capacity Provider. Enable managed termination protection instead.
|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.taskDrainTime(Duration taskDrainTime)
Deprecated.
The lifecycle draining hook is not configured if using the EC2 Capacity Provider. Enable managed termination protection instead.
|
AddAutoScalingGroupCapacityOptions.Builder |
AddAutoScalingGroupCapacityOptions.Builder.taskDrainTime(Duration taskDrainTime)
Deprecated.
The lifecycle draining hook is not configured if using the EC2 Capacity Provider. Enable managed termination protection instead.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
(experimental) TCP Only The number of seconds to wait between reconnection attempts.
|
GelfLogDriverProps.Builder |
GelfLogDriverProps.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
Sets the value of
GelfLogDriverProps.getTcpReconnectDelay() |
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
NetworkMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
NetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getRetentionPeriod() |
Duration |
QueueProcessingFargateServiceProps.Jsii$Proxy.getRetentionPeriod() |
default Duration |
QueueProcessingServiceBaseProps.getRetentionPeriod()
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
Duration |
QueueProcessingServiceBaseProps.Jsii$Proxy.getRetentionPeriod() |
Duration |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getVisibilityTimeout() |
Duration |
QueueProcessingFargateServiceProps.Jsii$Proxy.getVisibilityTimeout() |
default Duration |
QueueProcessingServiceBaseProps.getVisibilityTimeout()
(experimental) Timeout of processing a single message.
|
Duration |
QueueProcessingServiceBaseProps.Jsii$Proxy.getVisibilityTimeout() |
| Modifier and Type | Method and Description |
|---|---|
NetworkMultipleTargetGroupsServiceBaseProps.Builder |
NetworkMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationMultipleTargetGroupsEc2Service.Builder |
ApplicationMultipleTargetGroupsEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
NetworkLoadBalancedFargateServiceProps.Builder |
NetworkLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
NetworkLoadBalancedServiceBaseProps.Builder |
NetworkLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkLoadBalancedEc2Service.Builder |
NetworkLoadBalancedEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
NetworkMultipleTargetGroupsFargateService.Builder |
NetworkMultipleTargetGroupsFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationMultipleTargetGroupsFargateServiceProps.Builder |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
ApplicationMultipleTargetGroupsFargateService.Builder |
ApplicationMultipleTargetGroupsFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
NetworkLoadBalancedFargateService.Builder |
NetworkLoadBalancedFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsEc2Service.Builder |
NetworkMultipleTargetGroupsEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
NetworkLoadBalancedEc2ServiceProps.Builder |
NetworkLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsFargateServiceProps.Builder |
NetworkMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProcessingServiceBaseProps.getVisibilityTimeout() |
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.visibilityTimeout(Duration visibilityTimeout)
(experimental) Timeout of processing a single message.
|
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProcessingServiceBaseProps.getVisibilityTimeout() |
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.visibilityTimeout(Duration visibilityTimeout)
(experimental) Timeout of processing a single message.
|
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProcessingServiceBaseProps.getVisibilityTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getCooldown() |
Duration |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
HelmChartOptions.getTimeout()
(experimental) Amount of time to wait for any individual Kubernetes operation.
|
Duration |
HelmChartOptions.Jsii$Proxy.getTimeout() |
Duration |
HelmChartProps.Jsii$Proxy.getTimeout() |
default Duration |
ServiceLoadBalancerAddressOptions.getTimeout()
(experimental) Timeout for waiting on the load balancer address.
|
Duration |
ServiceLoadBalancerAddressOptions.Jsii$Proxy.getTimeout() |
Duration |
IngressLoadBalancerAddressOptions.Jsii$Proxy.getTimeout() |
default Duration |
KubernetesObjectValueProps.getTimeout()
(experimental) Timeout for waiting on a value.
|
Duration |
KubernetesObjectValueProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
HelmChartOptions.Builder |
HelmChartOptions.Builder.timeout(Duration timeout)
Sets the value of
HelmChartOptions.getTimeout() |
HelmChartProps.Builder |
HelmChartProps.Builder.timeout(Duration timeout)
Sets the value of
HelmChartOptions.getTimeout() |
HelmChart.Builder |
HelmChart.Builder.timeout(Duration timeout)
(experimental) Amount of time to wait for any individual Kubernetes operation.
|
ServiceLoadBalancerAddressOptions.Builder |
ServiceLoadBalancerAddressOptions.Builder.timeout(Duration timeout)
Sets the value of
ServiceLoadBalancerAddressOptions.getTimeout() |
IngressLoadBalancerAddressOptions.Builder |
IngressLoadBalancerAddressOptions.Builder.timeout(Duration timeout)
Sets the value of
ServiceLoadBalancerAddressOptions.getTimeout() |
KubernetesObjectValue.Builder |
KubernetesObjectValue.Builder.timeout(Duration timeout)
(experimental) Timeout for waiting on a value.
|
KubernetesObjectValueProps.Builder |
KubernetesObjectValueProps.Builder.timeout(Duration timeout)
Sets the value of
KubernetesObjectValueProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CapacityOptions.Jsii$Proxy.getCooldown() |
Duration |
CapacityOptions.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
CapacityOptions.Jsii$Proxy.getResourceSignalTimeout() |
| Modifier and Type | Method and Description |
|---|---|
CapacityOptions.Builder |
CapacityOptions.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
CapacityOptions.Builder |
CapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
CapacityOptions.Builder |
CapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
HealthCheck.getInterval()
(experimental) Number of seconds between health checks.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
default Duration |
HealthCheck.getTimeout()
(experimental) Health check timeout.
|
Duration |
HealthCheck.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.Builder |
HealthCheck.Builder.interval(Duration interval)
Sets the value of
HealthCheck.getInterval() |
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
AddApplicationTargetsProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
BaseTargetGroupProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
BaseTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
Duration |
NetworkTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
AddNetworkTargetsProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
AddNetworkTargetsProps.Jsii$Proxy.getDeregistrationDelay() |
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
ApplicationLoadBalancerProps.getIdleTimeout()
(experimental) The load balancer idle timeout, in seconds.
|
Duration |
ApplicationLoadBalancerProps.Jsii$Proxy.getIdleTimeout() |
default Duration |
HealthCheck.getInterval()
(experimental) The approximate number of seconds between health checks for an individual target.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
default Duration |
AuthenticateOidcOptions.getSessionTimeout()
(experimental) The maximum duration of the authentication session.
|
Duration |
AuthenticateOidcOptions.Jsii$Proxy.getSessionTimeout() |
default Duration |
AddApplicationTargetsProps.getSlowStart()
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getSlowStart() |
default Duration |
ApplicationTargetGroupProps.getSlowStart()
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getSlowStart() |
default Duration |
AddApplicationTargetsProps.getStickinessCookieDuration()
(experimental) The stickiness cookie expiration period.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getStickinessCookieDuration() |
default Duration |
ApplicationTargetGroupProps.getStickinessCookieDuration()
(experimental) The stickiness cookie expiration period.
|
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getStickinessCookieDuration() |
default Duration |
NetworkForwardOptions.getStickinessDuration()
(experimental) For how long clients should be directed to the same target group.
|
Duration |
NetworkForwardOptions.Jsii$Proxy.getStickinessDuration() |
default Duration |
ForwardOptions.getStickinessDuration()
(experimental) For how long clients should be directed to the same target group.
|
Duration |
ForwardOptions.Jsii$Proxy.getStickinessDuration() |
default Duration |
HealthCheck.getTimeout()
(experimental) The amount of time, in seconds, during which no response from a target means a failed health check.
|
Duration |
HealthCheck.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
AddApplicationTargetsProps.getDeregistrationDelay() |
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay)
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay)
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
AddNetworkTargetsProps.Builder |
AddNetworkTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
AddNetworkTargetsProps.getDeregistrationDelay() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration)
(experimental) Enable sticky routing via a cookie to members of this target group.
|
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration,
String cookieName)
(experimental) Enable sticky routing via a cookie to members of this target group.
|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancerProps.getIdleTimeout() |
ApplicationLoadBalancer.Builder |
ApplicationLoadBalancer.Builder.idleTimeout(Duration idleTimeout)
(experimental) The load balancer idle timeout, in seconds.
|
HealthCheck.Builder |
HealthCheck.Builder.interval(Duration interval)
Sets the value of
HealthCheck.getInterval() |
AuthenticateOidcOptions.Builder |
AuthenticateOidcOptions.Builder.sessionTimeout(Duration sessionTimeout)
Sets the value of
AuthenticateOidcOptions.getSessionTimeout() |
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.slowStart(Duration slowStart)
Sets the value of
AddApplicationTargetsProps.getSlowStart() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.slowStart(Duration slowStart)
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.slowStart(Duration slowStart)
Sets the value of
ApplicationTargetGroupProps.getSlowStart() |
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
Sets the value of
AddApplicationTargetsProps.getStickinessCookieDuration() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
(experimental) The stickiness cookie expiration period.
|
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
Sets the value of
ApplicationTargetGroupProps.getStickinessCookieDuration() |
NetworkForwardOptions.Builder |
NetworkForwardOptions.Builder.stickinessDuration(Duration stickinessDuration)
Sets the value of
NetworkForwardOptions.getStickinessDuration() |
ForwardOptions.Builder |
ForwardOptions.Builder.stickinessDuration(Duration stickinessDuration)
Sets the value of
ForwardOptions.getStickinessDuration() |
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
AuthenticateCognitoActionProps.getSessionTimeout()
(experimental) The maximum duration of the authentication session.
|
Duration |
AuthenticateCognitoActionProps.Jsii$Proxy.getSessionTimeout() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.sessionTimeout(Duration sessionTimeout)
(experimental) The maximum duration of the authentication session.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.sessionTimeout(Duration sessionTimeout)
Sets the value of
AuthenticateCognitoActionProps.getSessionTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
ArchiveProps.Jsii$Proxy.getRetention() |
default Duration |
BaseArchiveProps.getRetention()
(experimental) The number of days to retain events for.
|
Duration |
BaseArchiveProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.rate(Duration duration)
(experimental) Construct a schedule from an interval and a time unit.
|
ArchiveProps.Builder |
ArchiveProps.Builder.retention(Duration retention)
Sets the value of
BaseArchiveProps.getRetention() |
Archive.Builder |
Archive.Builder.retention(Duration retention)
(experimental) The number of days to retain events for.
|
BaseArchiveProps.Builder |
BaseArchiveProps.Builder.retention(Duration retention)
Sets the value of
BaseArchiveProps.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LogGroupProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SqsQueueProps.Jsii$Proxy.getMaxEventAge() |
Duration |
CodeBuildProjectProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SfnStateMachineProps.Jsii$Proxy.getMaxEventAge() |
Duration |
LambdaFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
CodePipelineTargetOptions.Jsii$Proxy.getMaxEventAge() |
default Duration |
TargetBaseProps.getMaxEventAge()
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
Duration |
TargetBaseProps.Jsii$Proxy.getMaxEventAge() |
Duration |
BatchJobProps.Jsii$Proxy.getMaxEventAge() |
Duration |
ApiGatewayProps.Jsii$Proxy.getMaxEventAge() |
| Modifier and Type | Method and Description |
|---|---|
BatchJob.Builder |
BatchJob.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
CodeBuildProject.Builder |
CodeBuildProject.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
LogGroupProps.Builder |
LogGroupProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
SqsQueueProps.Builder |
SqsQueueProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
CodeBuildProjectProps.Builder |
CodeBuildProjectProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
CodePipeline.Builder |
CodePipeline.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
ApiGateway.Builder |
ApiGateway.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
SfnStateMachineProps.Builder |
SfnStateMachineProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
LambdaFunctionProps.Builder |
LambdaFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
CloudWatchLogGroup.Builder |
CloudWatchLogGroup.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
CodePipelineTargetOptions.Builder |
CodePipelineTargetOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
SqsQueue.Builder |
SqsQueue.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
SfnStateMachine.Builder |
SfnStateMachine.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
LambdaFunction.Builder |
LambdaFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
TargetBaseProps.Builder |
TargetBaseProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
BatchJobProps.Builder |
BatchJobProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
ApiGatewayProps.Builder |
ApiGatewayProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
EndpointGroupProps.Jsii$Proxy.getHealthCheckInterval() |
default Duration |
EndpointGroupOptions.getHealthCheckInterval()
(experimental) The time between health checks for each endpoint.
|
Duration |
EndpointGroupOptions.Jsii$Proxy.getHealthCheckInterval() |
| Modifier and Type | Method and Description |
|---|---|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckInterval(Duration healthCheckInterval)
(experimental) The time between health checks for each endpoint.
|
EndpointGroupProps.Builder |
EndpointGroupProps.Builder.healthCheckInterval(Duration healthCheckInterval)
Sets the value of
EndpointGroupOptions.getHealthCheckInterval() |
EndpointGroupOptions.Builder |
EndpointGroupOptions.Builder.healthCheckInterval(Duration healthCheckInterval)
Sets the value of
EndpointGroupOptions.getHealthCheckInterval() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
JobProps.getNotifyDelayAfter()
(experimental) The number of minutes to wait after a job run starts, before sending a job run delay notification.
|
Duration |
JobProps.Jsii$Proxy.getNotifyDelayAfter() |
default Duration |
JobProps.getTimeout()
(experimental) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.
|
Duration |
JobProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.notifyDelayAfter(Duration notifyDelayAfter)
(experimental) The number of minutes to wait after a job run starts, before sending a job run delay notification.
|
JobProps.Builder |
JobProps.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Sets the value of
JobProps.getNotifyDelayAfter() |
Job.Builder |
Job.Builder.timeout(Duration timeout)
(experimental) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.
|
JobProps.Builder |
JobProps.Builder.timeout(Duration timeout)
Sets the value of
JobProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LazyRoleProps.Jsii$Proxy.getMaxSessionDuration() |
default Duration |
RoleProps.getMaxSessionDuration()
(experimental) The maximum session duration that you want to set for the specified role.
|
Duration |
RoleProps.Jsii$Proxy.getMaxSessionDuration() |
| Modifier and Type | Method and Description |
|---|---|
LazyRoleProps.Builder |
LazyRoleProps.Builder.maxSessionDuration(Duration maxSessionDuration)
Sets the value of
RoleProps.getMaxSessionDuration() |
RoleProps.Builder |
RoleProps.Builder.maxSessionDuration(Duration maxSessionDuration)
Sets the value of
RoleProps.getMaxSessionDuration() |
LazyRole.Builder |
LazyRole.Builder.maxSessionDuration(Duration maxSessionDuration)
(experimental) The maximum session duration that you want to set for the specified role.
|
Role.Builder |
Role.Builder.maxSessionDuration(Duration maxSessionDuration)
(experimental) The maximum session duration that you want to set for the specified role.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
StreamProps.getRetentionPeriod()
(experimental) The number of hours for the data records that are stored in shards to remain accessible.
|
Duration |
StreamProps.Jsii$Proxy.getRetentionPeriod() |
| Modifier and Type | Method and Description |
|---|---|
Stream.Builder |
Stream.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of hours for the data records that are stored in shards to remain accessible.
|
StreamProps.Builder |
StreamProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
StreamProps.getRetentionPeriod() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
ApplicationProps.getCheckpointInterval()
(experimental) The interval between checkpoints.
|
Duration |
ApplicationProps.Jsii$Proxy.getCheckpointInterval() |
default Duration |
ApplicationProps.getMinPauseBetweenCheckpoints()
(experimental) The minimum amount of time in to wait after a checkpoint finishes to start a new checkpoint.
|
Duration |
ApplicationProps.Jsii$Proxy.getMinPauseBetweenCheckpoints() |
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.checkpointInterval(Duration checkpointInterval)
(experimental) The interval between checkpoints.
|
ApplicationProps.Builder |
ApplicationProps.Builder.checkpointInterval(Duration checkpointInterval)
Sets the value of
ApplicationProps.getCheckpointInterval() |
Application.Builder |
Application.Builder.minPauseBetweenCheckpoints(Duration minPauseBetweenCheckpoints)
(experimental) The minimum amount of time in to wait after a checkpoint finishes to start a new checkpoint.
|
ApplicationProps.Builder |
ApplicationProps.Builder.minPauseBetweenCheckpoints(Duration minPauseBetweenCheckpoints)
Sets the value of
ApplicationProps.getMinPauseBetweenCheckpoints() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
DataProcessorProps.getBufferInterval()
(experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.
|
Duration |
DataProcessorProps.Jsii$Proxy.getBufferInterval() |
| Modifier and Type | Method and Description |
|---|---|
DataProcessorProps.Builder |
DataProcessorProps.Builder.bufferInterval(Duration bufferInterval)
Sets the value of
DataProcessorProps.getBufferInterval() |
LambdaFunctionProcessor.Builder |
LambdaFunctionProcessor.Builder.bufferInterval(Duration bufferInterval)
(experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CommonDestinationS3Props.getBufferingInterval()
(experimental) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.
|
Duration |
CommonDestinationS3Props.Jsii$Proxy.getBufferingInterval() |
Duration |
S3BucketProps.Jsii$Proxy.getBufferingInterval() |
Duration |
DestinationS3BackupProps.Jsii$Proxy.getBufferingInterval() |
| Modifier and Type | Method and Description |
|---|---|
CommonDestinationS3Props.Builder |
CommonDestinationS3Props.Builder.bufferingInterval(Duration bufferingInterval)
Sets the value of
CommonDestinationS3Props.getBufferingInterval() |
S3Bucket.Builder |
S3Bucket.Builder.bufferingInterval(Duration bufferingInterval)
(experimental) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.
|
S3BucketProps.Builder |
S3BucketProps.Builder.bufferingInterval(Duration bufferingInterval)
Sets the value of
CommonDestinationS3Props.getBufferingInterval() |
DestinationS3BackupProps.Builder |
DestinationS3BackupProps.Builder.bufferingInterval(Duration bufferingInterval)
Sets the value of
CommonDestinationS3Props.getBufferingInterval() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
KeyProps.getPendingWindow()
(experimental) Specifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.
|
Duration |
KeyProps.Jsii$Proxy.getPendingWindow() |
| Modifier and Type | Method and Description |
|---|---|
Key.Builder |
Key.Builder.pendingWindow(Duration pendingWindow)
(experimental) Specifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.
|
KeyProps.Builder |
KeyProps.Builder.pendingWindow(Duration pendingWindow)
Sets the value of
KeyProps.getPendingWindow() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LogRetentionRetryOptions.Jsii$Proxy.getBase() |
default Duration |
EventSourceMappingOptions.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
AliasProps.Jsii$Proxy.getMaxEventAge() |
Duration |
VersionOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
VersionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
FunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SingletonFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
DockerImageFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EventInvokeConfigProps.Jsii$Proxy.getMaxEventAge() |
Duration |
AliasOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
FunctionOptions.Jsii$Proxy.getMaxEventAge() |
default Duration |
EventInvokeConfigOptions.getMaxEventAge()
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
Duration |
EventInvokeConfigOptions.Jsii$Proxy.getMaxEventAge() |
default Duration |
EventSourceMappingOptions.getMaxRecordAge()
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxRecordAge() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleInCooldown() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleOutCooldown() |
Duration |
FunctionProps.Jsii$Proxy.getTimeout() |
Duration |
Function.getTimeout()
(experimental) The timeout configured for this lambda.
|
Duration |
SingletonFunctionProps.Jsii$Proxy.getTimeout() |
Duration |
DockerImageFunctionProps.Jsii$Proxy.getTimeout() |
default Duration |
FunctionOptions.getTimeout()
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
Duration |
FunctionOptions.Jsii$Proxy.getTimeout() |
default Duration |
EventSourceMappingOptions.getTumblingWindow()
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getTumblingWindow() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getTumblingWindow() |
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions.Builder |
LogRetentionRetryOptions.Builder.base(Duration base)
Sets the value of
LogRetentionRetryOptions.getBase() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
EventSourceMappingOptions.getMaxBatchingWindow() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
EventSourceMappingOptions.getMaxBatchingWindow() |
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
Version.Builder |
Version.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
AliasProps.Builder |
AliasProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
VersionOptions.Builder |
VersionOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
VersionProps.Builder |
VersionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
FunctionProps.Builder |
FunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
Function.Builder |
Function.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventInvokeConfigProps.Builder |
EventInvokeConfigProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
AliasOptions.Builder |
AliasOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
Alias.Builder |
Alias.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
SingletonFunction.Builder |
SingletonFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
FunctionOptions.Builder |
FunctionOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
DockerImageFunction.Builder |
DockerImageFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
EventSourceMappingOptions.getMaxRecordAge() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
EventSourceMappingOptions.getMaxRecordAge() |
UtilizationScalingOptions.Builder |
UtilizationScalingOptions.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
UtilizationScalingOptions.Builder |
UtilizationScalingOptions.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
FunctionProps.Builder |
FunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
Function.Builder |
Function.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
SingletonFunction.Builder |
SingletonFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
FunctionOptions.Builder |
FunctionOptions.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
DockerImageFunction.Builder |
DockerImageFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
EventSourceMapping.Builder |
EventSourceMapping.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
EventSourceMappingOptions.getTumblingWindow() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
EventSourceMappingOptions.getTumblingWindow() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
SqsEventSourceProps.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
SqsEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
StreamEventSourceProps.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
default Duration |
StreamEventSourceProps.getMaxRecordAge()
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getTumblingWindow() |
default Duration |
StreamEventSourceProps.getTumblingWindow()
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getTumblingWindow() |
| Modifier and Type | Method and Description |
|---|---|
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
SqsEventSourceProps.Builder |
SqsEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
SqsEventSourceProps.getMaxBatchingWindow() |
SqsEventSource.Builder |
SqsEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
DynamoEventSource.Builder |
DynamoEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
GoFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
GoFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
GoFunction.Builder |
GoFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
GoFunction.Builder |
GoFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
NodejsFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
NodejsFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
NodejsFunction.Builder |
NodejsFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
PythonFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
PythonFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
PythonFunction.Builder |
PythonFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
PythonFunction.Builder |
PythonFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LogRetentionRetryOptions.getBase()
(experimental) The base duration to use in the exponential backoff for operation retries.
|
Duration |
LogRetentionRetryOptions.Jsii$Proxy.getBase() |
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions.Builder |
LogRetentionRetryOptions.Builder.base(Duration base)
Sets the value of
LogRetentionRetryOptions.getBase() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
DatabaseClusterProps.getBackupRetention()
(experimental) How many days to retain the backup.
|
Duration |
DatabaseClusterProps.Jsii$Proxy.getBackupRetention() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseCluster.Builder |
DatabaseCluster.Builder.backupRetention(Duration backupRetention)
(experimental) How many days to retain the backup.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseClusterProps.getBackupRetention() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
RotationMultiUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
RotationSingleUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationSingleUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
ServerlessScalingOptions.getAutoPause()
(experimental) The time before an Aurora Serverless database cluster is paused.
|
Duration |
ServerlessScalingOptions.Jsii$Proxy.getAutoPause() |
default Duration |
DatabaseClusterFromSnapshotProps.getBacktrackWindow()
(experimental) The number of seconds to set a cluster's target backtrack window to.
|
Duration |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getBacktrackWindow() |
default Duration |
DatabaseClusterProps.getBacktrackWindow()
(experimental) The number of seconds to set a cluster's target backtrack window to.
|
Duration |
DatabaseClusterProps.Jsii$Proxy.getBacktrackWindow() |
default Duration |
ServerlessClusterFromSnapshotProps.getBackupRetention()
(experimental) The number of days during which automatic DB snapshots are retained.
|
Duration |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getBackupRetention() |
default Duration |
ServerlessClusterProps.getBackupRetention()
(experimental) The number of days during which automatic DB snapshots are retained.
|
Duration |
ServerlessClusterProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceSourceProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getBackupRetention() |
default Duration |
DatabaseInstanceNewProps.getBackupRetention()
(experimental) The number of days during which automatic DB snapshots are retained.
|
Duration |
DatabaseInstanceNewProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getBackupRetention() |
default Duration |
DatabaseProxyOptions.getBorrowTimeout()
(experimental) The duration for a proxy to wait for a connection to become available in the connection pool.
|
Duration |
DatabaseProxyOptions.Jsii$Proxy.getBorrowTimeout() |
Duration |
DatabaseProxyProps.Jsii$Proxy.getBorrowTimeout() |
default Duration |
DatabaseProxyOptions.getIdleClientTimeout()
(experimental) The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
Duration |
DatabaseProxyOptions.Jsii$Proxy.getIdleClientTimeout() |
Duration |
DatabaseProxyProps.Jsii$Proxy.getIdleClientTimeout() |
Duration |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceSourceProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getMonitoringInterval() |
default Duration |
DatabaseInstanceNewProps.getMonitoringInterval()
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
Duration |
DatabaseInstanceNewProps.Jsii$Proxy.getMonitoringInterval() |
default Duration |
DatabaseClusterFromSnapshotProps.getMonitoringInterval()
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
Duration |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getMonitoringInterval() |
default Duration |
DatabaseClusterProps.getMonitoringInterval()
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
Duration |
DatabaseClusterProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
BackupProps.getRetention()
(experimental) How many days to retain the backup.
|
Duration |
BackupProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationMultiUserOptions.getAutomaticallyAfter() |
RotationSingleUserOptions.Builder |
RotationSingleUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationSingleUserOptions.getAutomaticallyAfter() |
ServerlessScalingOptions.Builder |
ServerlessScalingOptions.Builder.autoPause(Duration autoPause)
Sets the value of
ServerlessScalingOptions.getAutoPause() |
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.backtrackWindow(Duration backtrackWindow)
(experimental) The number of seconds to set a cluster's target backtrack window to.
|
DatabaseCluster.Builder |
DatabaseCluster.Builder.backtrackWindow(Duration backtrackWindow)
(experimental) The number of seconds to set a cluster's target backtrack window to.
|
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.backtrackWindow(Duration backtrackWindow)
Sets the value of
DatabaseClusterFromSnapshotProps.getBacktrackWindow() |
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.backtrackWindow(Duration backtrackWindow)
Sets the value of
DatabaseClusterProps.getBacktrackWindow() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
ServerlessClusterFromSnapshotProps.Builder |
ServerlessClusterFromSnapshotProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
ServerlessClusterFromSnapshotProps.getBackupRetention() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
ServerlessClusterProps.getBackupRetention() |
ServerlessClusterFromSnapshot.Builder |
ServerlessClusterFromSnapshot.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
ServerlessCluster.Builder |
ServerlessCluster.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.borrowTimeout(Duration borrowTimeout)
Sets the value of
DatabaseProxyOptions.getBorrowTimeout() |
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.borrowTimeout(Duration borrowTimeout)
Sets the value of
DatabaseProxyOptions.getBorrowTimeout() |
DatabaseProxy.Builder |
DatabaseProxy.Builder.borrowTimeout(Duration borrowTimeout)
(experimental) The duration for a proxy to wait for a connection to become available in the connection pool.
|
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseProxy.Builder |
DatabaseProxy.Builder.idleClientTimeout(Duration idleClientTimeout)
(experimental) The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseCluster.Builder |
DatabaseCluster.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseClusterFromSnapshotProps.getMonitoringInterval() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseClusterProps.getMonitoringInterval() |
BackupProps.Builder |
BackupProps.Builder.retention(Duration retention)
Sets the value of
BackupProps.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
RotationMultiUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
Cluster.addRotationSingleUser(Duration automaticallyAfter)
(experimental) Adds the single user rotation of the master password to this cluster.
|
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationMultiUserOptions.getAutomaticallyAfter() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
ZoneDelegationOptions.getTtl()
(experimental) The TTL (Time To Live) of the DNS delegation record in DNS caches.
|
Duration |
ZoneDelegationOptions.Jsii$Proxy.getTtl() |
Duration |
ZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
MxRecordProps.Jsii$Proxy.getTtl() |
Duration |
ARecordProps.Jsii$Proxy.getTtl() |
default Duration |
CrossAccountZoneDelegationRecordProps.getTtl()
(experimental) The resource record cache time to live (TTL).
|
Duration |
CrossAccountZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
AaaaRecordProps.Jsii$Proxy.getTtl() |
Duration |
TxtRecordProps.Jsii$Proxy.getTtl() |
Duration |
CaaRecordProps.Jsii$Proxy.getTtl() |
Duration |
DsRecordProps.Jsii$Proxy.getTtl() |
Duration |
CnameRecordProps.Jsii$Proxy.getTtl() |
default Duration |
RecordSetOptions.getTtl()
(experimental) The resource record cache time to live (TTL).
|
Duration |
RecordSetOptions.Jsii$Proxy.getTtl() |
Duration |
RecordSetProps.Jsii$Proxy.getTtl() |
Duration |
NsRecordProps.Jsii$Proxy.getTtl() |
Duration |
CaaAmazonRecordProps.Jsii$Proxy.getTtl() |
Duration |
SrvRecordProps.Jsii$Proxy.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
SrvRecord.Builder |
SrvRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
RecordSet.Builder |
RecordSet.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
ZoneDelegationOptions.Builder |
ZoneDelegationOptions.Builder.ttl(Duration ttl)
Sets the value of
ZoneDelegationOptions.getTtl() |
MxRecord.Builder |
MxRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
ZoneDelegationRecordProps.Builder |
ZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
MxRecordProps.Builder |
MxRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ARecordProps.Builder |
ARecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
DsRecord.Builder |
DsRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CrossAccountZoneDelegationRecordProps.Builder |
CrossAccountZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
CrossAccountZoneDelegationRecordProps.getTtl() |
CaaRecord.Builder |
CaaRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
AaaaRecordProps.Builder |
AaaaRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
TxtRecordProps.Builder |
TxtRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
NsRecord.Builder |
NsRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
TxtRecord.Builder |
TxtRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CaaRecordProps.Builder |
CaaRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ARecord.Builder |
ARecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
DsRecordProps.Builder |
DsRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CnameRecordProps.Builder |
CnameRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
RecordSetOptions.Builder |
RecordSetOptions.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
RecordSetProps.Builder |
RecordSetProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
NsRecordProps.Builder |
NsRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CnameRecord.Builder |
CnameRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CaaAmazonRecord.Builder |
CaaAmazonRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
AaaaRecord.Builder |
AaaaRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
ZoneDelegationRecord.Builder |
ZoneDelegationRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CrossAccountZoneDelegationRecord.Builder |
CrossAccountZoneDelegationRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CaaAmazonRecordProps.Builder |
CaaAmazonRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
SrvRecordProps.Builder |
SrvRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
abstract Duration |
DnsBlockResponse.getBlockOverrideTtl()
(experimental) The recommended amount of time for the DNS resolver or web browser to cache the provided override record.
|
| Modifier and Type | Method and Description |
|---|---|
static DnsBlockResponse |
DnsBlockResponse.override(String domain,
Duration ttl)
(experimental) Provides a custom override response to the query.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LifecycleRule.getAbortIncompleteMultipartUploadAfter()
(experimental) Specifies a lifecycle rule that aborts incomplete multipart uploads to an Amazon S3 bucket.
|
Duration |
LifecycleRule.Jsii$Proxy.getAbortIncompleteMultipartUploadAfter() |
default Duration |
IntelligentTieringConfiguration.getArchiveAccessTierTime()
(experimental) When enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 90 days to the Archive Access tier.
|
Duration |
IntelligentTieringConfiguration.Jsii$Proxy.getArchiveAccessTierTime() |
default Duration |
IntelligentTieringConfiguration.getDeepArchiveAccessTierTime()
(experimental) When enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 180 days to the Deep Archive Access tier.
|
Duration |
IntelligentTieringConfiguration.Jsii$Proxy.getDeepArchiveAccessTierTime() |
default Duration |
LifecycleRule.getExpiration()
(experimental) Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon Glacier.
|
Duration |
LifecycleRule.Jsii$Proxy.getExpiration() |
default Duration |
LifecycleRule.getNoncurrentVersionExpiration()
(experimental) Time between when a new version of the object is uploaded to the bucket and when old versions of the object expire.
|
Duration |
LifecycleRule.Jsii$Proxy.getNoncurrentVersionExpiration() |
default Duration |
Transition.getTransitionAfter()
(experimental) Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
Duration |
Transition.Jsii$Proxy.getTransitionAfter() |
Duration |
NoncurrentVersionTransition.getTransitionAfter()
(experimental) Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
Duration |
NoncurrentVersionTransition.Jsii$Proxy.getTransitionAfter() |
| Modifier and Type | Method and Description |
|---|---|
static Expires |
Expires.after(Duration t)
Deprecated.
|
static CacheControl |
CacheControl.maxAge(Duration t)
(experimental) Sets 'max-age=
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
(experimental) Sets 's-maxage=
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
RotationScheduleProps.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
RotationScheduleOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationScheduleOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
SecretRotationProps.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
SecretRotationProps.Jsii$Proxy.getAutomaticallyAfter() |
| Modifier and Type | Method and Description |
|---|---|
RotationSchedule.Builder |
RotationSchedule.Builder.automaticallyAfter(Duration automaticallyAfter)
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationScheduleOptions.getAutomaticallyAfter() |
RotationScheduleOptions.Builder |
RotationScheduleOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationScheduleOptions.getAutomaticallyAfter() |
SecretRotation.Builder |
SecretRotation.Builder.automaticallyAfter(Duration automaticallyAfter)
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
SecretRotationProps.Builder |
SecretRotationProps.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
SecretRotationProps.getAutomaticallyAfter() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
DnsServiceProps.getDnsTtl()
(experimental) The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
Duration |
DnsServiceProps.Jsii$Proxy.getDnsTtl() |
Duration |
ServiceProps.Jsii$Proxy.getDnsTtl() |
| Modifier and Type | Method and Description |
|---|---|
DnsServiceProps.Builder |
DnsServiceProps.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
DnsServiceProps.getDnsTtl() |
ServiceProps.Builder |
ServiceProps.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
DnsServiceProps.getDnsTtl() |
Service.Builder |
Service.Builder.dnsTtl(Duration dnsTtl)
(experimental) The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
SigningProfileProps.getSignatureValidity()
(experimental) The validity period for signatures generated using this signing profile.
|
Duration |
SigningProfileProps.Jsii$Proxy.getSignatureValidity() |
| Modifier and Type | Method and Description |
|---|---|
SigningProfileProps.Builder |
SigningProfileProps.Builder.signatureValidity(Duration signatureValidity)
Sets the value of
SigningProfileProps.getSignatureValidity() |
SigningProfile.Builder |
SigningProfile.Builder.signatureValidity(Duration signatureValidity)
(experimental) The validity period for signatures generated using this signing profile.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
QueueProps.getDataKeyReuse()
(experimental) The length of time that Amazon SQS reuses a data key before calling KMS again.
|
Duration |
QueueProps.Jsii$Proxy.getDataKeyReuse() |
default Duration |
QueueProps.getDeliveryDelay()
(experimental) The time in seconds that the delivery of all messages in the queue is delayed.
|
Duration |
QueueProps.Jsii$Proxy.getDeliveryDelay() |
default Duration |
QueueProps.getReceiveMessageWaitTime()
(experimental) Default wait time for ReceiveMessage calls.
|
Duration |
QueueProps.Jsii$Proxy.getReceiveMessageWaitTime() |
default Duration |
QueueProps.getRetentionPeriod()
(experimental) The number of seconds that Amazon SQS retains a message.
|
Duration |
QueueProps.Jsii$Proxy.getRetentionPeriod() |
default Duration |
QueueProps.getVisibilityTimeout()
(experimental) Timeout of processing a single message.
|
Duration |
QueueProps.Jsii$Proxy.getVisibilityTimeout() |
| Modifier and Type | Method and Description |
|---|---|
QueueProps.Builder |
QueueProps.Builder.dataKeyReuse(Duration dataKeyReuse)
Sets the value of
QueueProps.getDataKeyReuse() |
Queue.Builder |
Queue.Builder.dataKeyReuse(Duration dataKeyReuse)
(experimental) The length of time that Amazon SQS reuses a data key before calling KMS again.
|
QueueProps.Builder |
QueueProps.Builder.deliveryDelay(Duration deliveryDelay)
Sets the value of
QueueProps.getDeliveryDelay() |
Queue.Builder |
Queue.Builder.deliveryDelay(Duration deliveryDelay)
(experimental) The time in seconds that the delivery of all messages in the queue is delayed.
|
QueueProps.Builder |
QueueProps.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime)
Sets the value of
QueueProps.getReceiveMessageWaitTime() |
Queue.Builder |
Queue.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime)
(experimental) Default wait time for ReceiveMessage calls.
|
QueueProps.Builder |
QueueProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProps.getRetentionPeriod() |
Queue.Builder |
Queue.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Amazon SQS retains a message.
|
QueueProps.Builder |
QueueProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProps.getVisibilityTimeout() |
Queue.Builder |
Queue.Builder.visibilityTimeout(Duration visibilityTimeout)
(experimental) Timeout of processing a single message.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
StepFunctionsTaskConfig.getHeartbeat()
Deprecated.
|
Duration |
StepFunctionsTaskConfig.Jsii$Proxy.getHeartbeat()
Deprecated.
|
default Duration |
TaskStateBaseProps.getHeartbeat()
(experimental) Timeout for the heartbeat.
|
Duration |
TaskStateBaseProps.Jsii$Proxy.getHeartbeat() |
default Duration |
RetryProps.getInterval()
(experimental) How many seconds to wait initially before retrying.
|
Duration |
RetryProps.Jsii$Proxy.getInterval() |
default Duration |
TaskProps.getTimeout()
Deprecated.
|
Duration |
TaskProps.Jsii$Proxy.getTimeout()
Deprecated.
|
default Duration |
TaskStateBaseProps.getTimeout()
(experimental) Timeout for the state machine.
|
Duration |
TaskStateBaseProps.Jsii$Proxy.getTimeout() |
Duration |
StateGraph.getTimeout()
(experimental) Set a timeout to render into the graph JSON.
|
default Duration |
StateMachineProps.getTimeout()
(experimental) Maximum run time for this state machine.
|
Duration |
StateMachineProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
static WaitTime |
WaitTime.duration(Duration duration)
(experimental) Wait a fixed amount of time.
|
StepFunctionsTaskConfig.Builder |
StepFunctionsTaskConfig.Builder.heartbeat(Duration heartbeat)
Deprecated.
|
TaskStateBaseProps.Builder |
TaskStateBaseProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
RetryProps.Builder |
RetryProps.Builder.interval(Duration interval)
Sets the value of
RetryProps.getInterval() |
void |
StateGraph.setTimeout(Duration value)
(experimental) Set a timeout to render into the graph JSON.
|
TaskProps.Builder |
TaskProps.Builder.timeout(Duration timeout)
Deprecated.
|
TaskStateBaseProps.Builder |
TaskStateBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StateMachine.Builder |
StateMachine.Builder.timeout(Duration timeout)
(experimental) Maximum run time for this state machine.
|
Task.Builder |
Task.Builder.timeout(Duration timeout)
Deprecated.
|
StateMachineProps.Builder |
StateMachineProps.Builder.timeout(Duration timeout)
Sets the value of
StateMachineProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.getDecommissionTimeout()
(experimental) The desired timeout for decommissioning an instance.
|
Duration |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Jsii$Proxy.getDecommissionTimeout() |
default Duration |
SqsSendMessageProps.getDelay()
(experimental) The length of time, for which to delay a message.
|
Duration |
SqsSendMessageProps.Jsii$Proxy.getDelay() |
default Duration |
SendToQueueProps.getDelay()
Deprecated.
|
Duration |
SendToQueueProps.Jsii$Proxy.getDelay()
Deprecated.
|
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrContainersStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrContainersCreateVirtualClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallAwsServiceProps.Jsii$Proxy.getHeartbeat() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EventBridgePutEventsProps.Jsii$Proxy.getHeartbeat() |
Duration |
EksCallProps.Jsii$Proxy.getHeartbeat() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoGetItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getHeartbeat() |
default Duration |
InvokeActivityProps.getHeartbeat()
Deprecated.
|
Duration |
InvokeActivityProps.Jsii$Proxy.getHeartbeat()
Deprecated.
|
Duration |
GlueStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrAddStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getHeartbeat() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getHeartbeat() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
SnsPublishProps.Jsii$Proxy.getHeartbeat() |
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getHeartbeat() |
default Duration |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.getInstanceTerminationTimeout()
(experimental) Decommissioning timeout override for the specific list of instances to be terminated.
|
Duration |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Jsii$Proxy.getInstanceTerminationTimeout() |
default Duration |
ModelClientOptions.getInvocationsTimeout()
(experimental) The timeout duration for an invocation request.
|
Duration |
ModelClientOptions.Jsii$Proxy.getInvocationsTimeout() |
default Duration |
StoppingCondition.getMaxRuntime()
(experimental) The maximum length of time, in seconds, that the training or compilation job can run.
|
Duration |
StoppingCondition.Jsii$Proxy.getMaxRuntime() |
default Duration |
GlueStartJobRunProps.getNotifyDelayAfter()
(experimental) After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
Duration |
GlueStartJobRunProps.Jsii$Proxy.getNotifyDelayAfter() |
default Duration |
RunGlueJobTaskProps.getNotifyDelayAfter()
Deprecated.
|
Duration |
RunGlueJobTaskProps.Jsii$Proxy.getNotifyDelayAfter()
Deprecated.
|
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod()
(experimental) The period, in seconds, over which the statistic is applied.
|
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Jsii$Proxy.getPeriod() |
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getTimeout() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getTimeout() |
Duration |
EmrContainersStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
EmrContainersCreateVirtualClusterProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getTimeout() |
Duration |
CallAwsServiceProps.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EventBridgePutEventsProps.Jsii$Proxy.getTimeout() |
Duration |
EksCallProps.Jsii$Proxy.getTimeout() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoGetItemProps.Jsii$Proxy.getTimeout() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getTimeout() |
Duration |
GlueStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getTimeout() |
Duration |
EmrAddStepProps.Jsii$Proxy.getTimeout() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getTimeout() |
Duration |
EmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getTimeout() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getTimeout() |
default Duration |
RunBatchJobProps.getTimeout()
Deprecated.
|
Duration |
RunBatchJobProps.Jsii$Proxy.getTimeout()
Deprecated.
|
Duration |
SnsPublishProps.Jsii$Proxy.getTimeout() |
default Duration |
RunGlueJobTaskProps.getTimeout()
Deprecated.
|
Duration |
RunGlueJobTaskProps.Jsii$Proxy.getTimeout()
Deprecated.
|
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder.decommissionTimeout(Duration decommissionTimeout)
|
SendToQueue.Builder |
SendToQueue.Builder.delay(Duration delay)
Deprecated.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.delay(Duration delay)
Sets the value of
SqsSendMessageProps.getDelay() |
SendToQueueProps.Builder |
SendToQueueProps.Builder.delay(Duration delay)
Deprecated.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.delay(Duration delay)
(experimental) The length of time, for which to delay a message.
|
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrContainersStartJobRunProps.Builder |
EmrContainersStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrContainersCreateVirtualClusterProps.Builder |
EmrContainersCreateVirtualClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CallAwsService.Builder |
CallAwsService.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EvaluateExpression.Builder |
EvaluateExpression.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SnsPublish.Builder |
SnsPublish.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EksCall.Builder |
EksCall.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CallAwsServiceProps.Builder |
CallAwsServiceProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EcsRunTask.Builder |
EcsRunTask.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EventBridgePutEventsProps.Builder |
EventBridgePutEventsProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EksCallProps.Builder |
EksCallProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
InvokeActivityProps.Builder |
InvokeActivityProps.Builder.heartbeat(Duration heartbeat)
Deprecated.
|
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrContainersCreateVirtualCluster.Builder |
EmrContainersCreateVirtualCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrAddStep.Builder |
EmrAddStep.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrContainersDeleteVirtualClusterProps.Builder |
EmrContainersDeleteVirtualClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrContainersDeleteVirtualCluster.Builder |
EmrContainersDeleteVirtualCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EventBridgePutEvents.Builder |
EventBridgePutEvents.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
InvokeActivity.Builder |
InvokeActivity.Builder.heartbeat(Duration heartbeat)
Deprecated.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Builder |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Builder.instanceTerminationTimeout(Duration instanceTerminationTimeout)
|
ModelClientOptions.Builder |
ModelClientOptions.Builder.invocationsTimeout(Duration invocationsTimeout)
Sets the value of
ModelClientOptions.getInvocationsTimeout() |
StoppingCondition.Builder |
StoppingCondition.Builder.maxRuntime(Duration maxRuntime)
Sets the value of
StoppingCondition.getMaxRuntime() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Sets the value of
GlueStartJobRunProps.getNotifyDelayAfter() |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.notifyDelayAfter(Duration notifyDelayAfter)
(experimental) After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Deprecated.
|
RunGlueJobTaskProps.Builder |
RunGlueJobTaskProps.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Deprecated.
|
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder.period(Duration period)
Sets the value of
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod() |
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrContainersStartJobRunProps.Builder |
EmrContainersStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrContainersCreateVirtualClusterProps.Builder |
EmrContainersCreateVirtualClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallAwsService.Builder |
CallAwsService.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EvaluateExpression.Builder |
EvaluateExpression.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SnsPublish.Builder |
SnsPublish.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EksCall.Builder |
EksCall.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallAwsServiceProps.Builder |
CallAwsServiceProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EcsRunTask.Builder |
EcsRunTask.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EventBridgePutEventsProps.Builder |
EventBridgePutEventsProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EksCallProps.Builder |
EksCallProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrContainersCreateVirtualCluster.Builder |
EmrContainersCreateVirtualCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrAddStep.Builder |
EmrAddStep.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrContainersDeleteVirtualClusterProps.Builder |
EmrContainersDeleteVirtualClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrContainersDeleteVirtualCluster.Builder |
EmrContainersDeleteVirtualCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EventBridgePutEvents.Builder |
EventBridgePutEvents.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
RunBatchJob.Builder |
RunBatchJob.Builder.timeout(Duration timeout)
Deprecated.
|
RunBatchJobProps.Builder |
RunBatchJobProps.Builder.timeout(Duration timeout)
Deprecated.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.timeout(Duration timeout)
Deprecated.
|
RunGlueJobTaskProps.Builder |
RunGlueJobTaskProps.Builder.timeout(Duration timeout)
Deprecated.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CanaryProps.getFailureRetentionPeriod()
(experimental) How many days should failed runs be retained.
|
Duration |
CanaryProps.Jsii$Proxy.getFailureRetentionPeriod() |
default Duration |
CanaryProps.getSuccessRetentionPeriod()
(experimental) How many days should successful runs be retained.
|
Duration |
CanaryProps.Jsii$Proxy.getSuccessRetentionPeriod() |
default Duration |
CanaryProps.getTimeToLive()
(experimental) How long the canary will be in a 'RUNNING' state.
|
Duration |
CanaryProps.Jsii$Proxy.getTimeToLive() |
| Modifier and Type | Method and Description |
|---|---|
Canary.Builder |
Canary.Builder.failureRetentionPeriod(Duration failureRetentionPeriod)
(experimental) How many days should failed runs be retained.
|
CanaryProps.Builder |
CanaryProps.Builder.failureRetentionPeriod(Duration failureRetentionPeriod)
Sets the value of
CanaryProps.getFailureRetentionPeriod() |
static Schedule |
Schedule.rate(Duration interval)
(experimental) Construct a schedule from an interval.
|
Canary.Builder |
Canary.Builder.successRetentionPeriod(Duration successRetentionPeriod)
(experimental) How many days should successful runs be retained.
|
CanaryProps.Builder |
CanaryProps.Builder.successRetentionPeriod(Duration successRetentionPeriod)
Sets the value of
CanaryProps.getSuccessRetentionPeriod() |
Canary.Builder |
Canary.Builder.timeToLive(Duration timeToLive)
(experimental) How long the canary will be in a 'RUNNING' state.
|
CanaryProps.Builder |
CanaryProps.Builder.timeToLive(Duration timeToLive)
Sets the value of
CanaryProps.getTimeToLive() |
Copyright © 2022. All rights reserved.