| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.days(Number amount)
Create a Duration representing an amount of days.
|
default Duration |
NestedStackProps.getTimeout()
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()
AWS Lambda timeout for the provider.
|
Duration |
CustomResourceProviderProps.Jsii$Proxy.getTimeout() |
static Duration |
Duration.hours(Number amount)
Create a Duration representing an amount of hours.
|
static Duration |
Duration.millis(Number amount)
Create a Duration representing an amount of milliseconds.
|
Duration |
Duration.minus(Duration rhs)
Substract two Durations together.
|
static Duration |
Duration.minutes(Number amount)
Create a Duration representing an amount of minutes.
|
static Duration |
Duration.parse(String duration)
Parse a period formatted according to the ISO 8601 standard.
|
Duration |
Duration.plus(Duration rhs)
Add two Durations together.
|
static Duration |
Duration.seconds(Number amount)
Create a Duration representing an amount of seconds.
|
| Modifier and Type | Method and Description |
|---|---|
static Expiration |
Expiration.after(Duration t)
Expire once the specified duration has passed since deployment time.
|
Boolean |
Expiration.isAfter(Duration t)
Check if Exipiration expires after input.
|
Boolean |
Expiration.isBefore(Duration t)
Check if Exipiration expires before input.
|
Duration |
Duration.minus(Duration rhs)
Substract two Durations together.
|
Duration |
Duration.plus(Duration rhs)
Add two Durations together.
|
NestedStackProps.Builder |
NestedStackProps.Builder.timeout(Duration timeout)
Sets the value of
NestedStackProps.getTimeout() |
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
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()
Time between calls to the `isComplete` handler which determines if the resource has been stabilized.
|
Duration |
ProviderProps.Jsii$Proxy.getQueryInterval() |
default Duration |
AwsCustomResourceProps.getTimeout()
The timeout for the singleton Lambda function implementing this custom resource.
|
Duration |
AwsCustomResourceProps.Jsii$Proxy.getTimeout() |
default Duration |
ProviderProps.getTotalTimeout()
Total timeout for the entire operation.
|
Duration |
ProviderProps.Jsii$Proxy.getTotalTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Provider.Builder |
Provider.Builder.queryInterval(Duration queryInterval)
Time between calls to the `isComplete` handler which determines if the resource has been stabilized.
|
ProviderProps.Builder |
ProviderProps.Builder.queryInterval(Duration queryInterval)
Sets the value of
ProviderProps.getQueryInterval() |
AwsCustomResource.Builder |
AwsCustomResource.Builder.timeout(Duration timeout)
The timeout for the singleton Lambda function implementing this custom resource.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.timeout(Duration timeout)
Sets the value of
AwsCustomResourceProps.getTimeout() |
Provider.Builder |
Provider.Builder.totalTimeout(Duration totalTimeout)
Total timeout for the entire operation.
|
ProviderProps.Builder |
ProviderProps.Builder.totalTimeout(Duration totalTimeout)
Sets the value of
ProviderProps.getTotalTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CodeBuildStep.getTimeout()
The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
default Duration |
CodeBuildStepProps.getTimeout()
The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
Duration |
CodeBuildStepProps.Jsii$Proxy.getTimeout() |
default Duration |
CodeBuildOptions.getTimeout()
The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
Duration |
CodeBuildOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
CodeBuildStep.Builder |
CodeBuildStep.Builder.timeout(Duration timeout)
The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
CodeBuildStepProps.Builder |
CodeBuildStepProps.Builder.timeout(Duration timeout)
Sets the value of
CodeBuildStepProps.getTimeout() |
CodeBuildOptions.Builder |
CodeBuildOptions.Builder.timeout(Duration timeout)
Sets the value of
CodeBuildOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
MethodDeploymentOptions.getCacheTtl()
Specifies the time to live (TTL), in seconds, for cached responses.
|
Duration |
MethodDeploymentOptions.Jsii$Proxy.getCacheTtl() |
Duration |
StageOptions.Jsii$Proxy.getCacheTtl() |
Duration |
StageProps.Jsii$Proxy.getCacheTtl() |
default Duration |
CorsOptions.getMaxAge()
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()
How long APIGateway should cache the results.
|
Duration |
LambdaAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
default Duration |
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl()
How long APIGateway should cache the results.
|
Duration |
CognitoUserPoolsAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
Duration |
LambdaIntegrationOptions.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getTimeout() |
default Duration |
IntegrationOptions.getTimeout()
The maximum amount of time an integration will run before it returns without a response.
|
Duration |
IntegrationOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
MethodDeploymentOptions.Builder |
MethodDeploymentOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
StageOptions.Builder |
StageOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
Stage.Builder |
Stage.Builder.cacheTtl(Duration cacheTtl)
Specifies the time to live (TTL), in seconds, for cached responses.
|
StageProps.Builder |
StageProps.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() |
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() |
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
How long APIGateway should cache the results.
|
CognitoUserPoolsAuthorizerProps.Builder |
CognitoUserPoolsAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl() |
TokenAuthorizer.Builder |
TokenAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
How long APIGateway should cache the results.
|
CognitoUserPoolsAuthorizer.Builder |
CognitoUserPoolsAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
How long APIGateway should cache the results.
|
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.timeout(Duration timeout)
Sets the value of
IntegrationOptions.getTimeout() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.timeout(Duration timeout)
The maximum amount of time an integration will run before it returns without a response.
|
MockIntegration.Builder |
MockIntegration.Builder.timeout(Duration timeout)
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() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.timeout(Duration timeout)
Sets the value of
IntegrationOptions.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
StepScalingActionProps.getCooldown()
Grace period after scaling activity.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleInCooldown()
Period after a scale in activity completes before another scale in activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleOutCooldown()
Period after a scale out activity completes before another scale out activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.cooldown(Duration cooldown)
Grace period after scaling activity.
|
StepScalingAction.Builder |
StepScalingAction.Builder.cooldown(Duration cooldown)
Grace period after scaling activity.
|
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.cooldown(Duration cooldown)
Sets the value of
StepScalingActionProps.getCooldown() |
static Schedule |
Schedule.rate(Duration duration)
Construct a schedule from an interval and a time unit.
|
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
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() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleInCooldown(Duration scaleInCooldown)
Period after a scale in activity completes before another scale in activity can start.
|
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
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() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Period after a scale out activity completes before another scale out activity can start.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
OutlierDetection.getBaseEjectionDuration()
The base amount of time for which a host is ejected.
|
Duration |
OutlierDetection.Jsii$Proxy.getBaseEjectionDuration() |
default Duration |
GrpcTimeout.getIdle()
Represents an idle timeout.
|
Duration |
GrpcTimeout.Jsii$Proxy.getIdle() |
default Duration |
TcpTimeout.getIdle()
Represents an idle timeout.
|
Duration |
TcpTimeout.Jsii$Proxy.getIdle() |
default Duration |
HttpTimeout.getIdle()
Represents an idle timeout.
|
Duration |
HttpTimeout.Jsii$Proxy.getIdle() |
default Duration |
HttpHealthCheckOptions.getInterval()
The time period between each health check execution.
|
Duration |
HttpHealthCheckOptions.Jsii$Proxy.getInterval() |
default Duration |
GrpcHealthCheckOptions.getInterval()
The time period between each health check execution.
|
Duration |
GrpcHealthCheckOptions.Jsii$Proxy.getInterval() |
Duration |
OutlierDetection.getInterval()
The time interval between ejection sweep analysis.
|
Duration |
OutlierDetection.Jsii$Proxy.getInterval() |
default Duration |
TcpHealthCheckOptions.getInterval()
The time period between each health check execution.
|
Duration |
TcpHealthCheckOptions.Jsii$Proxy.getInterval() |
default Duration |
GrpcTimeout.getPerRequest()
Represents per request timeout.
|
Duration |
GrpcTimeout.Jsii$Proxy.getPerRequest() |
default Duration |
HttpTimeout.getPerRequest()
Represents per request timeout.
|
Duration |
HttpTimeout.Jsii$Proxy.getPerRequest() |
Duration |
GrpcRetryPolicy.Jsii$Proxy.getRetryTimeout() |
Duration |
HttpRetryPolicy.getRetryTimeout()
The timeout for each retry attempt.
|
Duration |
HttpRetryPolicy.Jsii$Proxy.getRetryTimeout() |
default Duration |
HttpHealthCheckOptions.getTimeout()
The amount of time to wait when receiving a response from the health check.
|
Duration |
HttpHealthCheckOptions.Jsii$Proxy.getTimeout() |
default Duration |
GrpcHealthCheckOptions.getTimeout()
The amount of time to wait when receiving a response from the health check.
|
Duration |
GrpcHealthCheckOptions.Jsii$Proxy.getTimeout() |
default Duration |
TcpHealthCheckOptions.getTimeout()
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 |
|---|---|
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
NetworkUtilizationScalingProps.Jsii$Proxy.getCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getCooldown() |
default Duration |
BaseTargetTrackingProps.getCooldown()
Period after a scaling completes before another scaling activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getCooldown() |
Duration |
MetricTargetTrackingProps.Jsii$Proxy.getCooldown() |
Duration |
AutoScalingGroupProps.Jsii$Proxy.getCooldown() |
default Duration |
CommonAutoScalingGroupProps.getCooldown()
Default scaling cooldown for this AutoScalingGroup.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getCooldown() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
StepScalingActionProps.getCooldown()
Period after a scaling completes before another scaling activity can start.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
NetworkUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
BaseTargetTrackingProps.getEstimatedInstanceWarmup()
Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
MetricTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup()
Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
StepScalingActionProps.getEstimatedInstanceWarmup()
Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
Ec2HealthCheckOptions.getGrace()
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()
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() |
Duration |
LifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout() |
default Duration |
BasicLifecycleHookProps.getHeartbeatTimeout()
Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.
|
Duration |
BasicLifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout() |
Duration |
AutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
AutoScalingGroup.getMaxInstanceLifetime()
The maximum amount of time that an instance can be in service.
|
default Duration |
CommonAutoScalingGroupProps.getMaxInstanceLifetime()
The maximum amount of time that an instance can be in service.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime() |
default Duration |
RollingUpdateOptions.getPauseTime()
The pause time after making a change to a batch of instances.
|
Duration |
RollingUpdateOptions.Jsii$Proxy.getPauseTime() |
default Duration |
SignalsOptions.getTimeout()
How long to wait for the signals to be sent.
|
Duration |
SignalsOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LockConfiguration.getChangeableFor()
The duration before the lock date.
|
Duration |
LockConfiguration.Jsii$Proxy.getChangeableFor() |
default Duration |
BackupPlanRuleProps.getCompletionWindow()
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()
Specifies the duration after creation that a recovery point is deleted.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getDeleteAfter() |
default Duration |
LockConfiguration.getMaxRetention()
The maximum retention period that the vault retains its recovery points.
|
Duration |
LockConfiguration.Jsii$Proxy.getMaxRetention() |
Duration |
LockConfiguration.getMinRetention()
The minimum retention period that the vault retains its recovery points.
|
Duration |
LockConfiguration.Jsii$Proxy.getMinRetention() |
default Duration |
BackupPlanRuleProps.getMoveToColdStorageAfter()
Specifies the duration after creation that a recovery point is moved to cold storage.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getMoveToColdStorageAfter() |
default Duration |
BackupPlanRuleProps.getStartWindow()
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 |
|---|---|
LockConfiguration.Builder |
LockConfiguration.Builder.changeableFor(Duration changeableFor)
Sets the value of
LockConfiguration.getChangeableFor() |
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.completionWindow(Duration completionWindow)
Sets the value of
BackupPlanRuleProps.getCompletionWindow() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.completionWindow(Duration completionWindow)
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.deleteAfter(Duration deleteAfter)
Sets the value of
BackupPlanRuleProps.getDeleteAfter() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.deleteAfter(Duration deleteAfter)
Specifies the duration after creation that a recovery point is deleted.
|
LockConfiguration.Builder |
LockConfiguration.Builder.maxRetention(Duration maxRetention)
Sets the value of
LockConfiguration.getMaxRetention() |
LockConfiguration.Builder |
LockConfiguration.Builder.minRetention(Duration minRetention)
Sets the value of
LockConfiguration.getMinRetention() |
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter)
Sets the value of
BackupPlanRuleProps.getMoveToColdStorageAfter() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter)
Specifies the duration after creation that a recovery point is moved to cold storage.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.startWindow(Duration startWindow)
Sets the value of
BackupPlanRuleProps.getStartWindow() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.startWindow(Duration startWindow)
The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
ResponseHeadersCorsBehavior.getAccessControlMaxAge()
A number that CloudFront uses as the value for the Access-Control-Max-Age HTTP response header.
|
Duration |
ResponseHeadersCorsBehavior.Jsii$Proxy.getAccessControlMaxAge() |
Duration |
ResponseHeadersStrictTransportSecurity.getAccessControlMaxAge()
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() |
Duration |
OriginProps.Jsii$Proxy.getConnectionTimeout() |
default Duration |
OriginOptions.getConnectionTimeout()
The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
Duration |
OriginOptions.Jsii$Proxy.getConnectionTimeout() |
default Duration |
SourceConfiguration.getConnectionTimeout()
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()
The default amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getDefaultTtl() |
default Duration |
Behavior.getDefaultTtl()
The default amount of time CloudFront will cache an object.
|
Duration |
Behavior.Jsii$Proxy.getDefaultTtl() |
default Duration |
CachePolicyProps.getMaxTtl()
The maximum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getMaxTtl() |
default Duration |
Behavior.getMaxTtl()
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()
The minimum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getMinTtl() |
default Duration |
Behavior.getMinTtl()
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()
The keep alive timeout when making calls in seconds.
|
Duration |
CustomOriginConfig.Jsii$Proxy.getOriginKeepaliveTimeout() |
default Duration |
CustomOriginConfig.getOriginReadTimeout()
The read timeout when calling the origin in seconds.
|
Duration |
CustomOriginConfig.Jsii$Proxy.getOriginReadTimeout() |
default Duration |
ErrorResponse.getTtl()
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 |
|---|---|
Duration |
EdgeFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EdgeFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.maxEventAge(Duration maxEventAge)
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)
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 |
RestApiOriginProps.Jsii$Proxy.getConnectionTimeout() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getKeepaliveTimeout() |
default Duration |
HttpOriginProps.getKeepaliveTimeout()
Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
Duration |
HttpOriginProps.Jsii$Proxy.getKeepaliveTimeout() |
default Duration |
RestApiOriginProps.getKeepaliveTimeout()
Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
Duration |
RestApiOriginProps.Jsii$Proxy.getKeepaliveTimeout() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getReadTimeout() |
default Duration |
HttpOriginProps.getReadTimeout()
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() |
default Duration |
RestApiOriginProps.getReadTimeout()
Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
Duration |
RestApiOriginProps.Jsii$Proxy.getReadTimeout() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginOptions.getConnectionTimeout() |
S3OriginProps.Builder |
S3OriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginOptions.getConnectionTimeout() |
RestApiOrigin.Builder |
RestApiOrigin.Builder.connectionTimeout(Duration connectionTimeout)
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
OriginOptions.getConnectionTimeout() |
RestApiOriginProps.Builder |
RestApiOriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginOptions.getConnectionTimeout() |
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.connectionTimeout(Duration connectionTimeout)
The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
HttpOrigin.Builder |
HttpOrigin.Builder.connectionTimeout(Duration connectionTimeout)
The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
S3Origin.Builder |
S3Origin.Builder.connectionTimeout(Duration connectionTimeout)
The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
HttpOriginProps.getKeepaliveTimeout() |
RestApiOrigin.Builder |
RestApiOrigin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
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() |
RestApiOriginProps.Builder |
RestApiOriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
RestApiOriginProps.getKeepaliveTimeout() |
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
HttpOrigin.Builder |
HttpOrigin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
HttpOriginProps.getReadTimeout() |
RestApiOrigin.Builder |
RestApiOrigin.Builder.readTimeout(Duration readTimeout)
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() |
RestApiOriginProps.Builder |
RestApiOriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
RestApiOriginProps.getReadTimeout() |
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.readTimeout(Duration readTimeout)
Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
HttpOrigin.Builder |
HttpOrigin.Builder.readTimeout(Duration readTimeout)
Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
MetricProps.Jsii$Proxy.getPeriod() |
default Duration |
MathExpressionOptions.getPeriod()
The period over which the expression's statistics are applied.
|
Duration |
MathExpressionOptions.Jsii$Proxy.getPeriod() |
default Duration |
GraphWidgetProps.getPeriod()
The default period for all metrics in this widget.
|
Duration |
GraphWidgetProps.Jsii$Proxy.getPeriod() |
Duration |
MetricOptions.Jsii$Proxy.getPeriod() |
Duration |
Metric.getPeriod()
Period of this metric.
|
default Duration |
CommonMetricOptions.getPeriod()
The period over which the specified statistic is applied.
|
Duration |
CommonMetricOptions.Jsii$Proxy.getPeriod() |
Duration |
MathExpressionProps.Jsii$Proxy.getPeriod() |
Duration |
MetricStatConfig.getPeriod()
How many seconds to aggregate over.
|
Duration |
MetricStatConfig.Jsii$Proxy.getPeriod() |
Duration |
MathExpression.getPeriod()
Aggregation period of this metric.
|
| Modifier and Type | Method and Description |
|---|---|
MetricProps.Builder |
MetricProps.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
MathExpressionOptions.Builder |
MathExpressionOptions.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.period(Duration period)
Sets the value of
GraphWidgetProps.getPeriod() |
MetricOptions.Builder |
MetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
Metric.Builder |
Metric.Builder.period(Duration period)
The period over which the specified statistic is applied.
|
CommonMetricOptions.Builder |
CommonMetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
MathExpressionProps.Builder |
MathExpressionProps.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
MetricStatConfig.Builder |
MetricStatConfig.Builder.period(Duration period)
Sets the value of
MetricStatConfig.getPeriod() |
GraphWidget.Builder |
GraphWidget.Builder.period(Duration period)
The default period for all metrics in this widget.
|
MathExpression.Builder |
MathExpression.Builder.period(Duration period)
The period over which the expression's statistics are applied.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CommonProjectProps.getQueuedTimeout()
The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
Duration |
CommonProjectProps.Jsii$Proxy.getQueuedTimeout() |
Duration |
ProjectProps.Jsii$Proxy.getQueuedTimeout() |
Duration |
PipelineProjectProps.Jsii$Proxy.getQueuedTimeout() |
default Duration |
CommonProjectProps.getTimeout()
The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
Duration |
CommonProjectProps.Jsii$Proxy.getTimeout() |
Duration |
ProjectProps.Jsii$Proxy.getTimeout() |
Duration |
PipelineProjectProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProject.Builder |
PipelineProject.Builder.queuedTimeout(Duration queuedTimeout)
The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
Project.Builder |
Project.Builder.queuedTimeout(Duration queuedTimeout)
The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
ProjectProps.Builder |
ProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
PipelineProject.Builder |
PipelineProject.Builder.timeout(Duration timeout)
The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
Project.Builder |
Project.Builder.timeout(Duration timeout)
The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
ProjectProps.Builder |
ProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CustomLambdaDeploymentConfigProps.getInterval()
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)
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()
Timeout for the ECS deployment in minutes.
|
Duration |
EcsDeployActionProps.Jsii$Proxy.getDeploymentTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EcsDeployAction.Builder |
EcsDeployAction.Builder.deploymentTimeout(Duration deploymentTimeout)
Timeout for the ECS deployment in minutes.
|
EcsDeployActionProps.Builder |
EcsDeployActionProps.Builder.deploymentTimeout(Duration deploymentTimeout)
Sets the value of
EcsDeployActionProps.getDeploymentTimeout() |
static CacheControl |
CacheControl.maxAge(Duration t)
The 'max-age' cache control directive.
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
The 's-max-age' cache control directive.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
UserPoolClientOptions.getAccessTokenValidity()
Validity of the access token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getAccessTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getAccessTokenValidity() |
default Duration |
UserPoolClientOptions.getIdTokenValidity()
Validity of the ID token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getIdTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getIdTokenValidity() |
default Duration |
UserPoolClientOptions.getRefreshTokenValidity()
Validity of the refresh token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getRefreshTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getRefreshTokenValidity() |
default Duration |
PasswordPolicy.getTempPasswordValidity()
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()
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)
The maximum number of days within which the access keys must be rotated.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
RotationMultiUserOptions.getAutomaticallyAfter()
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()
How many days to retain the backup.
|
Duration |
BackupProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
DatabaseCluster.addRotationSingleUser(Duration automaticallyAfter)
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() |
default Duration |
TableOptions.getReplicationTimeout()
The timeout for a table replication operation in a single region.
|
Duration |
TableOptions.Jsii$Proxy.getReplicationTimeout() |
Duration |
TableProps.Jsii$Proxy.getReplicationTimeout() |
Duration |
UtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
UtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LaunchTemplateSpotOptions.getBlockDuration()
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()
The length of time to wait for the resourceSignalCount.
|
Duration |
InstanceProps.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
ApplyCloudFormationInitOptions.getTimeout()
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)
Wait for a specified duration after a command.
|
Instance.Builder |
Instance.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
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()
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()
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 |
Ec2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
FargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
BaseServiceOptions.getHealthCheckGracePeriod()
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() |
Duration |
ExternalServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
HealthCheck.getInterval()
The time period in seconds between each health check execution.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
Duration |
AddCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime() |
default Duration |
FluentdLogDriverProps.getRetryWait()
How long to wait between retries.
|
Duration |
FluentdLogDriverProps.Jsii$Proxy.getRetryWait() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
MemoryUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
MemoryUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleOutCooldown() |
default Duration |
HealthCheck.getStartPeriod()
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 |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStartTimeout() |
default Duration |
ContainerDefinitionOptions.getStartTimeout()
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.getStartTimeout() |
Duration |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStopTimeout() |
default Duration |
ContainerDefinitionOptions.getStopTimeout()
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 |
ContainerDefinitionProps.Jsii$Proxy.getStopTimeout() |
default Duration |
GelfLogDriverProps.getTcpReconnectDelay()
TCP Only The number of seconds to wait between reconnection attempts.
|
Duration |
GelfLogDriverProps.Jsii$Proxy.getTcpReconnectDelay() |
default Duration |
HealthCheck.getTimeout()
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() |
FargateService.Builder |
FargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
ExternalService.Builder |
ExternalService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
BaseServiceProps.Builder |
BaseServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
Ec2Service.Builder |
Ec2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
BaseServiceOptions.Builder |
BaseServiceOptions.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
ExternalServiceProps.Builder |
ExternalServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
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() |
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.retryWait(Duration retryWait)
How long to wait between retries.
|
FluentdLogDriverProps.Builder |
FluentdLogDriverProps.Builder.retryWait(Duration retryWait)
Sets the value of
FluentdLogDriverProps.getRetryWait() |
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.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() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.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() |
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
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() |
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.startTimeout(Duration startTimeout)
Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.startTimeout(Duration startTimeout)
Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
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() |
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.stopTimeout(Duration stopTimeout)
Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.stopTimeout(Duration stopTimeout)
Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
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 |
|---|---|
Duration |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
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() |
default Duration |
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
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() |
Duration |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
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 |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
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 |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getIdleTimeout() |
default Duration |
ApplicationLoadBalancerProps.getIdleTimeout()
The load balancer idle timeout, in seconds.
|
Duration |
ApplicationLoadBalancerProps.Jsii$Proxy.getIdleTimeout() |
Duration |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getIdleTimeout() |
default Duration |
ApplicationLoadBalancedServiceBaseProps.getIdleTimeout()
The load balancer idle timeout, in seconds.
|
Duration |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getIdleTimeout() |
default Duration |
QueueProcessingServiceBaseProps.getRetentionPeriod()
The number of seconds that Dead Letter Queue retains a message.
|
Duration |
QueueProcessingServiceBaseProps.Jsii$Proxy.getRetentionPeriod() |
Duration |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getRetentionPeriod() |
Duration |
QueueProcessingFargateServiceProps.Jsii$Proxy.getRetentionPeriod() |
default Duration |
QueueProcessingServiceBaseProps.getVisibilityTimeout()
Timeout of processing a single message.
|
Duration |
QueueProcessingServiceBaseProps.Jsii$Proxy.getVisibilityTimeout() |
Duration |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getVisibilityTimeout() |
Duration |
QueueProcessingFargateServiceProps.Jsii$Proxy.getVisibilityTimeout() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsFargateService.Builder |
NetworkMultipleTargetGroupsFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
NetworkLoadBalancedEc2Service.Builder |
NetworkLoadBalancedEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
ApplicationMultipleTargetGroupsFargateService.Builder |
ApplicationMultipleTargetGroupsFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
NetworkMultipleTargetGroupsEc2ServiceProps.Builder |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsEc2Service.Builder |
NetworkMultipleTargetGroupsEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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)
|
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
NetworkMultipleTargetGroupsServiceBaseProps.Builder |
NetworkMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
NetworkLoadBalancedServiceBaseProps.Builder |
NetworkLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
NetworkLoadBalancedEc2ServiceProps.Builder |
NetworkLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
NetworkLoadBalancedFargateService.Builder |
NetworkLoadBalancedFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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.
|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsEc2Service.Builder |
ApplicationMultipleTargetGroupsEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
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() |
NetworkMultipleTargetGroupsFargateServiceProps.Builder |
NetworkMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getIdleTimeout() |
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.idleTimeout(Duration idleTimeout)
The load balancer idle timeout, in seconds.
|
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.idleTimeout(Duration idleTimeout)
The load balancer idle timeout, in seconds.
|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancerProps.getIdleTimeout() |
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getIdleTimeout() |
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getIdleTimeout() |
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.retentionPeriod(Duration retentionPeriod)
The number of seconds that Dead Letter Queue retains a message.
|
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.retentionPeriod(Duration retentionPeriod)
The number of seconds that Dead Letter Queue retains a message.
|
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProcessingServiceBaseProps.getVisibilityTimeout() |
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProcessingServiceBaseProps.getVisibilityTimeout() |
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.visibilityTimeout(Duration visibilityTimeout)
Timeout of processing a single message.
|
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.visibilityTimeout(Duration visibilityTimeout)
Timeout of processing a single message.
|
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.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() |
default Duration |
KubernetesObjectValueProps.getTimeout()
Timeout for waiting on a value.
|
Duration |
KubernetesObjectValueProps.Jsii$Proxy.getTimeout() |
Duration |
IngressLoadBalancerAddressOptions.Jsii$Proxy.getTimeout() |
Duration |
HelmChartProps.Jsii$Proxy.getTimeout() |
default Duration |
HelmChartOptions.getTimeout()
Amount of time to wait for any individual Kubernetes operation.
|
Duration |
HelmChartOptions.Jsii$Proxy.getTimeout() |
default Duration |
ServiceLoadBalancerAddressOptions.getTimeout()
Timeout for waiting on the load balancer address.
|
Duration |
ServiceLoadBalancerAddressOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
HealthCheck.getInterval()
Number of seconds between health checks.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
default Duration |
HealthCheck.getTimeout()
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 |
AddNetworkTargetsProps.getDeregistrationDelay()
The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
AddNetworkTargetsProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
BaseTargetGroupProps.getDeregistrationDelay()
The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
BaseTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
AddApplicationTargetsProps.getDeregistrationDelay()
The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getDeregistrationDelay() |
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
Duration |
NetworkTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
ApplicationLoadBalancerProps.getIdleTimeout()
The load balancer idle timeout, in seconds.
|
Duration |
ApplicationLoadBalancerProps.Jsii$Proxy.getIdleTimeout() |
default Duration |
HealthCheck.getInterval()
The approximate number of seconds between health checks for an individual target.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
default Duration |
AuthenticateOidcOptions.getSessionTimeout()
The maximum duration of the authentication session.
|
Duration |
AuthenticateOidcOptions.Jsii$Proxy.getSessionTimeout() |
default Duration |
AddApplicationTargetsProps.getSlowStart()
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()
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()
The stickiness cookie expiration period.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getStickinessCookieDuration() |
default Duration |
ApplicationTargetGroupProps.getStickinessCookieDuration()
The stickiness cookie expiration period.
|
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getStickinessCookieDuration() |
default Duration |
ForwardOptions.getStickinessDuration()
For how long clients should be directed to the same target group.
|
Duration |
ForwardOptions.Jsii$Proxy.getStickinessDuration() |
default Duration |
NetworkForwardOptions.getStickinessDuration()
For how long clients should be directed to the same target group.
|
Duration |
NetworkForwardOptions.Jsii$Proxy.getStickinessDuration() |
default Duration |
HealthCheck.getTimeout()
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 |
|---|---|
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay)
The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
AddNetworkTargetsProps.Builder |
AddNetworkTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
AddNetworkTargetsProps.getDeregistrationDelay() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay)
The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
AddApplicationTargetsProps.getDeregistrationDelay() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration)
Enable sticky routing via a cookie to members of this target group.
|
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration,
String cookieName)
Enable sticky routing via a cookie to members of this target group.
|
ApplicationLoadBalancer.Builder |
ApplicationLoadBalancer.Builder.idleTimeout(Duration idleTimeout)
The load balancer idle timeout, in seconds.
|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancerProps.getIdleTimeout() |
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() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.slowStart(Duration slowStart)
The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.slowStart(Duration slowStart)
Sets the value of
AddApplicationTargetsProps.getSlowStart() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.slowStart(Duration slowStart)
Sets the value of
ApplicationTargetGroupProps.getSlowStart() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
The stickiness cookie expiration period.
|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
Sets the value of
AddApplicationTargetsProps.getStickinessCookieDuration() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
Sets the value of
ApplicationTargetGroupProps.getStickinessCookieDuration() |
ForwardOptions.Builder |
ForwardOptions.Builder.stickinessDuration(Duration stickinessDuration)
Sets the value of
ForwardOptions.getStickinessDuration() |
NetworkForwardOptions.Builder |
NetworkForwardOptions.Builder.stickinessDuration(Duration stickinessDuration)
Sets the value of
NetworkForwardOptions.getStickinessDuration() |
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
AuthenticateCognitoActionProps.getSessionTimeout()
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)
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()
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)
Construct a schedule from an interval and a time unit.
|
Archive.Builder |
Archive.Builder.retention(Duration retention)
The number of days to retain events for.
|
ArchiveProps.Builder |
ArchiveProps.Builder.retention(Duration retention)
Sets the value of
BaseArchiveProps.getRetention() |
BaseArchiveProps.Builder |
BaseArchiveProps.Builder.retention(Duration retention)
Sets the value of
BaseArchiveProps.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LogGroupProps.Jsii$Proxy.getMaxEventAge() |
default Duration |
TargetBaseProps.getMaxEventAge()
The maximum age of a request that Lambda sends to a function for processing.
|
Duration |
TargetBaseProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SfnStateMachineProps.Jsii$Proxy.getMaxEventAge() |
Duration |
CodeBuildProjectProps.Jsii$Proxy.getMaxEventAge() |
Duration |
ApiDestinationProps.Jsii$Proxy.getMaxEventAge() |
Duration |
CodePipelineTargetOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
BatchJobProps.Jsii$Proxy.getMaxEventAge() |
Duration |
ApiGatewayProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EcsTaskProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SqsQueueProps.Jsii$Proxy.getMaxEventAge() |
Duration |
LambdaFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SnsTopicProps.Jsii$Proxy.getMaxEventAge() |
| Modifier and Type | Method and Description |
|---|---|
ApiGateway.Builder |
ApiGateway.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
EcsTask.Builder |
EcsTask.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
SqsQueue.Builder |
SqsQueue.Builder.maxEventAge(Duration maxEventAge)
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() |
TargetBaseProps.Builder |
TargetBaseProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
CodeBuildProject.Builder |
CodeBuildProject.Builder.maxEventAge(Duration maxEventAge)
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() |
CodeBuildProjectProps.Builder |
CodeBuildProjectProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
ApiDestinationProps.Builder |
ApiDestinationProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
CloudWatchLogGroup.Builder |
CloudWatchLogGroup.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
BatchJob.Builder |
BatchJob.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
CodePipeline.Builder |
CodePipeline.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
SfnStateMachine.Builder |
SfnStateMachine.Builder.maxEventAge(Duration maxEventAge)
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() |
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() |
EcsTaskProps.Builder |
EcsTaskProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
LambdaFunction.Builder |
LambdaFunction.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
ApiDestination.Builder |
ApiDestination.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
SnsTopic.Builder |
SnsTopic.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
SqsQueueProps.Builder |
SqsQueueProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
LambdaFunctionProps.Builder |
LambdaFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
SnsTopicProps.Builder |
SnsTopicProps.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()
The time between health checks for each endpoint.
|
Duration |
EndpointGroupOptions.Jsii$Proxy.getHealthCheckInterval() |
| Modifier and Type | Method and Description |
|---|---|
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() |
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckInterval(Duration healthCheckInterval)
The time between health checks for each endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
LazyRoleProps.Jsii$Proxy.getMaxSessionDuration() |
default Duration |
RoleProps.getMaxSessionDuration()
The maximum session duration that you want to set for the specified role.
|
Duration |
RoleProps.Jsii$Proxy.getMaxSessionDuration() |
| Modifier and Type | Method and Description |
|---|---|
Role.Builder |
Role.Builder.maxSessionDuration(Duration maxSessionDuration)
The maximum session duration that you want to set for the specified role.
|
LazyRole.Builder |
LazyRole.Builder.maxSessionDuration(Duration maxSessionDuration)
The maximum session duration that you want to set for the specified role.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
StreamProps.getRetentionPeriod()
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)
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 |
KeyProps.getPendingWindow()
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 |
|---|---|
KeyProps.Builder |
KeyProps.Builder.pendingWindow(Duration pendingWindow)
Sets the value of
KeyProps.getPendingWindow() |
Key.Builder |
Key.Builder.pendingWindow(Duration pendingWindow)
Specifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
LogRetentionRetryOptions.Jsii$Proxy.getBase() |
default Duration |
FunctionUrlCorsOptions.getMaxAge()
The time in seconds that your browser is to cache the preflight response for the specified resource.
|
Duration |
FunctionUrlCorsOptions.Jsii$Proxy.getMaxAge() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
EventSourceMappingOptions.getMaxBatchingWindow()
The maximum amount of time to gather records before invoking the function.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
FunctionOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
EventInvokeConfigProps.Jsii$Proxy.getMaxEventAge() |
Duration |
DockerImageFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
VersionOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
SingletonFunctionProps.Jsii$Proxy.getMaxEventAge() |
default Duration |
EventInvokeConfigOptions.getMaxEventAge()
The maximum age of a request that Lambda sends to a function for processing.
|
Duration |
EventInvokeConfigOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
AliasOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
FunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
VersionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
AliasProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxRecordAge() |
default Duration |
EventSourceMappingOptions.getMaxRecordAge()
The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxRecordAge() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleInCooldown() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleOutCooldown() |
Duration |
Function.getTimeout()
The timeout configured for this lambda.
|
default Duration |
FunctionOptions.getTimeout()
The function execution time (in seconds) after which Lambda terminates the function.
|
Duration |
FunctionOptions.Jsii$Proxy.getTimeout() |
Duration |
DockerImageFunctionProps.Jsii$Proxy.getTimeout() |
Duration |
SingletonFunctionProps.Jsii$Proxy.getTimeout() |
Duration |
FunctionProps.Jsii$Proxy.getTimeout() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getTumblingWindow() |
default Duration |
EventSourceMappingOptions.getTumblingWindow()
The size of the tumbling windows to group records sent to DynamoDB or Kinesis.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getTumblingWindow() |
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions.Builder |
LogRetentionRetryOptions.Builder.base(Duration base)
Sets the value of
LogRetentionRetryOptions.getBase() |
FunctionUrlCorsOptions.Builder |
FunctionUrlCorsOptions.Builder.maxAge(Duration maxAge)
Sets the value of
FunctionUrlCorsOptions.getMaxAge() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
EventSourceMappingOptions.getMaxBatchingWindow() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxBatchingWindow(Duration maxBatchingWindow)
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() |
Alias.Builder |
Alias.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
Function.Builder |
Function.Builder.maxEventAge(Duration maxEventAge)
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() |
EventInvokeConfigProps.Builder |
EventInvokeConfigProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
VersionOptions.Builder |
VersionOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
AliasOptions.Builder |
AliasOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
FunctionProps.Builder |
FunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
SingletonFunction.Builder |
SingletonFunction.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
VersionProps.Builder |
VersionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
DockerImageFunction.Builder |
DockerImageFunction.Builder.maxEventAge(Duration maxEventAge)
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() |
Version.Builder |
Version.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
EventSourceMappingOptions.getMaxRecordAge() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxRecordAge(Duration maxRecordAge)
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() |
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() |
Function.Builder |
Function.Builder.timeout(Duration timeout)
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() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
FunctionProps.Builder |
FunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
SingletonFunction.Builder |
SingletonFunction.Builder.timeout(Duration timeout)
The function execution time (in seconds) after which Lambda terminates the function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.timeout(Duration timeout)
The function execution time (in seconds) after which Lambda terminates the function.
|
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
EventSourceMappingOptions.getTumblingWindow() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.tumblingWindow(Duration tumblingWindow)
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() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
SqsEventSourceProps.getMaxBatchingWindow()
The maximum amount of time to gather records before invoking the function.
|
Duration |
SqsEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
BaseStreamEventSourceProps.getMaxBatchingWindow()
The maximum amount of time to gather records before invoking the function.
|
Duration |
BaseStreamEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
default Duration |
StreamEventSourceProps.getMaxRecordAge()
The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getTumblingWindow() |
default Duration |
StreamEventSourceProps.getTumblingWindow()
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 |
KinesisEventSourceProps.Jsii$Proxy.getTumblingWindow() |
| Modifier and Type | Method and Description |
|---|---|
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
The maximum amount of time to gather records before invoking the function.
|
SqsEventSource.Builder |
SqsEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
The maximum amount of time to gather records before invoking the function.
|
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
BaseStreamEventSourceProps.getMaxBatchingWindow() |
SqsEventSourceProps.Builder |
SqsEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
SqsEventSourceProps.getMaxBatchingWindow() |
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
BaseStreamEventSourceProps.getMaxBatchingWindow() |
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
BaseStreamEventSourceProps.getMaxBatchingWindow() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
The maximum amount of time to gather records before invoking the function.
|
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
The maximum amount of time to gather records before invoking the function.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
BaseStreamEventSourceProps.getMaxBatchingWindow() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
The maximum amount of time to gather records before invoking the function.
|
BaseStreamEventSourceProps.Builder |
BaseStreamEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
BaseStreamEventSourceProps.getMaxBatchingWindow() |
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
BaseStreamEventSourceProps.getMaxBatchingWindow() |
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
BaseStreamEventSourceProps.getMaxBatchingWindow() |
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() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.maxRecordAge(Duration maxRecordAge)
The maximum age of a record that Lambda sends to a function for processing.
|
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxRecordAge(Duration maxRecordAge)
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() |
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() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.tumblingWindow(Duration tumblingWindow)
The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
DynamoEventSource.Builder |
DynamoEventSource.Builder.tumblingWindow(Duration tumblingWindow)
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() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
NodejsFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
NodejsFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
NodejsFunction.Builder |
NodejsFunction.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
NodejsFunction.Builder |
NodejsFunction.Builder.timeout(Duration timeout)
The function execution time (in seconds) after which Lambda terminates the function.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LogRetentionRetryOptions.getBase()
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 |
|---|---|
Duration |
RotationSingleUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
Duration |
RotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
CommonRotationUserOptions.getAutomaticallyAfter()
Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
CommonRotationUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
ServerlessScalingOptions.getAutoPause()
The time before an Aurora Serverless database cluster is paused.
|
Duration |
ServerlessScalingOptions.Jsii$Proxy.getAutoPause() |
default Duration |
DatabaseClusterProps.getBacktrackWindow()
The number of seconds to set a cluster's target backtrack window to.
|
Duration |
DatabaseClusterProps.Jsii$Proxy.getBacktrackWindow() |
default Duration |
DatabaseClusterFromSnapshotProps.getBacktrackWindow()
The number of seconds to set a cluster's target backtrack window to.
|
Duration |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getBacktrackWindow() |
default Duration |
ServerlessClusterFromSnapshotProps.getBackupRetention()
The number of days during which automatic DB snapshots are retained.
|
Duration |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceSourceProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getBackupRetention() |
default Duration |
DatabaseInstanceNewProps.getBackupRetention()
The number of days during which automatic DB snapshots are retained.
|
Duration |
DatabaseInstanceNewProps.Jsii$Proxy.getBackupRetention() |
default Duration |
ServerlessClusterProps.getBackupRetention()
The number of days during which automatic DB snapshots are retained.
|
Duration |
ServerlessClusterProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseProxyProps.Jsii$Proxy.getBorrowTimeout() |
default Duration |
DatabaseProxyOptions.getBorrowTimeout()
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.getIdleClientTimeout() |
default Duration |
DatabaseProxyOptions.getIdleClientTimeout()
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
Duration |
DatabaseProxyOptions.Jsii$Proxy.getIdleClientTimeout() |
default Duration |
DatabaseClusterProps.getMonitoringInterval()
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
Duration |
DatabaseClusterProps.Jsii$Proxy.getMonitoringInterval() |
default Duration |
DatabaseClusterFromSnapshotProps.getMonitoringInterval()
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
Duration |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceSourceProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getMonitoringInterval() |
default Duration |
DatabaseInstanceNewProps.getMonitoringInterval()
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
Duration |
DatabaseInstanceNewProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
BackupProps.getRetention()
How many days to retain the backup.
|
Duration |
BackupProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
RotationSingleUserOptions.Builder |
RotationSingleUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
CommonRotationUserOptions.getAutomaticallyAfter() |
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
CommonRotationUserOptions.getAutomaticallyAfter() |
CommonRotationUserOptions.Builder |
CommonRotationUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
CommonRotationUserOptions.getAutomaticallyAfter() |
ServerlessScalingOptions.Builder |
ServerlessScalingOptions.Builder.autoPause(Duration autoPause)
Sets the value of
ServerlessScalingOptions.getAutoPause() |
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.backtrackWindow(Duration backtrackWindow)
The number of seconds to set a cluster's target backtrack window to.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.backtrackWindow(Duration backtrackWindow)
Sets the value of
DatabaseClusterProps.getBacktrackWindow() |
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.backtrackWindow(Duration backtrackWindow)
Sets the value of
DatabaseClusterFromSnapshotProps.getBacktrackWindow() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.backtrackWindow(Duration backtrackWindow)
The number of seconds to set a cluster's target backtrack window to.
|
ServerlessClusterFromSnapshotProps.Builder |
ServerlessClusterFromSnapshotProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
ServerlessClusterFromSnapshotProps.getBackupRetention() |
ServerlessClusterFromSnapshot.Builder |
ServerlessClusterFromSnapshot.Builder.backupRetention(Duration backupRetention)
The number of days during which automatic DB snapshots are retained.
|
ServerlessCluster.Builder |
ServerlessCluster.Builder.backupRetention(Duration backupRetention)
The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.backupRetention(Duration backupRetention)
The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.backupRetention(Duration backupRetention)
The number of days during which automatic DB snapshots are retained.
|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
ServerlessClusterProps.getBackupRetention() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.backupRetention(Duration backupRetention)
The number of days during which automatic DB snapshots are retained.
|
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.borrowTimeout(Duration borrowTimeout)
Sets the value of
DatabaseProxyOptions.getBorrowTimeout() |
DatabaseProxy.Builder |
DatabaseProxy.Builder.borrowTimeout(Duration borrowTimeout)
The duration for a proxy to wait for a connection to become available in the connection pool.
|
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.borrowTimeout(Duration borrowTimeout)
Sets the value of
DatabaseProxyOptions.getBorrowTimeout() |
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseProxy.Builder |
DatabaseProxy.Builder.idleClientTimeout(Duration idleClientTimeout)
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval)
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseClusterProps.getMonitoringInterval() |
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.monitoringInterval(Duration monitoringInterval)
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseClusterFromSnapshotProps.getMonitoringInterval() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.monitoringInterval(Duration monitoringInterval)
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval)
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.monitoringInterval(Duration monitoringInterval)
The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
BackupProps.Builder |
BackupProps.Builder.retention(Duration retention)
Sets the value of
BackupProps.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
RecordSetProps.Jsii$Proxy.getTtl() |
default Duration |
CrossAccountZoneDelegationRecordProps.getTtl()
The resource record cache time to live (TTL).
|
Duration |
CrossAccountZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
NsRecordProps.Jsii$Proxy.getTtl() |
Duration |
TxtRecordProps.Jsii$Proxy.getTtl() |
Duration |
CaaRecordProps.Jsii$Proxy.getTtl() |
Duration |
DsRecordProps.Jsii$Proxy.getTtl() |
Duration |
AaaaRecordProps.Jsii$Proxy.getTtl() |
Duration |
MxRecordProps.Jsii$Proxy.getTtl() |
Duration |
ARecordProps.Jsii$Proxy.getTtl() |
default Duration |
RecordSetOptions.getTtl()
The resource record cache time to live (TTL).
|
Duration |
RecordSetOptions.Jsii$Proxy.getTtl() |
default Duration |
ZoneDelegationOptions.getTtl()
The TTL (Time To Live) of the DNS delegation record in DNS caches.
|
Duration |
ZoneDelegationOptions.Jsii$Proxy.getTtl() |
Duration |
CaaAmazonRecordProps.Jsii$Proxy.getTtl() |
Duration |
ZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
SrvRecordProps.Jsii$Proxy.getTtl() |
Duration |
CnameRecordProps.Jsii$Proxy.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
RecordSetProps.Builder |
RecordSetProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
MxRecord.Builder |
MxRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
CrossAccountZoneDelegationRecordProps.Builder |
CrossAccountZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
CrossAccountZoneDelegationRecordProps.getTtl() |
CaaAmazonRecord.Builder |
CaaAmazonRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
NsRecordProps.Builder |
NsRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
TxtRecordProps.Builder |
TxtRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CaaRecordProps.Builder |
CaaRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ZoneDelegationRecord.Builder |
ZoneDelegationRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
DsRecordProps.Builder |
DsRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
AaaaRecordProps.Builder |
AaaaRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CaaRecord.Builder |
CaaRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
MxRecordProps.Builder |
MxRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
SrvRecord.Builder |
SrvRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
ARecordProps.Builder |
ARecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
NsRecord.Builder |
NsRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
CnameRecord.Builder |
CnameRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
AaaaRecord.Builder |
AaaaRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
RecordSetOptions.Builder |
RecordSetOptions.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ZoneDelegationOptions.Builder |
ZoneDelegationOptions.Builder.ttl(Duration ttl)
Sets the value of
ZoneDelegationOptions.getTtl() |
CaaAmazonRecordProps.Builder |
CaaAmazonRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ZoneDelegationRecordProps.Builder |
ZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
DsRecord.Builder |
DsRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
CrossAccountZoneDelegationRecord.Builder |
CrossAccountZoneDelegationRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
TxtRecord.Builder |
TxtRecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
SrvRecordProps.Builder |
SrvRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
RecordSet.Builder |
RecordSet.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
CnameRecordProps.Builder |
CnameRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ARecord.Builder |
ARecord.Builder.ttl(Duration ttl)
The resource record cache time to live (TTL).
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LifecycleRule.getAbortIncompleteMultipartUploadAfter()
Specifies a lifecycle rule that aborts incomplete multipart uploads to an Amazon S3 bucket.
|
Duration |
LifecycleRule.Jsii$Proxy.getAbortIncompleteMultipartUploadAfter() |
default Duration |
IntelligentTieringConfiguration.getArchiveAccessTierTime()
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()
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()
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()
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() |
Duration |
NoncurrentVersionTransition.getTransitionAfter()
Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
Duration |
NoncurrentVersionTransition.Jsii$Proxy.getTransitionAfter() |
default Duration |
Transition.getTransitionAfter()
Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
Duration |
Transition.Jsii$Proxy.getTransitionAfter() |
| Modifier and Type | Method and Description |
|---|---|
static CacheControl |
CacheControl.maxAge(Duration t)
Sets 'max-age=
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
Sets 's-maxage=
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
RotationScheduleProps.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
RotationScheduleOptions.getAutomaticallyAfter()
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()
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 |
|---|---|
SecretRotation.Builder |
SecretRotation.Builder.automaticallyAfter(Duration automaticallyAfter)
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() |
RotationSchedule.Builder |
RotationSchedule.Builder.automaticallyAfter(Duration automaticallyAfter)
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 |
|---|---|
Duration |
ServiceProps.Jsii$Proxy.getDnsTtl() |
default Duration |
DnsServiceProps.getDnsTtl()
The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
Duration |
DnsServiceProps.Jsii$Proxy.getDnsTtl() |
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
DnsServiceProps.getDnsTtl() |
Service.Builder |
Service.Builder.dnsTtl(Duration dnsTtl)
The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
DnsServiceProps.Builder |
DnsServiceProps.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
DnsServiceProps.getDnsTtl() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
SigningProfileProps.getSignatureValidity()
The validity period for signatures generated using this signing profile.
|
Duration |
SigningProfileProps.Jsii$Proxy.getSignatureValidity() |
| Modifier and Type | Method and Description |
|---|---|
SigningProfile.Builder |
SigningProfile.Builder.signatureValidity(Duration signatureValidity)
The validity period for signatures generated using this signing profile.
|
SigningProfileProps.Builder |
SigningProfileProps.Builder.signatureValidity(Duration signatureValidity)
Sets the value of
SigningProfileProps.getSignatureValidity() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
QueueProps.getDataKeyReuse()
The length of time that Amazon SQS reuses a data key before calling KMS again.
|
Duration |
QueueProps.Jsii$Proxy.getDataKeyReuse() |
default Duration |
QueueProps.getDeliveryDelay()
The time in seconds that the delivery of all messages in the queue is delayed.
|
Duration |
QueueProps.Jsii$Proxy.getDeliveryDelay() |
default Duration |
QueueProps.getReceiveMessageWaitTime()
Default wait time for ReceiveMessage calls.
|
Duration |
QueueProps.Jsii$Proxy.getReceiveMessageWaitTime() |
default Duration |
QueueProps.getRetentionPeriod()
The number of seconds that Amazon SQS retains a message.
|
Duration |
QueueProps.Jsii$Proxy.getRetentionPeriod() |
default Duration |
QueueProps.getVisibilityTimeout()
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)
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)
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)
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)
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)
Timeout of processing a single message.
|
| Modifier and Type | Method and Description |
|---|---|
default Duration |
TaskStateBaseProps.getHeartbeat()
Timeout for the heartbeat.
|
Duration |
TaskStateBaseProps.Jsii$Proxy.getHeartbeat() |
default Duration |
RetryProps.getInterval()
How many seconds to wait initially before retrying.
|
Duration |
RetryProps.Jsii$Proxy.getInterval() |
default Duration |
TaskStateBaseProps.getTimeout()
Timeout for the state machine.
|
Duration |
TaskStateBaseProps.Jsii$Proxy.getTimeout() |
Duration |
StateGraph.getTimeout()
Set a timeout to render into the graph JSON.
|
default Duration |
StateMachineProps.getTimeout()
Maximum run time for this state machine.
|
Duration |
StateMachineProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
static WaitTime |
WaitTime.duration(Duration duration)
Wait a fixed amount of time.
|
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)
Set a timeout to render into the graph JSON.
|
StateMachine.Builder |
StateMachine.Builder.timeout(Duration timeout)
Maximum run time for this state machine.
|
TaskStateBaseProps.Builder |
TaskStateBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StateMachineProps.Builder |
StateMachineProps.Builder.timeout(Duration timeout)
Sets the value of
StateMachineProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.getDecommissionTimeout()
The desired timeout for decommissioning an instance.
|
Duration |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Jsii$Proxy.getDecommissionTimeout() |
default Duration |
SqsSendMessageProps.getDelay()
The length of time, for which to delay a message.
|
Duration |
SqsSendMessageProps.Jsii$Proxy.getDelay() |
Duration |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getHeartbeat() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
EventBridgePutEventsProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getHeartbeat() |
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrAddStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getHeartbeat() |
Duration |
EksCallProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoGetItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
GlueStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallAwsServiceProps.Jsii$Proxy.getHeartbeat() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getHeartbeat() |
Duration |
SnsPublishProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrContainersStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrContainersCreateVirtualClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getHeartbeat() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
default Duration |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.getInstanceTerminationTimeout()
Decommissioning timeout override for the specific list of instances to be terminated.
|
Duration |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Jsii$Proxy.getInstanceTerminationTimeout() |
default Duration |
ModelClientOptions.getInvocationsTimeout()
The timeout duration for an invocation request.
|
Duration |
ModelClientOptions.Jsii$Proxy.getInvocationsTimeout() |
default Duration |
StoppingCondition.getMaxRuntime()
The maximum length of time, in seconds, that the training or compilation job can run.
|
Duration |
StoppingCondition.Jsii$Proxy.getMaxRuntime() |
default Duration |
GlueStartJobRunProps.getNotifyDelayAfter()
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
Duration |
GlueStartJobRunProps.Jsii$Proxy.getNotifyDelayAfter() |
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod()
The period, in seconds, over which the statistic is applied.
|
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Jsii$Proxy.getPeriod() |
Duration |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getTimeout() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getTimeout() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getTimeout() |
Duration |
EmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getTimeout() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getTimeout() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
EventBridgePutEventsProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getTimeout() |
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getTimeout() |
Duration |
EmrAddStepProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getTimeout() |
Duration |
EksCallProps.Jsii$Proxy.getTimeout() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoGetItemProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getTimeout() |
Duration |
GlueStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
CallAwsServiceProps.Jsii$Proxy.getTimeout() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getTimeout() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getTimeout() |
Duration |
SnsPublishProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EmrContainersStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
EmrContainersCreateVirtualClusterProps.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getTimeout() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder.decommissionTimeout(Duration decommissionTimeout)
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.delay(Duration delay)
The length of time, for which to delay a message.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.delay(Duration delay)
Sets the value of
SqsSendMessageProps.getDelay() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrContainersDeleteVirtualCluster.Builder |
EmrContainersDeleteVirtualCluster.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EcsRunTask.Builder |
EcsRunTask.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrContainersDeleteVirtualClusterProps.Builder |
EmrContainersDeleteVirtualClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EventBridgePutEventsProps.Builder |
EventBridgePutEventsProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EventBridgePutEvents.Builder |
EventBridgePutEvents.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrContainersCreateVirtualCluster.Builder |
EmrContainersCreateVirtualCluster.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SnsPublish.Builder |
SnsPublish.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EksCallProps.Builder |
EksCallProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EksCall.Builder |
EksCall.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallAwsServiceProps.Builder |
CallAwsServiceProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallAwsService.Builder |
CallAwsService.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrAddStep.Builder |
EmrAddStep.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EvaluateExpression.Builder |
EvaluateExpression.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
LambdaInvoke.Builder |
LambdaInvoke.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.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() |
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
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() |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.notifyDelayAfter(Duration notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Sets the value of
GlueStartJobRunProps.getNotifyDelayAfter() |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder.period(Duration period)
Sets the value of
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrContainersDeleteVirtualCluster.Builder |
EmrContainersDeleteVirtualCluster.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EcsRunTask.Builder |
EcsRunTask.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrContainersDeleteVirtualClusterProps.Builder |
EmrContainersDeleteVirtualClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EventBridgePutEventsProps.Builder |
EventBridgePutEventsProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EventBridgePutEvents.Builder |
EventBridgePutEvents.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrContainersCreateVirtualCluster.Builder |
EmrContainersCreateVirtualCluster.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SnsPublish.Builder |
SnsPublish.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EksCallProps.Builder |
EksCallProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EksCall.Builder |
EksCall.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallAwsServiceProps.Builder |
CallAwsServiceProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallAwsService.Builder |
CallAwsService.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrAddStep.Builder |
EmrAddStep.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EvaluateExpression.Builder |
EvaluateExpression.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
LambdaInvoke.Builder |
LambdaInvoke.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.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() |
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
TriggerFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
TriggerFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.maxEventAge(Duration maxEventAge)
The maximum age of a request that Lambda sends to a function for processing.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
TriggerFunction.Builder |
TriggerFunction.Builder.timeout(Duration timeout)
The function execution time (in seconds) after which Lambda terminates the function.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
Copyright © 2022. All rights reserved.