Uses of Class
software.amazon.awscdk.core.Duration
Packages that use Duration
Package
Description
AWS Cloud Development Kit Core Library
AWS CDK Custom Resources
CDK Pipelines
Amazon API Gateway Construct Library
AWS::APIGatewayv2 Construct Library
AWS APIGatewayv2 Authorizers
AWS Auto Scaling Construct Library
AWS App Mesh Construct Library
AWS AppSync Construct Library
Amazon EC2 Auto Scaling Construct Library
AWS Backup Construct Library
AWS Batch Construct Library
AWS CloudFormation Construct Library
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
Amazon CloudWatch Construct Library
AWS CodeBuild Construct Library
AWS CodeDeploy Construct Library
AWS CodePipeline Actions
Amazon Cognito Construct Library
AWS Config Construct Library
Amazon DocumentDB Construct Library
Amazon DynamoDB Construct Library
@aws-cdk/aws-dynamodb-global
Amazon EC2 Construct Library
Amazon ECR Construct Library
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
Amazon EKS Construct Library
Amazon EKS Construct Library
Amazon Elastic Load Balancing Construct Library
Amazon Elastic Load Balancing V2 Construct Library
Actions for AWS Elastic Load Balancing V2
Amazon EventBridge Construct Library
Event Targets for Amazon EventBridge
AWS::GlobalAccelerator Construct Library
AWS Glue Construct Library
AWS Identity and Access Management Construct Library
Amazon Kinesis Construct Library
Kinesis Analytics Flink
Amazon Kinesis Data Firehose Construct Library
Amazon Kinesis Data Firehose Destinations Library
AWS Key Management Service Construct Library
AWS Lambda Construct Library
AWS Lambda Event Sources
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Amazon CloudWatch Logs Construct Library
Amazon Neptune Construct Library
Amazon Relational Database Service Construct Library
Amazon Redshift Construct Library
Amazon Route53 Construct Library
Amazon Route53 Resolver Construct Library
Amazon S3 Construct Library
AWS S3 Deployment Construct Library
AWS Secrets Manager Construct Library
Amazon ECS Service Discovery Construct Library
AWS::Signer Construct Library
Amazon Simple Queue Service Construct Library
AWS Step Functions Construct Library
Tasks for AWS Step Functions
Amazon CloudWatch Synthetics Construct Library
Triggers
-
Uses of Duration in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return DurationModifier and TypeMethodDescriptionstatic DurationCreate a Duration representing an amount of days.default DurationCustomResourceProviderProps.getTimeout()AWS Lambda timeout for the provider.final DurationCustomResourceProviderProps.Jsii$Proxy.getTimeout()default DurationNestedStackProps.getTimeout()The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.final DurationNestedStackProps.Jsii$Proxy.getTimeout()static DurationCreate a Duration representing an amount of hours.static DurationCreate a Duration representing an amount of milliseconds.Substract two Durations together.static DurationCreate a Duration representing an amount of minutes.static DurationParse a period formatted according to the ISO 8601 standard.Add two Durations together.static DurationCreate a Duration representing an amount of seconds.Methods in software.amazon.awscdk.core with parameters of type DurationModifier and TypeMethodDescriptionstatic ExpirationExpire once the specified duration has passed since deployment time.Check if Exipiration expires after input.Check if Exipiration expires before input.Substract two Durations together.Add two Durations together.Sets the value ofCustomResourceProviderProps.getTimeout()The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.Sets the value ofNestedStackProps.getTimeout() -
Uses of Duration in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return DurationModifier and TypeMethodDescriptiondefault DurationProviderProps.getQueryInterval()Time between calls to theisCompletehandler which determines if the resource has been stabilized.final DurationProviderProps.Jsii$Proxy.getQueryInterval()default DurationAwsCustomResourceProps.getTimeout()The timeout for the singleton Lambda function implementing this custom resource.final DurationAwsCustomResourceProps.Jsii$Proxy.getTimeout()default DurationProviderProps.getTotalTimeout()Total timeout for the entire operation.final DurationProviderProps.Jsii$Proxy.getTotalTimeout()Methods in software.amazon.awscdk.customresources with parameters of type DurationModifier and TypeMethodDescriptionProvider.Builder.queryInterval(Duration queryInterval) Time between calls to theisCompletehandler which determines if the resource has been stabilized.ProviderProps.Builder.queryInterval(Duration queryInterval) Sets the value ofProviderProps.getQueryInterval()The timeout for the singleton Lambda function implementing this custom resource.Sets the value ofAwsCustomResourceProps.getTimeout()Provider.Builder.totalTimeout(Duration totalTimeout) Total timeout for the entire operation.ProviderProps.Builder.totalTimeout(Duration totalTimeout) Sets the value ofProviderProps.getTotalTimeout() -
Uses of Duration in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return DurationModifier and TypeMethodDescriptiondefault DurationCodeBuildOptions.getTimeout()The number of minutes after which AWS CodeBuild stops the build if it's not complete.final DurationCodeBuildOptions.Jsii$Proxy.getTimeout()CodeBuildStep.getTimeout()The number of minutes after which AWS CodeBuild stops the build if it's not complete.default DurationCodeBuildStepProps.getTimeout()The number of minutes after which AWS CodeBuild stops the build if it's not complete.final DurationCodeBuildStepProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.pipelines with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofCodeBuildOptions.getTimeout()The number of minutes after which AWS CodeBuild stops the build if it's not complete.Sets the value ofCodeBuildStepProps.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return DurationModifier and TypeMethodDescriptiondefault DurationMethodDeploymentOptions.getCacheTtl()Specifies the time to live (TTL), in seconds, for cached responses.final DurationMethodDeploymentOptions.Jsii$Proxy.getCacheTtl()final DurationStageOptions.Jsii$Proxy.getCacheTtl()final DurationStageProps.Jsii$Proxy.getCacheTtl()default DurationCorsOptions.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.final DurationCorsOptions.Jsii$Proxy.getMaxAge()default DurationCognitoUserPoolsAuthorizerProps.getResultsCacheTtl()How long APIGateway should cache the results.final DurationCognitoUserPoolsAuthorizerProps.Jsii$Proxy.getResultsCacheTtl()default DurationLambdaAuthorizerProps.getResultsCacheTtl()How long APIGateway should cache the results.final DurationLambdaAuthorizerProps.Jsii$Proxy.getResultsCacheTtl()final DurationRequestAuthorizerProps.Jsii$Proxy.getResultsCacheTtl()final DurationTokenAuthorizerProps.Jsii$Proxy.getResultsCacheTtl()default DurationIntegrationOptions.getTimeout()The maximum amount of time an integration will run before it returns without a response.final DurationIntegrationOptions.Jsii$Proxy.getTimeout()final DurationLambdaIntegrationOptions.Jsii$Proxy.getTimeout()final DurationStepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.apigateway with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofMethodDeploymentOptions.getCacheTtl()Specifies the time to live (TTL), in seconds, for cached responses.Sets the value ofMethodDeploymentOptions.getCacheTtl()Sets the value ofMethodDeploymentOptions.getCacheTtl()Sets the value ofCorsOptions.getMaxAge()CognitoUserPoolsAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl) How long APIGateway should cache the results.CognitoUserPoolsAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofCognitoUserPoolsAuthorizerProps.getResultsCacheTtl()LambdaAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofLambdaAuthorizerProps.getResultsCacheTtl()RequestAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl) How long APIGateway should cache the results.RequestAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofLambdaAuthorizerProps.getResultsCacheTtl()TokenAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl) How long APIGateway should cache the results.TokenAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofLambdaAuthorizerProps.getResultsCacheTtl()Sets the value ofIntegrationOptions.getTimeout()The maximum amount of time an integration will run before it returns without a response.Sets the value ofIntegrationOptions.getTimeout()The maximum amount of time an integration will run before it returns without a response.Sets the value ofIntegrationOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return DurationModifier and TypeMethodDescriptiondefault DurationCorsPreflightOptions.getMaxAge()(experimental) The duration that the browser should cache preflight request results.final DurationCorsPreflightOptions.Jsii$Proxy.getMaxAge()default DurationHttpAuthorizerProps.getResultsCacheTtl()(experimental) How long APIGateway should cache the results.final DurationHttpAuthorizerProps.Jsii$Proxy.getResultsCacheTtl()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofCorsPreflightOptions.getMaxAge()HttpAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl) (experimental) How long APIGateway should cache the results.HttpAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofHttpAuthorizerProps.getResultsCacheTtl() -
Uses of Duration in software.amazon.awscdk.services.apigatewayv2.authorizers
Methods in software.amazon.awscdk.services.apigatewayv2.authorizers that return DurationModifier and TypeMethodDescriptiondefault DurationHttpLambdaAuthorizerProps.getResultsCacheTtl()(experimental) How long APIGateway should cache the results.final DurationHttpLambdaAuthorizerProps.Jsii$Proxy.getResultsCacheTtl()Methods in software.amazon.awscdk.services.apigatewayv2.authorizers with parameters of type DurationModifier and TypeMethodDescriptionHttpLambdaAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl) (experimental) How long APIGateway should cache the results.HttpLambdaAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofHttpLambdaAuthorizerProps.getResultsCacheTtl() -
Uses of Duration in software.amazon.awscdk.services.applicationautoscaling
Methods in software.amazon.awscdk.services.applicationautoscaling that return DurationModifier and TypeMethodDescriptiondefault DurationBasicStepScalingPolicyProps.getCooldown()Grace period after scaling activity.final DurationBasicStepScalingPolicyProps.Jsii$Proxy.getCooldown()default DurationStepScalingActionProps.getCooldown()Grace period after scaling activity.final DurationStepScalingActionProps.Jsii$Proxy.getCooldown()final DurationStepScalingPolicyProps.Jsii$Proxy.getCooldown()default DurationBaseTargetTrackingProps.getScaleInCooldown()Period after a scale in activity completes before another scale in activity can start.final DurationBaseTargetTrackingProps.Jsii$Proxy.getScaleInCooldown()final DurationBasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown()final DurationTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown()default DurationBaseTargetTrackingProps.getScaleOutCooldown()Period after a scale out activity completes before another scale out activity can start.final DurationBaseTargetTrackingProps.Jsii$Proxy.getScaleOutCooldown()final DurationBasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown()final DurationTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown()Methods in software.amazon.awscdk.services.applicationautoscaling with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofBasicStepScalingPolicyProps.getCooldown()Grace period after scaling activity.Sets the value ofStepScalingActionProps.getCooldown()Grace period after scaling activity.Sets the value ofBasicStepScalingPolicyProps.getCooldown()static ScheduleConstruct a schedule from an interval and a time unit.BaseTargetTrackingProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()BasicTargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()TargetTrackingScalingPolicy.Builder.scaleInCooldown(Duration scaleInCooldown) Period after a scale in activity completes before another scale in activity can start.TargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()BaseTargetTrackingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()BasicTargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()TargetTrackingScalingPolicy.Builder.scaleOutCooldown(Duration scaleOutCooldown) Period after a scale out activity completes before another scale out activity can start.TargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown() -
Uses of Duration in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return DurationModifier and TypeMethodDescriptionOutlierDetection.getBaseEjectionDuration()The base amount of time for which a host is ejected.final DurationOutlierDetection.Jsii$Proxy.getBaseEjectionDuration()default DurationGrpcTimeout.getIdle()Represents an idle timeout.final DurationGrpcTimeout.Jsii$Proxy.getIdle()default DurationHttpTimeout.getIdle()Represents an idle timeout.final DurationHttpTimeout.Jsii$Proxy.getIdle()default DurationTcpTimeout.getIdle()Represents an idle timeout.final DurationTcpTimeout.Jsii$Proxy.getIdle()default DurationGrpcHealthCheckOptions.getInterval()The time period between each health check execution.final DurationGrpcHealthCheckOptions.Jsii$Proxy.getInterval()default DurationHttpHealthCheckOptions.getInterval()The time period between each health check execution.final DurationHttpHealthCheckOptions.Jsii$Proxy.getInterval()OutlierDetection.getInterval()The time interval between ejection sweep analysis.final DurationOutlierDetection.Jsii$Proxy.getInterval()default DurationTcpHealthCheckOptions.getInterval()The time period between each health check execution.final DurationTcpHealthCheckOptions.Jsii$Proxy.getInterval()default DurationGrpcTimeout.getPerRequest()Represents per request timeout.final DurationGrpcTimeout.Jsii$Proxy.getPerRequest()default DurationHttpTimeout.getPerRequest()Represents per request timeout.final DurationHttpTimeout.Jsii$Proxy.getPerRequest()final DurationGrpcRetryPolicy.Jsii$Proxy.getRetryTimeout()HttpRetryPolicy.getRetryTimeout()The timeout for each retry attempt.final DurationHttpRetryPolicy.Jsii$Proxy.getRetryTimeout()default DurationGrpcHealthCheckOptions.getTimeout()The amount of time to wait when receiving a response from the health check.final DurationGrpcHealthCheckOptions.Jsii$Proxy.getTimeout()default DurationHttpHealthCheckOptions.getTimeout()The amount of time to wait when receiving a response from the health check.final DurationHttpHealthCheckOptions.Jsii$Proxy.getTimeout()default DurationTcpHealthCheckOptions.getTimeout()The amount of time to wait when receiving a response from the health check.final DurationTcpHealthCheckOptions.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.appmesh with parameters of type DurationModifier and TypeMethodDescriptionOutlierDetection.Builder.baseEjectionDuration(Duration baseEjectionDuration) Sets the value ofOutlierDetection.getBaseEjectionDuration()Sets the value ofGrpcTimeout.getIdle()Sets the value ofHttpTimeout.getIdle()Sets the value ofTcpTimeout.getIdle()Sets the value ofGrpcHealthCheckOptions.getInterval()Sets the value ofHttpHealthCheckOptions.getInterval()Sets the value ofOutlierDetection.getInterval()Sets the value ofTcpHealthCheckOptions.getInterval()GrpcTimeout.Builder.perRequest(Duration perRequest) Sets the value ofGrpcTimeout.getPerRequest()HttpTimeout.Builder.perRequest(Duration perRequest) Sets the value ofHttpTimeout.getPerRequest()GrpcRetryPolicy.Builder.retryTimeout(Duration retryTimeout) Sets the value ofHttpRetryPolicy.getRetryTimeout()HttpRetryPolicy.Builder.retryTimeout(Duration retryTimeout) Sets the value ofHttpRetryPolicy.getRetryTimeout()Sets the value ofGrpcHealthCheckOptions.getTimeout()Sets the value ofHttpHealthCheckOptions.getTimeout()Sets the value ofTcpHealthCheckOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return DurationModifier and TypeMethodDescriptiondefault DurationLambdaAuthorizerConfig.getResultsCacheTtl()(experimental) How long the results are cached.final DurationLambdaAuthorizerConfig.Jsii$Proxy.getResultsCacheTtl()CachingConfig.getTtl()(experimental) The TTL in seconds for a resolver that has caching enabled.final DurationCachingConfig.Jsii$Proxy.getTtl()Methods in software.amazon.awscdk.services.appsync with parameters of type DurationModifier and TypeMethodDescriptionLambdaAuthorizerConfig.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofLambdaAuthorizerConfig.getResultsCacheTtl()Sets the value ofCachingConfig.getTtl() -
Uses of Duration in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return DurationModifier and TypeMethodDescriptionfinal DurationAutoScalingGroupProps.Jsii$Proxy.getCooldown()default DurationBaseTargetTrackingProps.getCooldown()Period after a scaling completes before another scaling activity can start.final DurationBaseTargetTrackingProps.Jsii$Proxy.getCooldown()default DurationBasicStepScalingPolicyProps.getCooldown()Grace period after scaling activity.final DurationBasicStepScalingPolicyProps.Jsii$Proxy.getCooldown()final DurationBasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown()default DurationCommonAutoScalingGroupProps.getCooldown()Default scaling cooldown for this AutoScalingGroup.final DurationCommonAutoScalingGroupProps.Jsii$Proxy.getCooldown()final DurationCpuUtilizationScalingProps.Jsii$Proxy.getCooldown()final DurationMetricTargetTrackingProps.Jsii$Proxy.getCooldown()final DurationNetworkUtilizationScalingProps.Jsii$Proxy.getCooldown()final DurationRequestCountScalingProps.Jsii$Proxy.getCooldown()default DurationStepScalingActionProps.getCooldown()Period after a scaling completes before another scaling activity can start.final DurationStepScalingActionProps.Jsii$Proxy.getCooldown()final DurationStepScalingPolicyProps.Jsii$Proxy.getCooldown()final DurationTargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown()default DurationBaseTargetTrackingProps.getEstimatedInstanceWarmup()Estimated time until a newly launched instance can send metrics to CloudWatch.final DurationBaseTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup()default DurationBasicStepScalingPolicyProps.getEstimatedInstanceWarmup()Estimated time until a newly launched instance can send metrics to CloudWatch.final DurationBasicStepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup()final DurationBasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup()final DurationCpuUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup()final DurationMetricTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup()final DurationNetworkUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup()final DurationRequestCountScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup()default DurationStepScalingActionProps.getEstimatedInstanceWarmup()Estimated time until a newly launched instance can send metrics to CloudWatch.final DurationStepScalingActionProps.Jsii$Proxy.getEstimatedInstanceWarmup()final DurationStepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup()final DurationTargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup()default DurationEc2HealthCheckOptions.getGrace()Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.final DurationEc2HealthCheckOptions.Jsii$Proxy.getGrace()ElbHealthCheckOptions.getGrace()Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.final DurationElbHealthCheckOptions.Jsii$Proxy.getGrace()HealthCheck.getGracePeriod()default DurationBasicLifecycleHookProps.getHeartbeatTimeout()Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.final DurationBasicLifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout()final DurationLifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout()AutoScalingGroup.getMaxInstanceLifetime()The maximum amount of time that an instance can be in service.final DurationAutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime()default DurationCommonAutoScalingGroupProps.getMaxInstanceLifetime()The maximum amount of time that an instance can be in service.final DurationCommonAutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime()default DurationRollingUpdateConfiguration.getPauseTime()Deprecated.final DurationRollingUpdateConfiguration.Jsii$Proxy.getPauseTime()Deprecated.default DurationRollingUpdateOptions.getPauseTime()The pause time after making a change to a batch of instances.final DurationRollingUpdateOptions.Jsii$Proxy.getPauseTime()final DurationAutoScalingGroupProps.Jsii$Proxy.getResourceSignalTimeout()default DurationCommonAutoScalingGroupProps.getResourceSignalTimeout()Deprecated.final DurationCommonAutoScalingGroupProps.Jsii$Proxy.getResourceSignalTimeout()default DurationSignalsOptions.getTimeout()How long to wait for the signals to be sent.final DurationSignalsOptions.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.autoscaling with parameters of type DurationModifier and TypeMethodDescriptionDefault scaling cooldown for this AutoScalingGroup.Sets the value ofCommonAutoScalingGroupProps.getCooldown()Sets the value ofBaseTargetTrackingProps.getCooldown()Sets the value ofBasicStepScalingPolicyProps.getCooldown()Sets the value ofBaseTargetTrackingProps.getCooldown()Sets the value ofCommonAutoScalingGroupProps.getCooldown()Sets the value ofBaseTargetTrackingProps.getCooldown()Sets the value ofBaseTargetTrackingProps.getCooldown()Sets the value ofBaseTargetTrackingProps.getCooldown()Sets the value ofBaseTargetTrackingProps.getCooldown()Period after a scaling completes before another scaling activity can start.Sets the value ofStepScalingActionProps.getCooldown()Grace period after scaling activity.Sets the value ofBasicStepScalingPolicyProps.getCooldown()Period after a scaling completes before another scaling activity can start.Sets the value ofBaseTargetTrackingProps.getCooldown()BaseTargetTrackingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()BasicStepScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBasicStepScalingPolicyProps.getEstimatedInstanceWarmup()BasicTargetTrackingScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()CpuUtilizationScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()MetricTargetTrackingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()NetworkUtilizationScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()RequestCountScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()StepScalingAction.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Estimated time until a newly launched instance can send metrics to CloudWatch.StepScalingActionProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofStepScalingActionProps.getEstimatedInstanceWarmup()StepScalingPolicy.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Estimated time until a newly launched instance can send metrics to CloudWatch.StepScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBasicStepScalingPolicyProps.getEstimatedInstanceWarmup()TargetTrackingScalingPolicy.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Estimated time until a newly launched instance can send metrics to CloudWatch.TargetTrackingScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup) Sets the value ofBaseTargetTrackingProps.getEstimatedInstanceWarmup()Sets the value ofEc2HealthCheckOptions.getGrace()Sets the value ofElbHealthCheckOptions.getGrace()BasicLifecycleHookProps.Builder.heartbeatTimeout(Duration heartbeatTimeout) Sets the value ofBasicLifecycleHookProps.getHeartbeatTimeout()LifecycleHook.Builder.heartbeatTimeout(Duration heartbeatTimeout) Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.LifecycleHookProps.Builder.heartbeatTimeout(Duration heartbeatTimeout) Sets the value ofBasicLifecycleHookProps.getHeartbeatTimeout()AutoScalingGroup.Builder.maxInstanceLifetime(Duration maxInstanceLifetime) The maximum amount of time that an instance can be in service.AutoScalingGroupProps.Builder.maxInstanceLifetime(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()CommonAutoScalingGroupProps.Builder.maxInstanceLifetime(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()Deprecated.Sets the value ofRollingUpdateOptions.getPauseTime()AutoScalingGroup.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) Deprecated.Usesignalsinstead.AutoScalingGroupProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) Deprecated.Use `signals` instead.CommonAutoScalingGroupProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) Deprecated.Use `signals` instead.Sets the value ofSignalsOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return DurationModifier and TypeMethodDescriptiondefault DurationBackupPlanRuleProps.getCompletionWindow()The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.final DurationBackupPlanRuleProps.Jsii$Proxy.getCompletionWindow()default DurationBackupPlanRuleProps.getDeleteAfter()Specifies the duration after creation that a recovery point is deleted.final DurationBackupPlanRuleProps.Jsii$Proxy.getDeleteAfter()default DurationBackupPlanRuleProps.getMoveToColdStorageAfter()Specifies the duration after creation that a recovery point is moved to cold storage.final DurationBackupPlanRuleProps.Jsii$Proxy.getMoveToColdStorageAfter()default DurationBackupPlanRuleProps.getStartWindow()The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.final DurationBackupPlanRuleProps.Jsii$Proxy.getStartWindow()Methods in software.amazon.awscdk.services.backup with parameters of type DurationModifier and TypeMethodDescriptionBackupPlanRule.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.completionWindow(Duration completionWindow) Sets the value ofBackupPlanRuleProps.getCompletionWindow()BackupPlanRule.Builder.deleteAfter(Duration deleteAfter) Specifies the duration after creation that a recovery point is deleted.BackupPlanRuleProps.Builder.deleteAfter(Duration deleteAfter) Sets the value ofBackupPlanRuleProps.getDeleteAfter()BackupPlanRule.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter) Specifies the duration after creation that a recovery point is moved to cold storage.BackupPlanRuleProps.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter) Sets the value ofBackupPlanRuleProps.getMoveToColdStorageAfter()BackupPlanRule.Builder.startWindow(Duration startWindow) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.BackupPlanRuleProps.Builder.startWindow(Duration startWindow) Sets the value ofBackupPlanRuleProps.getStartWindow() -
Uses of Duration in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return DurationModifier and TypeMethodDescriptiondefault DurationJobDefinitionProps.getTimeout()(experimental) The timeout configuration for jobs that are submitted with this job definition.final DurationJobDefinitionProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.batch with parameters of type DurationModifier and TypeMethodDescription(experimental) The timeout configuration for jobs that are submitted with this job definition.Sets the value ofJobDefinitionProps.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.cloudformation
Methods in software.amazon.awscdk.services.cloudformation that return DurationModifier and TypeMethodDescriptiondefault DurationNestedStackProps.getTimeout()Deprecated.final DurationNestedStackProps.Jsii$Proxy.getTimeout()Deprecated.Methods in software.amazon.awscdk.services.cloudformation with parameters of type DurationModifier and TypeMethodDescriptionDeprecated.Deprecated. -
Uses of Duration in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return DurationModifier and TypeMethodDescriptiondefault DurationResponseHeadersCorsBehavior.getAccessControlMaxAge()A number that CloudFront uses as the value for the Access-Control-Max-Age HTTP response header.final DurationResponseHeadersCorsBehavior.Jsii$Proxy.getAccessControlMaxAge()ResponseHeadersStrictTransportSecurity.getAccessControlMaxAge()A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.final DurationResponseHeadersStrictTransportSecurity.Jsii$Proxy.getAccessControlMaxAge()default DurationOriginOptions.getConnectionTimeout()The number of seconds that CloudFront waits when trying to establish a connection to the origin.final DurationOriginOptions.Jsii$Proxy.getConnectionTimeout()final DurationOriginProps.Jsii$Proxy.getConnectionTimeout()default DurationSourceConfiguration.getConnectionTimeout()The number of seconds that CloudFront waits when trying to establish a connection to the origin.final DurationSourceConfiguration.Jsii$Proxy.getConnectionTimeout()default DurationBehavior.getDefaultTtl()The default amount of time CloudFront will cache an object.final DurationBehavior.Jsii$Proxy.getDefaultTtl()default DurationCachePolicyProps.getDefaultTtl()The default amount of time for objects to stay in the CloudFront cache.final DurationCachePolicyProps.Jsii$Proxy.getDefaultTtl()default DurationBehavior.getMaxTtl()The max amount of time you want objects to stay in the cache before CloudFront queries your origin.final DurationBehavior.Jsii$Proxy.getMaxTtl()default DurationCachePolicyProps.getMaxTtl()The maximum amount of time for objects to stay in the CloudFront cache.final DurationCachePolicyProps.Jsii$Proxy.getMaxTtl()default DurationBehavior.getMinTtl()The minimum amount of time that you want objects to stay in the cache before CloudFront queries your origin.final DurationBehavior.Jsii$Proxy.getMinTtl()default DurationCachePolicyProps.getMinTtl()The minimum amount of time for objects to stay in the CloudFront cache.final DurationCachePolicyProps.Jsii$Proxy.getMinTtl()default DurationCustomOriginConfig.getOriginKeepaliveTimeout()The keep alive timeout when making calls in seconds.final DurationCustomOriginConfig.Jsii$Proxy.getOriginKeepaliveTimeout()default DurationCustomOriginConfig.getOriginReadTimeout()The read timeout when calling the origin in seconds.final DurationCustomOriginConfig.Jsii$Proxy.getOriginReadTimeout()default DurationErrorResponse.getTtl()The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode.final DurationErrorResponse.Jsii$Proxy.getTtl()Methods in software.amazon.awscdk.services.cloudfront with parameters of type DurationModifier and TypeMethodDescriptionResponseHeadersCorsBehavior.Builder.accessControlMaxAge(Duration accessControlMaxAge) Sets the value ofResponseHeadersCorsBehavior.getAccessControlMaxAge()ResponseHeadersStrictTransportSecurity.Builder.accessControlMaxAge(Duration accessControlMaxAge) Sets the value ofResponseHeadersStrictTransportSecurity.getAccessControlMaxAge()OriginOptions.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()OriginProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()SourceConfiguration.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofSourceConfiguration.getConnectionTimeout()Behavior.Builder.defaultTtl(Duration defaultTtl) Sets the value ofBehavior.getDefaultTtl()CachePolicy.Builder.defaultTtl(Duration defaultTtl) The default amount of time for objects to stay in the CloudFront cache.CachePolicyProps.Builder.defaultTtl(Duration defaultTtl) Sets the value ofCachePolicyProps.getDefaultTtl()Sets the value ofBehavior.getMaxTtl()The maximum amount of time for objects to stay in the CloudFront cache.Sets the value ofCachePolicyProps.getMaxTtl()Sets the value ofBehavior.getMinTtl()The minimum amount of time for objects to stay in the CloudFront cache.Sets the value ofCachePolicyProps.getMinTtl()CustomOriginConfig.Builder.originKeepaliveTimeout(Duration originKeepaliveTimeout) Sets the value ofCustomOriginConfig.getOriginKeepaliveTimeout()CustomOriginConfig.Builder.originReadTimeout(Duration originReadTimeout) Sets the value ofCustomOriginConfig.getOriginReadTimeout()Sets the value ofErrorResponse.getTtl() -
Uses of Duration in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return DurationModifier and TypeMethodDescriptionfinal DurationEdgeFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationEdgeFunctionProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type DurationModifier and TypeMethodDescriptionEdgeFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.EdgeFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return DurationModifier and TypeMethodDescriptionfinal DurationHttpOriginProps.Jsii$Proxy.getConnectionTimeout()final DurationLoadBalancerV2OriginProps.Jsii$Proxy.getConnectionTimeout()final DurationRestApiOriginProps.Jsii$Proxy.getConnectionTimeout()final DurationS3OriginProps.Jsii$Proxy.getConnectionTimeout()default DurationHttpOriginProps.getKeepaliveTimeout()Specifies how long, in seconds, CloudFront persists its connection to the origin.final DurationHttpOriginProps.Jsii$Proxy.getKeepaliveTimeout()final DurationLoadBalancerV2OriginProps.Jsii$Proxy.getKeepaliveTimeout()default DurationRestApiOriginProps.getKeepaliveTimeout()Specifies how long, in seconds, CloudFront persists its connection to the origin.final DurationRestApiOriginProps.Jsii$Proxy.getKeepaliveTimeout()default DurationHttpOriginProps.getReadTimeout()Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.final DurationHttpOriginProps.Jsii$Proxy.getReadTimeout()final DurationLoadBalancerV2OriginProps.Jsii$Proxy.getReadTimeout()default DurationRestApiOriginProps.getReadTimeout()Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.final DurationRestApiOriginProps.Jsii$Proxy.getReadTimeout()Methods in software.amazon.awscdk.services.cloudfront.origins with parameters of type DurationModifier and TypeMethodDescriptionHttpOrigin.Builder.connectionTimeout(Duration connectionTimeout) The number of seconds that CloudFront waits when trying to establish a connection to the origin.HttpOriginProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()LoadBalancerV2Origin.Builder.connectionTimeout(Duration connectionTimeout) The number of seconds that CloudFront waits when trying to establish a connection to the origin.LoadBalancerV2OriginProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()RestApiOrigin.Builder.connectionTimeout(Duration connectionTimeout) The number of seconds that CloudFront waits when trying to establish a connection to the origin.RestApiOriginProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()S3Origin.Builder.connectionTimeout(Duration connectionTimeout) The number of seconds that CloudFront waits when trying to establish a connection to the origin.S3OriginProps.Builder.connectionTimeout(Duration connectionTimeout) Sets the value ofOriginOptions.getConnectionTimeout()HttpOrigin.Builder.keepaliveTimeout(Duration keepaliveTimeout) Specifies how long, in seconds, CloudFront persists its connection to the origin.HttpOriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout) Sets the value ofHttpOriginProps.getKeepaliveTimeout()LoadBalancerV2Origin.Builder.keepaliveTimeout(Duration keepaliveTimeout) Specifies how long, in seconds, CloudFront persists its connection to the origin.LoadBalancerV2OriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout) Sets the value ofHttpOriginProps.getKeepaliveTimeout()RestApiOrigin.Builder.keepaliveTimeout(Duration keepaliveTimeout) Specifies how long, in seconds, CloudFront persists its connection to the origin.RestApiOriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout) Sets the value ofRestApiOriginProps.getKeepaliveTimeout()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.HttpOriginProps.Builder.readTimeout(Duration readTimeout) Sets the value ofHttpOriginProps.getReadTimeout()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.LoadBalancerV2OriginProps.Builder.readTimeout(Duration readTimeout) Sets the value ofHttpOriginProps.getReadTimeout()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.RestApiOriginProps.Builder.readTimeout(Duration readTimeout) Sets the value ofRestApiOriginProps.getReadTimeout() -
Uses of Duration in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return DurationModifier and TypeMethodDescriptionfinal DurationAlarmProps.Jsii$Proxy.getPeriod()default DurationCommonMetricOptions.getPeriod()The period over which the specified statistic is applied.final DurationCommonMetricOptions.Jsii$Proxy.getPeriod()default DurationCreateAlarmOptions.getPeriod()Deprecated.Usemetric.with({ period: ...final DurationCreateAlarmOptions.Jsii$Proxy.getPeriod()default DurationGraphWidgetProps.getPeriod()The default period for all metrics in this widget.final DurationGraphWidgetProps.Jsii$Proxy.getPeriod()MathExpression.getPeriod()Aggregation period of this metric.default DurationMathExpressionOptions.getPeriod()The period over which the expression's statistics are applied.final DurationMathExpressionOptions.Jsii$Proxy.getPeriod()final DurationMathExpressionProps.Jsii$Proxy.getPeriod()Metric.getPeriod()Period of this metric.final DurationMetricOptions.Jsii$Proxy.getPeriod()final DurationMetricProps.Jsii$Proxy.getPeriod()MetricStatConfig.getPeriod()How many seconds to aggregate over.final DurationMetricStatConfig.Jsii$Proxy.getPeriod()Methods in software.amazon.awscdk.services.cloudwatch with parameters of type DurationModifier and TypeMethodDescriptionDeprecated.Usemetric.with({ period: ...Deprecated.Use `metric.with({ period: ...Sets the value ofCommonMetricOptions.getPeriod()Deprecated.Use `metric.with({ period: ...The default period for all metrics in this widget.Sets the value ofGraphWidgetProps.getPeriod()The period over which the expression's statistics are applied.Sets the value ofMathExpressionOptions.getPeriod()Sets the value ofMathExpressionOptions.getPeriod()The period over which the specified statistic is applied.Sets the value ofCommonMetricOptions.getPeriod()Sets the value ofCommonMetricOptions.getPeriod()Sets the value ofMetricStatConfig.getPeriod() -
Uses of Duration in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return DurationModifier and TypeMethodDescriptiondefault DurationCommonProjectProps.getQueuedTimeout()The number of minutes after which AWS CodeBuild stops the build if it's still in queue.final DurationCommonProjectProps.Jsii$Proxy.getQueuedTimeout()final DurationPipelineProjectProps.Jsii$Proxy.getQueuedTimeout()final DurationProjectProps.Jsii$Proxy.getQueuedTimeout()default DurationCommonProjectProps.getTimeout()The number of minutes after which AWS CodeBuild stops the build if it's not complete.final DurationCommonProjectProps.Jsii$Proxy.getTimeout()final DurationPipelineProjectProps.Jsii$Proxy.getTimeout()final DurationProjectProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.codebuild with parameters of type DurationModifier and TypeMethodDescriptionCommonProjectProps.Builder.queuedTimeout(Duration queuedTimeout) Sets the value ofCommonProjectProps.getQueuedTimeout()PipelineProject.Builder.queuedTimeout(Duration queuedTimeout) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.PipelineProjectProps.Builder.queuedTimeout(Duration queuedTimeout) Sets the value ofCommonProjectProps.getQueuedTimeout()Project.Builder.queuedTimeout(Duration queuedTimeout) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.ProjectProps.Builder.queuedTimeout(Duration queuedTimeout) Sets the value ofCommonProjectProps.getQueuedTimeout()Sets the value ofCommonProjectProps.getTimeout()The number of minutes after which AWS CodeBuild stops the build if it's not complete.Sets the value ofCommonProjectProps.getTimeout()The number of minutes after which AWS CodeBuild stops the build if it's not complete.Sets the value ofCommonProjectProps.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return DurationModifier and TypeMethodDescriptionCustomLambdaDeploymentConfigProps.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.final DurationCustomLambdaDeploymentConfigProps.Jsii$Proxy.getInterval()Methods in software.amazon.awscdk.services.codedeploy with parameters of type DurationModifier and TypeMethodDescriptionThe interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.Sets the value ofCustomLambdaDeploymentConfigProps.getInterval() -
Uses of Duration in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return DurationModifier and TypeMethodDescriptiondefault DurationEcsDeployActionProps.getDeploymentTimeout()Timeout for the ECS deployment in minutes.final DurationEcsDeployActionProps.Jsii$Proxy.getDeploymentTimeout()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type DurationModifier and TypeMethodDescriptionEcsDeployAction.Builder.deploymentTimeout(Duration deploymentTimeout) Timeout for the ECS deployment in minutes.EcsDeployActionProps.Builder.deploymentTimeout(Duration deploymentTimeout) Sets the value ofEcsDeployActionProps.getDeploymentTimeout()static CacheControlThe 'max-age' cache control directive.static CacheControlThe 's-max-age' cache control directive. -
Uses of Duration in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return DurationModifier and TypeMethodDescriptiondefault DurationUserPoolClientOptions.getAccessTokenValidity()Validity of the access token.final DurationUserPoolClientOptions.Jsii$Proxy.getAccessTokenValidity()final DurationUserPoolClientProps.Jsii$Proxy.getAccessTokenValidity()default DurationUserPoolClientOptions.getIdTokenValidity()Validity of the ID token.final DurationUserPoolClientOptions.Jsii$Proxy.getIdTokenValidity()final DurationUserPoolClientProps.Jsii$Proxy.getIdTokenValidity()default DurationUserPoolClientOptions.getRefreshTokenValidity()Validity of the refresh token.final DurationUserPoolClientOptions.Jsii$Proxy.getRefreshTokenValidity()final DurationUserPoolClientProps.Jsii$Proxy.getRefreshTokenValidity()default DurationPasswordPolicy.getTempPasswordValidity()The length of time the temporary password generated by an admin is valid.final DurationPasswordPolicy.Jsii$Proxy.getTempPasswordValidity()Methods in software.amazon.awscdk.services.cognito with parameters of type DurationModifier and TypeMethodDescriptionUserPoolClient.Builder.accessTokenValidity(Duration accessTokenValidity) Validity of the access token.UserPoolClientOptions.Builder.accessTokenValidity(Duration accessTokenValidity) Sets the value ofUserPoolClientOptions.getAccessTokenValidity()UserPoolClientProps.Builder.accessTokenValidity(Duration accessTokenValidity) Sets the value ofUserPoolClientOptions.getAccessTokenValidity()UserPoolClient.Builder.idTokenValidity(Duration idTokenValidity) Validity of the ID token.UserPoolClientOptions.Builder.idTokenValidity(Duration idTokenValidity) Sets the value ofUserPoolClientOptions.getIdTokenValidity()UserPoolClientProps.Builder.idTokenValidity(Duration idTokenValidity) Sets the value ofUserPoolClientOptions.getIdTokenValidity()UserPoolClient.Builder.refreshTokenValidity(Duration refreshTokenValidity) Validity of the refresh token.UserPoolClientOptions.Builder.refreshTokenValidity(Duration refreshTokenValidity) Sets the value ofUserPoolClientOptions.getRefreshTokenValidity()UserPoolClientProps.Builder.refreshTokenValidity(Duration refreshTokenValidity) Sets the value ofUserPoolClientOptions.getRefreshTokenValidity()PasswordPolicy.Builder.tempPasswordValidity(Duration tempPasswordValidity) Sets the value ofPasswordPolicy.getTempPasswordValidity() -
Uses of Duration in software.amazon.awscdk.services.config
Methods in software.amazon.awscdk.services.config that return DurationModifier and TypeMethodDescriptiondefault DurationAccessKeysRotatedProps.getMaxAge()The maximum number of days within which the access keys must be rotated.final DurationAccessKeysRotatedProps.Jsii$Proxy.getMaxAge()Methods in software.amazon.awscdk.services.config with parameters of type DurationModifier and TypeMethodDescriptionThe maximum number of days within which the access keys must be rotated.Sets the value ofAccessKeysRotatedProps.getMaxAge() -
Uses of Duration in software.amazon.awscdk.services.docdb
Methods in software.amazon.awscdk.services.docdb that return DurationModifier and TypeMethodDescriptiondefault DurationRotationMultiUserOptions.getAutomaticallyAfter()Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.final DurationRotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter()BackupProps.getRetention()How many days to retain the backup.final DurationBackupProps.Jsii$Proxy.getRetention()Methods in software.amazon.awscdk.services.docdb with parameters of type DurationModifier and TypeMethodDescriptionDatabaseCluster.addRotationSingleUser(Duration automaticallyAfter) Adds the single user rotation of the master password to this cluster.RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofRotationMultiUserOptions.getAutomaticallyAfter()Sets the value ofBackupProps.getRetention() -
Uses of Duration in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return DurationModifier and TypeMethodDescriptionfinal DurationSystemErrorsForOperationsMetricOptions.Jsii$Proxy.getPeriod()default DurationTableOptions.getReplicationTimeout()The timeout for a table replication operation in a single region.final DurationTableOptions.Jsii$Proxy.getReplicationTimeout()final DurationTableProps.Jsii$Proxy.getReplicationTimeout()final DurationUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown()final DurationUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown()Methods in software.amazon.awscdk.services.dynamodb with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofCommonMetricOptions.getPeriod()Table.Builder.replicationTimeout(Duration replicationTimeout) The timeout for a table replication operation in a single region.TableOptions.Builder.replicationTimeout(Duration replicationTimeout) Sets the value ofTableOptions.getReplicationTimeout()TableProps.Builder.replicationTimeout(Duration replicationTimeout) Sets the value ofTableOptions.getReplicationTimeout()UtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()UtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown() -
Uses of Duration in software.amazon.awscdk.services.dynamodb.global
Methods in software.amazon.awscdk.services.dynamodb.global that return DurationModifier and TypeMethodDescriptionfinal DurationGlobalTableProps.Jsii$Proxy.getReplicationTimeout()Deprecated.Methods in software.amazon.awscdk.services.dynamodb.global with parameters of type DurationModifier and TypeMethodDescriptionGlobalTable.Builder.replicationTimeout(Duration replicationTimeout) Deprecated.The timeout for a table replication operation in a single region.GlobalTableProps.Builder.replicationTimeout(Duration replicationTimeout) Deprecated.Sets the value ofTableOptions.getReplicationTimeout() -
Uses of Duration in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return DurationModifier and TypeMethodDescriptiondefault DurationLaunchTemplateSpotOptions.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.final DurationLaunchTemplateSpotOptions.Jsii$Proxy.getBlockDuration()default DurationInstanceProps.getResourceSignalTimeout()The length of time to wait for the resourceSignalCount.final DurationInstanceProps.Jsii$Proxy.getResourceSignalTimeout()default DurationApplyCloudFormationInitOptions.getTimeout()Timeout waiting for the configuration to be applied.final DurationApplyCloudFormationInitOptions.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.ec2 with parameters of type DurationModifier and TypeMethodDescriptionLaunchTemplateSpotOptions.Builder.blockDuration(Duration blockDuration) Sets the value ofLaunchTemplateSpotOptions.getBlockDuration()static InitCommandWaitDurationWait for a specified duration after a command.Instance.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) The length of time to wait for the resourceSignalCount.InstanceProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) Sets the value ofInstanceProps.getResourceSignalTimeout()Sets the value ofApplyCloudFormationInitOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return DurationModifier and TypeMethodDescriptiondefault DurationLifecycleRule.getMaxImageAge()The maximum age of images to retain.final DurationLifecycleRule.Jsii$Proxy.getMaxImageAge()Methods in software.amazon.awscdk.services.ecr with parameters of type DurationModifier and TypeMethodDescriptionLifecycleRule.Builder.maxImageAge(Duration maxImageAge) Sets the value ofLifecycleRule.getMaxImageAge() -
Uses of Duration in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return DurationModifier and TypeMethodDescriptionfinal DurationAddCapacityOptions.Jsii$Proxy.getCooldown()default DurationCloudMapOptions.getDnsTtl()The amount of time that you want DNS resolvers to cache the settings for this record.final DurationCloudMapOptions.Jsii$Proxy.getDnsTtl()default DurationBaseServiceOptions.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.final DurationBaseServiceOptions.Jsii$Proxy.getHealthCheckGracePeriod()final DurationBaseServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationExternalServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()default DurationHealthCheck.getInterval()The time period in seconds between each health check execution.final DurationHealthCheck.Jsii$Proxy.getInterval()final DurationAddCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime()final DurationAddCapacityOptions.Jsii$Proxy.getResourceSignalTimeout()default DurationFluentdLogDriverProps.getRetryWait()How long to wait between retries.final DurationFluentdLogDriverProps.Jsii$Proxy.getRetryWait()final DurationCpuUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown()final DurationMemoryUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown()final DurationRequestCountScalingProps.Jsii$Proxy.getScaleInCooldown()final DurationTrackCustomMetricProps.Jsii$Proxy.getScaleInCooldown()final DurationCpuUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown()final DurationMemoryUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown()final DurationRequestCountScalingProps.Jsii$Proxy.getScaleOutCooldown()final DurationTrackCustomMetricProps.Jsii$Proxy.getScaleOutCooldown()default DurationHealthCheck.getStartPeriod()The optional grace period within which to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.final DurationHealthCheck.Jsii$Proxy.getStartPeriod()default DurationContainerDefinitionOptions.getStartTimeout()Time duration (in seconds) to wait before giving up on resolving dependencies for a container.final DurationContainerDefinitionOptions.Jsii$Proxy.getStartTimeout()final DurationContainerDefinitionProps.Jsii$Proxy.getStartTimeout()final DurationFirelensLogRouterDefinitionOptions.Jsii$Proxy.getStartTimeout()final DurationFirelensLogRouterProps.Jsii$Proxy.getStartTimeout()default DurationContainerDefinitionOptions.getStopTimeout()Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.final DurationContainerDefinitionOptions.Jsii$Proxy.getStopTimeout()final DurationContainerDefinitionProps.Jsii$Proxy.getStopTimeout()final DurationFirelensLogRouterDefinitionOptions.Jsii$Proxy.getStopTimeout()final DurationFirelensLogRouterProps.Jsii$Proxy.getStopTimeout()default DurationAddAutoScalingGroupCapacityOptions.getTaskDrainTime()Deprecated.The lifecycle draining hook is not configured if using the EC2 Capacity Provider.final DurationAddAutoScalingGroupCapacityOptions.Jsii$Proxy.getTaskDrainTime()final DurationAddCapacityOptions.Jsii$Proxy.getTaskDrainTime()final DurationAsgCapacityProviderProps.Jsii$Proxy.getTaskDrainTime()default DurationGelfLogDriverProps.getTcpReconnectDelay()TCP Only The number of seconds to wait between reconnection attempts.final DurationGelfLogDriverProps.Jsii$Proxy.getTcpReconnectDelay()default DurationHealthCheck.getTimeout()The time period in seconds to wait for a health check to succeed before it is considered a failure.final DurationHealthCheck.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.ecs with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofCommonAutoScalingGroupProps.getCooldown()Sets the value ofCloudMapOptions.getDnsTtl()BaseServiceOptions.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()BaseServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()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.Ec2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()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.ExternalServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()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.FargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()Sets the value ofHealthCheck.getInterval()AddCapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()AddCapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) Deprecated.Use `signals` instead.How long to wait between retries.Sets the value ofFluentdLogDriverProps.getRetryWait()CpuUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()MemoryUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()RequestCountScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()TrackCustomMetricProps.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()CpuUtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()MemoryUtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()RequestCountScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()TrackCustomMetricProps.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()HealthCheck.Builder.startPeriod(Duration startPeriod) Sets the value ofHealthCheck.getStartPeriod()ContainerDefinition.Builder.startTimeout(Duration startTimeout) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.ContainerDefinitionOptions.Builder.startTimeout(Duration startTimeout) Sets the value ofContainerDefinitionOptions.getStartTimeout()ContainerDefinitionProps.Builder.startTimeout(Duration startTimeout) Sets the value ofContainerDefinitionOptions.getStartTimeout()FirelensLogRouter.Builder.startTimeout(Duration startTimeout) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.FirelensLogRouterDefinitionOptions.Builder.startTimeout(Duration startTimeout) Sets the value ofContainerDefinitionOptions.getStartTimeout()FirelensLogRouterProps.Builder.startTimeout(Duration startTimeout) Sets the value ofContainerDefinitionOptions.getStartTimeout()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.ContainerDefinitionOptions.Builder.stopTimeout(Duration stopTimeout) Sets the value ofContainerDefinitionOptions.getStopTimeout()ContainerDefinitionProps.Builder.stopTimeout(Duration stopTimeout) Sets the value ofContainerDefinitionOptions.getStopTimeout()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.FirelensLogRouterDefinitionOptions.Builder.stopTimeout(Duration stopTimeout) Sets the value ofContainerDefinitionOptions.getStopTimeout()FirelensLogRouterProps.Builder.stopTimeout(Duration stopTimeout) Sets the value ofContainerDefinitionOptions.getStopTimeout()AddAutoScalingGroupCapacityOptions.Builder.taskDrainTime(Duration taskDrainTime) Deprecated.The lifecycle draining hook is not configured if using the EC2 Capacity Provider.AddCapacityOptions.Builder.taskDrainTime(Duration taskDrainTime) Deprecated.The lifecycle draining hook is not configured if using the EC2 Capacity Provider.AsgCapacityProvider.Builder.taskDrainTime(Duration taskDrainTime) Deprecated.The lifecycle draining hook is not configured if using the EC2 Capacity Provider.AsgCapacityProviderProps.Builder.taskDrainTime(Duration taskDrainTime) Deprecated.The lifecycle draining hook is not configured if using the EC2 Capacity Provider.GelfLogDriver.Builder.tcpReconnectDelay(Duration tcpReconnectDelay) TCP Only The number of seconds to wait between reconnection attempts.GelfLogDriverProps.Builder.tcpReconnectDelay(Duration tcpReconnectDelay) Sets the value ofGelfLogDriverProps.getTcpReconnectDelay()Sets the value ofHealthCheck.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return DurationModifier and TypeMethodDescriptionfinal DurationApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()default DurationApplicationLoadBalancedServiceBaseProps.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.final DurationApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()default DurationApplicationMultipleTargetGroupsServiceBaseProps.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.final DurationApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationNetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationNetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()default DurationNetworkLoadBalancedServiceBaseProps.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.final DurationNetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationNetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationNetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod()default DurationNetworkMultipleTargetGroupsServiceBaseProps.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.final DurationNetworkMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod()final DurationQueueProcessingEc2ServiceProps.Jsii$Proxy.getRetentionPeriod()final DurationQueueProcessingFargateServiceProps.Jsii$Proxy.getRetentionPeriod()default DurationQueueProcessingServiceBaseProps.getRetentionPeriod()The number of seconds that Dead Letter Queue retains a message.final DurationQueueProcessingServiceBaseProps.Jsii$Proxy.getRetentionPeriod()final DurationQueueProcessingEc2ServiceProps.Jsii$Proxy.getVisibilityTimeout()final DurationQueueProcessingFargateServiceProps.Jsii$Proxy.getVisibilityTimeout()default DurationQueueProcessingServiceBaseProps.getVisibilityTimeout()Timeout of processing a single message.final DurationQueueProcessingServiceBaseProps.Jsii$Proxy.getVisibilityTimeout()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type DurationModifier and TypeMethodDescriptionApplicationLoadBalancedEc2Service.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.ApplicationLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()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.ApplicationLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()ApplicationLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()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.ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) 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.ApplicationMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) ApplicationMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) 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.NetworkLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofNetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()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.NetworkLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofNetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()NetworkLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofNetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()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.NetworkMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()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.NetworkMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()NetworkMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()QueueProcessingEc2Service.Builder.retentionPeriod(Duration retentionPeriod) The number of seconds that Dead Letter Queue retains a message.QueueProcessingEc2ServiceProps.Builder.retentionPeriod(Duration retentionPeriod) Sets the value ofQueueProcessingServiceBaseProps.getRetentionPeriod()QueueProcessingFargateService.Builder.retentionPeriod(Duration retentionPeriod) The number of seconds that Dead Letter Queue retains a message.QueueProcessingFargateServiceProps.Builder.retentionPeriod(Duration retentionPeriod) Sets the value ofQueueProcessingServiceBaseProps.getRetentionPeriod()QueueProcessingServiceBaseProps.Builder.retentionPeriod(Duration retentionPeriod) Sets the value ofQueueProcessingServiceBaseProps.getRetentionPeriod()QueueProcessingEc2Service.Builder.visibilityTimeout(Duration visibilityTimeout) Timeout of processing a single message.QueueProcessingEc2ServiceProps.Builder.visibilityTimeout(Duration visibilityTimeout) Sets the value ofQueueProcessingServiceBaseProps.getVisibilityTimeout()QueueProcessingFargateService.Builder.visibilityTimeout(Duration visibilityTimeout) Timeout of processing a single message.QueueProcessingFargateServiceProps.Builder.visibilityTimeout(Duration visibilityTimeout) Sets the value ofQueueProcessingServiceBaseProps.getVisibilityTimeout()QueueProcessingServiceBaseProps.Builder.visibilityTimeout(Duration visibilityTimeout) Sets the value ofQueueProcessingServiceBaseProps.getVisibilityTimeout() -
Uses of Duration in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return DurationModifier and TypeMethodDescriptionfinal DurationAutoScalingGroupCapacityOptions.Jsii$Proxy.getCooldown()final DurationAutoScalingGroupCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime()final DurationAutoScalingGroupCapacityOptions.Jsii$Proxy.getResourceSignalTimeout()default DurationHelmChartOptions.getTimeout()Amount of time to wait for any individual Kubernetes operation.final DurationHelmChartOptions.Jsii$Proxy.getTimeout()final DurationHelmChartProps.Jsii$Proxy.getTimeout()final DurationIngressLoadBalancerAddressOptions.Jsii$Proxy.getTimeout()default DurationKubernetesObjectValueProps.getTimeout()Timeout for waiting on a value.final DurationKubernetesObjectValueProps.Jsii$Proxy.getTimeout()default DurationServiceLoadBalancerAddressOptions.getTimeout()Timeout for waiting on the load balancer address.final DurationServiceLoadBalancerAddressOptions.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.eks with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofCommonAutoScalingGroupProps.getCooldown()AutoScalingGroupCapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime) Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()AutoScalingGroupCapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) Deprecated.Use `signals` instead.Amount of time to wait for any individual Kubernetes operation.Sets the value ofHelmChartOptions.getTimeout()Sets the value ofHelmChartOptions.getTimeout()Sets the value ofServiceLoadBalancerAddressOptions.getTimeout()Timeout for waiting on a value.Sets the value ofKubernetesObjectValueProps.getTimeout()Sets the value ofServiceLoadBalancerAddressOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.eks.legacy
Methods in software.amazon.awscdk.services.eks.legacy that return DurationModifier and TypeMethodDescriptionfinal DurationCapacityOptions.Jsii$Proxy.getCooldown()Deprecated.final DurationCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime()Deprecated.final DurationCapacityOptions.Jsii$Proxy.getResourceSignalTimeout()Deprecated.Methods in software.amazon.awscdk.services.eks.legacy with parameters of type DurationModifier and TypeMethodDescriptionDeprecated.Sets the value ofCommonAutoScalingGroupProps.getCooldown()CapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime) Deprecated.Sets the value ofCommonAutoScalingGroupProps.getMaxInstanceLifetime()CapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout) Deprecated.Use `signals` instead. -
Uses of Duration in software.amazon.awscdk.services.elasticloadbalancing
Methods in software.amazon.awscdk.services.elasticloadbalancing that return DurationModifier and TypeMethodDescriptiondefault DurationHealthCheck.getInterval()Number of seconds between health checks.final DurationHealthCheck.Jsii$Proxy.getInterval()default DurationHealthCheck.getTimeout()Health check timeout.final DurationHealthCheck.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.elasticloadbalancing with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofHealthCheck.getInterval()Sets the value ofHealthCheck.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return DurationModifier and TypeMethodDescriptiondefault DurationAddApplicationTargetsProps.getDeregistrationDelay()The amount of time for Elastic Load Balancing to wait before deregistering a target.final DurationAddApplicationTargetsProps.Jsii$Proxy.getDeregistrationDelay()default DurationAddNetworkTargetsProps.getDeregistrationDelay()The amount of time for Elastic Load Balancing to wait before deregistering a target.final DurationAddNetworkTargetsProps.Jsii$Proxy.getDeregistrationDelay()final DurationApplicationTargetGroupProps.Jsii$Proxy.getDeregistrationDelay()default DurationBaseTargetGroupProps.getDeregistrationDelay()The amount of time for Elastic Load Balancing to wait before deregistering a target.final DurationBaseTargetGroupProps.Jsii$Proxy.getDeregistrationDelay()final DurationNetworkTargetGroupProps.Jsii$Proxy.getDeregistrationDelay()default DurationApplicationLoadBalancerProps.getIdleTimeout()The load balancer idle timeout, in seconds.final DurationApplicationLoadBalancerProps.Jsii$Proxy.getIdleTimeout()default DurationHealthCheck.getInterval()The approximate number of seconds between health checks for an individual target.final DurationHealthCheck.Jsii$Proxy.getInterval()default DurationAuthenticateOidcOptions.getSessionTimeout()The maximum duration of the authentication session.final DurationAuthenticateOidcOptions.Jsii$Proxy.getSessionTimeout()default DurationAddApplicationTargetsProps.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.final DurationAddApplicationTargetsProps.Jsii$Proxy.getSlowStart()default DurationApplicationTargetGroupProps.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.final DurationApplicationTargetGroupProps.Jsii$Proxy.getSlowStart()default DurationAddApplicationTargetsProps.getStickinessCookieDuration()The stickiness cookie expiration period.final DurationAddApplicationTargetsProps.Jsii$Proxy.getStickinessCookieDuration()default DurationApplicationTargetGroupProps.getStickinessCookieDuration()The stickiness cookie expiration period.final DurationApplicationTargetGroupProps.Jsii$Proxy.getStickinessCookieDuration()default DurationForwardOptions.getStickinessDuration()For how long clients should be directed to the same target group.final DurationForwardOptions.Jsii$Proxy.getStickinessDuration()default DurationNetworkForwardOptions.getStickinessDuration()For how long clients should be directed to the same target group.final DurationNetworkForwardOptions.Jsii$Proxy.getStickinessDuration()default DurationHealthCheck.getTimeout()The amount of time, in seconds, during which no response from a target means a failed health check.final DurationHealthCheck.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type DurationModifier and TypeMethodDescriptionAddApplicationTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay) Sets the value ofAddApplicationTargetsProps.getDeregistrationDelay()AddNetworkTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay) Sets the value ofAddNetworkTargetsProps.getDeregistrationDelay()ApplicationTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay) The amount of time for Elastic Load Balancing to wait before deregistering a target.ApplicationTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay) Sets the value ofBaseTargetGroupProps.getDeregistrationDelay()BaseTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay) Sets the value ofBaseTargetGroupProps.getDeregistrationDelay()NetworkTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay) The amount of time for Elastic Load Balancing to wait before deregistering a target.NetworkTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay) Sets the value ofBaseTargetGroupProps.getDeregistrationDelay()voidApplicationTargetGroup.enableCookieStickiness(Duration duration) Enable sticky routing via a cookie to members of this target group.voidApplicationTargetGroup.enableCookieStickiness(Duration duration, String cookieName) Enable sticky routing via a cookie to members of this target group.ApplicationLoadBalancer.Builder.idleTimeout(Duration idleTimeout) The load balancer idle timeout, in seconds.ApplicationLoadBalancerProps.Builder.idleTimeout(Duration idleTimeout) Sets the value ofApplicationLoadBalancerProps.getIdleTimeout()Sets the value ofHealthCheck.getInterval()AuthenticateOidcOptions.Builder.sessionTimeout(Duration sessionTimeout) Sets the value ofAuthenticateOidcOptions.getSessionTimeout()Sets the value ofAddApplicationTargetsProps.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.Sets the value ofApplicationTargetGroupProps.getSlowStart()AddApplicationTargetsProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration) Sets the value ofAddApplicationTargetsProps.getStickinessCookieDuration()ApplicationTargetGroup.Builder.stickinessCookieDuration(Duration stickinessCookieDuration) The stickiness cookie expiration period.ApplicationTargetGroupProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration) Sets the value ofApplicationTargetGroupProps.getStickinessCookieDuration()ForwardOptions.Builder.stickinessDuration(Duration stickinessDuration) Sets the value ofForwardOptions.getStickinessDuration()NetworkForwardOptions.Builder.stickinessDuration(Duration stickinessDuration) Sets the value ofNetworkForwardOptions.getStickinessDuration()Sets the value ofHealthCheck.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions that return DurationModifier and TypeMethodDescriptiondefault DurationAuthenticateCognitoActionProps.getSessionTimeout()The maximum duration of the authentication session.final DurationAuthenticateCognitoActionProps.Jsii$Proxy.getSessionTimeout()Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions with parameters of type DurationModifier and TypeMethodDescriptionAuthenticateCognitoAction.Builder.sessionTimeout(Duration sessionTimeout) The maximum duration of the authentication session.AuthenticateCognitoActionProps.Builder.sessionTimeout(Duration sessionTimeout) Sets the value ofAuthenticateCognitoActionProps.getSessionTimeout() -
Uses of Duration in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return DurationModifier and TypeMethodDescriptionfinal DurationArchiveProps.Jsii$Proxy.getRetention()default DurationBaseArchiveProps.getRetention()The number of days to retain events for.final DurationBaseArchiveProps.Jsii$Proxy.getRetention()Methods in software.amazon.awscdk.services.events with parameters of type DurationModifier and TypeMethodDescriptionstatic ScheduleConstruct a schedule from an interval and a time unit.The number of days to retain events for.Sets the value ofBaseArchiveProps.getRetention()Sets the value ofBaseArchiveProps.getRetention() -
Uses of Duration in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return DurationModifier and TypeMethodDescriptionfinal DurationApiDestinationProps.Jsii$Proxy.getMaxEventAge()final DurationApiGatewayProps.Jsii$Proxy.getMaxEventAge()final DurationBatchJobProps.Jsii$Proxy.getMaxEventAge()final DurationCodeBuildProjectProps.Jsii$Proxy.getMaxEventAge()final DurationCodePipelineTargetOptions.Jsii$Proxy.getMaxEventAge()final DurationLambdaFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationLogGroupProps.Jsii$Proxy.getMaxEventAge()final DurationSfnStateMachineProps.Jsii$Proxy.getMaxEventAge()final DurationSqsQueueProps.Jsii$Proxy.getMaxEventAge()default DurationTargetBaseProps.getMaxEventAge()The maximum age of a request that Lambda sends to a function for processing.final DurationTargetBaseProps.Jsii$Proxy.getMaxEventAge()Methods in software.amazon.awscdk.services.events.targets with parameters of type DurationModifier and TypeMethodDescriptionApiDestination.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.ApiDestinationProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()ApiGateway.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.ApiGatewayProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()BatchJob.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.BatchJobProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()CloudWatchLogGroup.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.CodeBuildProject.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.CodeBuildProjectProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()CodePipeline.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.CodePipelineTargetOptions.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()LambdaFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.LambdaFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()LogGroupProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()SfnStateMachine.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.SfnStateMachineProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()SqsQueue.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.SqsQueueProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()TargetBaseProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge() -
Uses of Duration in software.amazon.awscdk.services.globalaccelerator
Methods in software.amazon.awscdk.services.globalaccelerator that return DurationModifier and TypeMethodDescriptiondefault DurationEndpointGroupOptions.getHealthCheckInterval()The time between health checks for each endpoint.final DurationEndpointGroupOptions.Jsii$Proxy.getHealthCheckInterval()final DurationEndpointGroupProps.Jsii$Proxy.getHealthCheckInterval()Methods in software.amazon.awscdk.services.globalaccelerator with parameters of type DurationModifier and TypeMethodDescriptionEndpointGroup.Builder.healthCheckInterval(Duration healthCheckInterval) The time between health checks for each endpoint.EndpointGroupOptions.Builder.healthCheckInterval(Duration healthCheckInterval) Sets the value ofEndpointGroupOptions.getHealthCheckInterval()EndpointGroupProps.Builder.healthCheckInterval(Duration healthCheckInterval) Sets the value ofEndpointGroupOptions.getHealthCheckInterval() -
Uses of Duration in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return DurationModifier and TypeMethodDescriptiondefault DurationJobProps.getNotifyDelayAfter()(experimental) The number of minutes to wait after a job run starts, before sending a job run delay notification.final DurationJobProps.Jsii$Proxy.getNotifyDelayAfter()default DurationJobProps.getTimeout()(experimental) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.final DurationJobProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.glue with parameters of type DurationModifier and TypeMethodDescriptionJob.Builder.notifyDelayAfter(Duration notifyDelayAfter) (experimental) The number of minutes to wait after a job run starts, before sending a job run delay notification.JobProps.Builder.notifyDelayAfter(Duration notifyDelayAfter) Sets the value ofJobProps.getNotifyDelayAfter()(experimental) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.Sets the value ofJobProps.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.iam
Methods in software.amazon.awscdk.services.iam that return DurationModifier and TypeMethodDescriptionfinal DurationLazyRoleProps.Jsii$Proxy.getMaxSessionDuration()default DurationRoleProps.getMaxSessionDuration()The maximum session duration that you want to set for the specified role.final DurationRoleProps.Jsii$Proxy.getMaxSessionDuration()Methods in software.amazon.awscdk.services.iam with parameters of type DurationModifier and TypeMethodDescriptionLazyRole.Builder.maxSessionDuration(Duration maxSessionDuration) The maximum session duration that you want to set for the specified role.LazyRoleProps.Builder.maxSessionDuration(Duration maxSessionDuration) Sets the value ofRoleProps.getMaxSessionDuration()Role.Builder.maxSessionDuration(Duration maxSessionDuration) The maximum session duration that you want to set for the specified role.RoleProps.Builder.maxSessionDuration(Duration maxSessionDuration) Sets the value ofRoleProps.getMaxSessionDuration() -
Uses of Duration in software.amazon.awscdk.services.kinesis
Methods in software.amazon.awscdk.services.kinesis that return DurationModifier and TypeMethodDescriptiondefault DurationStreamProps.getRetentionPeriod()The number of hours for the data records that are stored in shards to remain accessible.final DurationStreamProps.Jsii$Proxy.getRetentionPeriod()Methods in software.amazon.awscdk.services.kinesis with parameters of type DurationModifier and TypeMethodDescriptionStream.Builder.retentionPeriod(Duration retentionPeriod) The number of hours for the data records that are stored in shards to remain accessible.StreamProps.Builder.retentionPeriod(Duration retentionPeriod) Sets the value ofStreamProps.getRetentionPeriod() -
Uses of Duration in software.amazon.awscdk.services.kinesis.analytics.flink
Methods in software.amazon.awscdk.services.kinesis.analytics.flink that return DurationModifier and TypeMethodDescriptiondefault DurationApplicationProps.getCheckpointInterval()(experimental) The interval between checkpoints.final DurationApplicationProps.Jsii$Proxy.getCheckpointInterval()default DurationApplicationProps.getMinPauseBetweenCheckpoints()(experimental) The minimum amount of time in to wait after a checkpoint finishes to start a new checkpoint.final DurationApplicationProps.Jsii$Proxy.getMinPauseBetweenCheckpoints()Methods in software.amazon.awscdk.services.kinesis.analytics.flink with parameters of type DurationModifier and TypeMethodDescriptionApplication.Builder.checkpointInterval(Duration checkpointInterval) (experimental) The interval between checkpoints.ApplicationProps.Builder.checkpointInterval(Duration checkpointInterval) Sets the value ofApplicationProps.getCheckpointInterval()Application.Builder.minPauseBetweenCheckpoints(Duration minPauseBetweenCheckpoints) (experimental) The minimum amount of time in to wait after a checkpoint finishes to start a new checkpoint.ApplicationProps.Builder.minPauseBetweenCheckpoints(Duration minPauseBetweenCheckpoints) Sets the value ofApplicationProps.getMinPauseBetweenCheckpoints() -
Uses of Duration in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return DurationModifier and TypeMethodDescriptiondefault DurationDataProcessorProps.getBufferInterval()(experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.final DurationDataProcessorProps.Jsii$Proxy.getBufferInterval()Methods in software.amazon.awscdk.services.kinesisfirehose with parameters of type DurationModifier and TypeMethodDescriptionDataProcessorProps.Builder.bufferInterval(Duration bufferInterval) Sets the value ofDataProcessorProps.getBufferInterval()LambdaFunctionProcessor.Builder.bufferInterval(Duration bufferInterval) (experimental) The length of time Kinesis Data Firehose will buffer incoming data before calling the processor. -
Uses of Duration in software.amazon.awscdk.services.kinesisfirehose.destinations
Methods in software.amazon.awscdk.services.kinesisfirehose.destinations that return DurationModifier and TypeMethodDescriptiondefault DurationCommonDestinationS3Props.getBufferingInterval()(experimental) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.final DurationCommonDestinationS3Props.Jsii$Proxy.getBufferingInterval()final DurationDestinationS3BackupProps.Jsii$Proxy.getBufferingInterval()final DurationS3BucketProps.Jsii$Proxy.getBufferingInterval()Methods in software.amazon.awscdk.services.kinesisfirehose.destinations with parameters of type DurationModifier and TypeMethodDescriptionCommonDestinationS3Props.Builder.bufferingInterval(Duration bufferingInterval) Sets the value ofCommonDestinationS3Props.getBufferingInterval()DestinationS3BackupProps.Builder.bufferingInterval(Duration bufferingInterval) Sets the value ofCommonDestinationS3Props.getBufferingInterval()S3Bucket.Builder.bufferingInterval(Duration bufferingInterval) (experimental) The length of time that Firehose buffers incoming data before delivering it to the S3 bucket.S3BucketProps.Builder.bufferingInterval(Duration bufferingInterval) Sets the value ofCommonDestinationS3Props.getBufferingInterval() -
Uses of Duration in software.amazon.awscdk.services.kms
Methods in software.amazon.awscdk.services.kms that return DurationModifier and TypeMethodDescriptiondefault DurationKeyProps.getPendingWindow()Specifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.final DurationKeyProps.Jsii$Proxy.getPendingWindow()Methods in software.amazon.awscdk.services.kms with parameters of type DurationModifier and TypeMethodDescriptionKey.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.KeyProps.Builder.pendingWindow(Duration pendingWindow) Sets the value ofKeyProps.getPendingWindow() -
Uses of Duration in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return DurationModifier and TypeMethodDescriptionfinal DurationLogRetentionRetryOptions.Jsii$Proxy.getBase()default DurationFunctionUrlCorsOptions.getMaxAge()The time in seconds that your browser is to cache the preflight response for the specified resource.final DurationFunctionUrlCorsOptions.Jsii$Proxy.getMaxAge()default DurationEventSourceMappingOptions.getMaxBatchingWindow()The maximum amount of time to gather records before invoking the function.final DurationEventSourceMappingOptions.Jsii$Proxy.getMaxBatchingWindow()final DurationEventSourceMappingProps.Jsii$Proxy.getMaxBatchingWindow()final DurationAliasOptions.Jsii$Proxy.getMaxEventAge()final DurationAliasProps.Jsii$Proxy.getMaxEventAge()final DurationDockerImageFunctionProps.Jsii$Proxy.getMaxEventAge()default DurationEventInvokeConfigOptions.getMaxEventAge()The maximum age of a request that Lambda sends to a function for processing.final DurationEventInvokeConfigOptions.Jsii$Proxy.getMaxEventAge()final DurationEventInvokeConfigProps.Jsii$Proxy.getMaxEventAge()final DurationFunctionOptions.Jsii$Proxy.getMaxEventAge()final DurationFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationSingletonFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationVersionOptions.Jsii$Proxy.getMaxEventAge()final DurationVersionProps.Jsii$Proxy.getMaxEventAge()default DurationEventSourceMappingOptions.getMaxRecordAge()The maximum age of a record that Lambda sends to a function for processing.final DurationEventSourceMappingOptions.Jsii$Proxy.getMaxRecordAge()final DurationEventSourceMappingProps.Jsii$Proxy.getMaxRecordAge()final DurationUtilizationScalingOptions.Jsii$Proxy.getScaleInCooldown()final DurationUtilizationScalingOptions.Jsii$Proxy.getScaleOutCooldown()final DurationDockerImageFunctionProps.Jsii$Proxy.getTimeout()Function.getTimeout()The timeout configured for this lambda.default DurationFunctionOptions.getTimeout()The function execution time (in seconds) after which Lambda terminates the function.final DurationFunctionOptions.Jsii$Proxy.getTimeout()final DurationFunctionProps.Jsii$Proxy.getTimeout()final DurationSingletonFunctionProps.Jsii$Proxy.getTimeout()default DurationEventSourceMappingOptions.getTumblingWindow()The size of the tumbling windows to group records sent to DynamoDB or Kinesis.final DurationEventSourceMappingOptions.Jsii$Proxy.getTumblingWindow()final DurationEventSourceMappingProps.Jsii$Proxy.getTumblingWindow()Methods in software.amazon.awscdk.services.lambda with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofLogRetentionRetryOptions.getBase()Sets the value ofFunctionUrlCorsOptions.getMaxAge()EventSourceMapping.Builder.maxBatchingWindow(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.EventSourceMappingOptions.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofEventSourceMappingOptions.getMaxBatchingWindow()EventSourceMappingProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofEventSourceMappingOptions.getMaxBatchingWindow()Alias.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.AliasOptions.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()AliasProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()DockerImageFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.DockerImageFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()EventInvokeConfig.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.EventInvokeConfigOptions.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()EventInvokeConfigProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()Function.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.FunctionOptions.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()FunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()SingletonFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.SingletonFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()Version.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.VersionOptions.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()VersionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()EventSourceMapping.Builder.maxRecordAge(Duration maxRecordAge) The maximum age of a record that Lambda sends to a function for processing.EventSourceMappingOptions.Builder.maxRecordAge(Duration maxRecordAge) Sets the value ofEventSourceMappingOptions.getMaxRecordAge()EventSourceMappingProps.Builder.maxRecordAge(Duration maxRecordAge) Sets the value ofEventSourceMappingOptions.getMaxRecordAge()UtilizationScalingOptions.Builder.scaleInCooldown(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()UtilizationScalingOptions.Builder.scaleOutCooldown(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout()Sets the value ofFunctionOptions.getTimeout()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout()EventSourceMapping.Builder.tumblingWindow(Duration tumblingWindow) The size of the tumbling windows to group records sent to DynamoDB or Kinesis.EventSourceMappingOptions.Builder.tumblingWindow(Duration tumblingWindow) Sets the value ofEventSourceMappingOptions.getTumblingWindow()EventSourceMappingProps.Builder.tumblingWindow(Duration tumblingWindow) Sets the value ofEventSourceMappingOptions.getTumblingWindow() -
Uses of Duration in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return DurationModifier and TypeMethodDescriptiondefault DurationBaseStreamEventSourceProps.getMaxBatchingWindow()The maximum amount of time to gather records before invoking the function.final DurationBaseStreamEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()final DurationDynamoEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()final DurationKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()final DurationKinesisEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()final DurationManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()final DurationSelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()default DurationSqsEventSourceProps.getMaxBatchingWindow()The maximum amount of time to gather records before invoking the function.final DurationSqsEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()final DurationStreamEventSourceProps.Jsii$Proxy.getMaxBatchingWindow()final DurationDynamoEventSourceProps.Jsii$Proxy.getMaxRecordAge()final DurationKinesisEventSourceProps.Jsii$Proxy.getMaxRecordAge()default DurationStreamEventSourceProps.getMaxRecordAge()The maximum age of a record that Lambda sends to a function for processing.final DurationStreamEventSourceProps.Jsii$Proxy.getMaxRecordAge()final DurationDynamoEventSourceProps.Jsii$Proxy.getTumblingWindow()final DurationKinesisEventSourceProps.Jsii$Proxy.getTumblingWindow()default DurationStreamEventSourceProps.getTumblingWindow()The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.final DurationStreamEventSourceProps.Jsii$Proxy.getTumblingWindow()Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type DurationModifier and TypeMethodDescriptionBaseStreamEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()DynamoEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.DynamoEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()KafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()KinesisEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.KinesisEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()ManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.ManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()SelfManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.SelfManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()SqsEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.SqsEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofSqsEventSourceProps.getMaxBatchingWindow()StreamEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow) Sets the value ofBaseStreamEventSourceProps.getMaxBatchingWindow()DynamoEventSource.Builder.maxRecordAge(Duration maxRecordAge) The maximum age of a record that Lambda sends to a function for processing.DynamoEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge) Sets the value ofStreamEventSourceProps.getMaxRecordAge()KinesisEventSource.Builder.maxRecordAge(Duration maxRecordAge) The maximum age of a record that Lambda sends to a function for processing.KinesisEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge) Sets the value ofStreamEventSourceProps.getMaxRecordAge()StreamEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge) Sets the value ofStreamEventSourceProps.getMaxRecordAge()DynamoEventSource.Builder.tumblingWindow(Duration tumblingWindow) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.DynamoEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow) Sets the value ofStreamEventSourceProps.getTumblingWindow()KinesisEventSource.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.tumblingWindow(Duration tumblingWindow) Sets the value ofStreamEventSourceProps.getTumblingWindow()StreamEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow) Sets the value ofStreamEventSourceProps.getTumblingWindow() -
Uses of Duration in software.amazon.awscdk.services.lambda.go
Methods in software.amazon.awscdk.services.lambda.go that return DurationModifier and TypeMethodDescriptionfinal DurationGoFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationGoFunctionProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.lambda.go with parameters of type DurationModifier and TypeMethodDescriptionGoFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.GoFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return DurationModifier and TypeMethodDescriptionfinal DurationNodejsFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationNodejsFunctionProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type DurationModifier and TypeMethodDescriptionNodejsFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.NodejsFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.lambda.python
Methods in software.amazon.awscdk.services.lambda.python that return DurationModifier and TypeMethodDescriptionfinal DurationPythonFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationPythonFunctionProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.lambda.python with parameters of type DurationModifier and TypeMethodDescriptionPythonFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.PythonFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return DurationModifier and TypeMethodDescriptiondefault DurationLogRetentionRetryOptions.getBase()The base duration to use in the exponential backoff for operation retries.final DurationLogRetentionRetryOptions.Jsii$Proxy.getBase()Methods in software.amazon.awscdk.services.logs with parameters of type Duration -
Uses of Duration in software.amazon.awscdk.services.neptune
Methods in software.amazon.awscdk.services.neptune that return DurationModifier and TypeMethodDescriptiondefault DurationDatabaseClusterProps.getBackupRetention()(experimental) How many days to retain the backup.final DurationDatabaseClusterProps.Jsii$Proxy.getBackupRetention()Methods in software.amazon.awscdk.services.neptune with parameters of type DurationModifier and TypeMethodDescriptionDatabaseCluster.Builder.backupRetention(Duration backupRetention) (experimental) How many days to retain the backup.DatabaseClusterProps.Builder.backupRetention(Duration backupRetention) Sets the value ofDatabaseClusterProps.getBackupRetention() -
Uses of Duration in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DurationModifier and TypeMethodDescriptiondefault DurationCommonRotationUserOptions.getAutomaticallyAfter()Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.final DurationCommonRotationUserOptions.Jsii$Proxy.getAutomaticallyAfter()final DurationRotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter()final DurationRotationSingleUserOptions.Jsii$Proxy.getAutomaticallyAfter()default DurationServerlessScalingOptions.getAutoPause()The time before an Aurora Serverless database cluster is paused.final DurationServerlessScalingOptions.Jsii$Proxy.getAutoPause()default DurationDatabaseClusterFromSnapshotProps.getBacktrackWindow()The number of seconds to set a cluster's target backtrack window to.final DurationDatabaseClusterFromSnapshotProps.Jsii$Proxy.getBacktrackWindow()default DurationDatabaseClusterProps.getBacktrackWindow()The number of seconds to set a cluster's target backtrack window to.final DurationDatabaseClusterProps.Jsii$Proxy.getBacktrackWindow()final DurationDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getBackupRetention()default DurationDatabaseInstanceNewProps.getBackupRetention()The number of days during which automatic DB snapshots are retained.final DurationDatabaseInstanceNewProps.Jsii$Proxy.getBackupRetention()final DurationDatabaseInstanceProps.Jsii$Proxy.getBackupRetention()final DurationDatabaseInstanceReadReplicaProps.Jsii$Proxy.getBackupRetention()final DurationDatabaseInstanceSourceProps.Jsii$Proxy.getBackupRetention()default DurationServerlessClusterFromSnapshotProps.getBackupRetention()The number of days during which automatic DB snapshots are retained.final DurationServerlessClusterFromSnapshotProps.Jsii$Proxy.getBackupRetention()default DurationServerlessClusterProps.getBackupRetention()The number of days during which automatic DB snapshots are retained.final DurationServerlessClusterProps.Jsii$Proxy.getBackupRetention()default DurationDatabaseProxyOptions.getBorrowTimeout()The duration for a proxy to wait for a connection to become available in the connection pool.final DurationDatabaseProxyOptions.Jsii$Proxy.getBorrowTimeout()final DurationDatabaseProxyProps.Jsii$Proxy.getBorrowTimeout()default DurationDatabaseProxyOptions.getIdleClientTimeout()The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.final DurationDatabaseProxyOptions.Jsii$Proxy.getIdleClientTimeout()final DurationDatabaseProxyProps.Jsii$Proxy.getIdleClientTimeout()default DurationDatabaseClusterFromSnapshotProps.getMonitoringInterval()The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.final DurationDatabaseClusterFromSnapshotProps.Jsii$Proxy.getMonitoringInterval()default DurationDatabaseClusterProps.getMonitoringInterval()The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.final DurationDatabaseClusterProps.Jsii$Proxy.getMonitoringInterval()final DurationDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getMonitoringInterval()default DurationDatabaseInstanceNewProps.getMonitoringInterval()The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.final DurationDatabaseInstanceNewProps.Jsii$Proxy.getMonitoringInterval()final DurationDatabaseInstanceProps.Jsii$Proxy.getMonitoringInterval()final DurationDatabaseInstanceReadReplicaProps.Jsii$Proxy.getMonitoringInterval()final DurationDatabaseInstanceSourceProps.Jsii$Proxy.getMonitoringInterval()BackupProps.getRetention()How many days to retain the backup.final DurationBackupProps.Jsii$Proxy.getRetention()Methods in software.amazon.awscdk.services.rds with parameters of type DurationModifier and TypeMethodDescriptionCommonRotationUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofCommonRotationUserOptions.getAutomaticallyAfter()RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofCommonRotationUserOptions.getAutomaticallyAfter()RotationSingleUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofCommonRotationUserOptions.getAutomaticallyAfter()Sets the value ofServerlessScalingOptions.getAutoPause()DatabaseCluster.Builder.backtrackWindow(Duration backtrackWindow) The number of seconds to set a cluster's target backtrack window to.DatabaseClusterFromSnapshot.Builder.backtrackWindow(Duration backtrackWindow) The number of seconds to set a cluster's target backtrack window to.DatabaseClusterFromSnapshotProps.Builder.backtrackWindow(Duration backtrackWindow) Sets the value ofDatabaseClusterFromSnapshotProps.getBacktrackWindow()DatabaseClusterProps.Builder.backtrackWindow(Duration backtrackWindow) Sets the value ofDatabaseClusterProps.getBacktrackWindow()DatabaseInstance.Builder.backupRetention(Duration backupRetention) The number of days during which automatic DB snapshots are retained.DatabaseInstanceFromSnapshot.Builder.backupRetention(Duration backupRetention) The number of days during which automatic DB snapshots are retained.DatabaseInstanceFromSnapshotProps.Builder.backupRetention(Duration backupRetention) Sets the value ofDatabaseInstanceNewProps.getBackupRetention()DatabaseInstanceNewProps.Builder.backupRetention(Duration backupRetention) Sets the value ofDatabaseInstanceNewProps.getBackupRetention()DatabaseInstanceProps.Builder.backupRetention(Duration backupRetention) Sets the value ofDatabaseInstanceNewProps.getBackupRetention()DatabaseInstanceReadReplica.Builder.backupRetention(Duration backupRetention) The number of days during which automatic DB snapshots are retained.DatabaseInstanceReadReplicaProps.Builder.backupRetention(Duration backupRetention) Sets the value ofDatabaseInstanceNewProps.getBackupRetention()DatabaseInstanceSourceProps.Builder.backupRetention(Duration backupRetention) Sets the value ofDatabaseInstanceNewProps.getBackupRetention()ServerlessCluster.Builder.backupRetention(Duration backupRetention) The number of days during which automatic DB snapshots are retained.ServerlessClusterFromSnapshot.Builder.backupRetention(Duration backupRetention) The number of days during which automatic DB snapshots are retained.ServerlessClusterFromSnapshotProps.Builder.backupRetention(Duration backupRetention) Sets the value ofServerlessClusterFromSnapshotProps.getBackupRetention()ServerlessClusterProps.Builder.backupRetention(Duration backupRetention) Sets the value ofServerlessClusterProps.getBackupRetention()DatabaseProxy.Builder.borrowTimeout(Duration borrowTimeout) The duration for a proxy to wait for a connection to become available in the connection pool.DatabaseProxyOptions.Builder.borrowTimeout(Duration borrowTimeout) Sets the value ofDatabaseProxyOptions.getBorrowTimeout()DatabaseProxyProps.Builder.borrowTimeout(Duration borrowTimeout) Sets the value ofDatabaseProxyOptions.getBorrowTimeout()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.idleClientTimeout(Duration idleClientTimeout) Sets the value ofDatabaseProxyOptions.getIdleClientTimeout()DatabaseProxyProps.Builder.idleClientTimeout(Duration idleClientTimeout) Sets the value ofDatabaseProxyOptions.getIdleClientTimeout()DatabaseCluster.Builder.monitoringInterval(Duration monitoringInterval) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.DatabaseClusterFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.DatabaseClusterFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseClusterFromSnapshotProps.getMonitoringInterval()DatabaseClusterProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseClusterProps.getMonitoringInterval()DatabaseInstance.Builder.monitoringInterval(Duration monitoringInterval) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.DatabaseInstanceFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.DatabaseInstanceFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseInstanceNewProps.getMonitoringInterval()DatabaseInstanceNewProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseInstanceNewProps.getMonitoringInterval()DatabaseInstanceProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseInstanceNewProps.getMonitoringInterval()DatabaseInstanceReadReplica.Builder.monitoringInterval(Duration monitoringInterval) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.DatabaseInstanceReadReplicaProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseInstanceNewProps.getMonitoringInterval()DatabaseInstanceSourceProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseInstanceNewProps.getMonitoringInterval()Sets the value ofBackupProps.getRetention() -
Uses of Duration in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift that return DurationModifier and TypeMethodDescriptiondefault DurationRotationMultiUserOptions.getAutomaticallyAfter()(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.final DurationRotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter()Methods in software.amazon.awscdk.services.redshift with parameters of type DurationModifier and TypeMethodDescriptionCluster.addRotationSingleUser(Duration automaticallyAfter) (experimental) Adds the single user rotation of the master password to this cluster.RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofRotationMultiUserOptions.getAutomaticallyAfter() -
Uses of Duration in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return DurationModifier and TypeMethodDescriptionfinal DurationAaaaRecordProps.Jsii$Proxy.getTtl()final DurationARecordProps.Jsii$Proxy.getTtl()final DurationCaaAmazonRecordProps.Jsii$Proxy.getTtl()final DurationCaaRecordProps.Jsii$Proxy.getTtl()final DurationCnameRecordProps.Jsii$Proxy.getTtl()default DurationCrossAccountZoneDelegationRecordProps.getTtl()The resource record cache time to live (TTL).final DurationCrossAccountZoneDelegationRecordProps.Jsii$Proxy.getTtl()final DurationDsRecordProps.Jsii$Proxy.getTtl()final DurationMxRecordProps.Jsii$Proxy.getTtl()final DurationNsRecordProps.Jsii$Proxy.getTtl()default DurationRecordSetOptions.getTtl()The resource record cache time to live (TTL).final DurationRecordSetOptions.Jsii$Proxy.getTtl()final DurationRecordSetProps.Jsii$Proxy.getTtl()final DurationSrvRecordProps.Jsii$Proxy.getTtl()final DurationTxtRecordProps.Jsii$Proxy.getTtl()default DurationZoneDelegationOptions.getTtl()The TTL (Time To Live) of the DNS delegation record in DNS caches.final DurationZoneDelegationOptions.Jsii$Proxy.getTtl()final DurationZoneDelegationRecordProps.Jsii$Proxy.getTtl()Methods in software.amazon.awscdk.services.route53 with parameters of type DurationModifier and TypeMethodDescriptionThe resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofCrossAccountZoneDelegationRecordProps.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl()Sets the value ofZoneDelegationOptions.getTtl()The resource record cache time to live (TTL).Sets the value ofRecordSetOptions.getTtl() -
Uses of Duration in software.amazon.awscdk.services.route53resolver
Methods in software.amazon.awscdk.services.route53resolver that return DurationModifier and TypeMethodDescriptionabstract DurationDnsBlockResponse.getBlockOverrideTtl()(experimental) The recommended amount of time for the DNS resolver or web browser to cache the provided override record.Methods in software.amazon.awscdk.services.route53resolver with parameters of type DurationModifier and TypeMethodDescriptionstatic DnsBlockResponse(experimental) Provides a custom override response to the query. -
Uses of Duration in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return DurationModifier and TypeMethodDescriptiondefault DurationLifecycleRule.getAbortIncompleteMultipartUploadAfter()Specifies a lifecycle rule that aborts incomplete multipart uploads to an Amazon S3 bucket.final DurationLifecycleRule.Jsii$Proxy.getAbortIncompleteMultipartUploadAfter()default DurationIntelligentTieringConfiguration.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.final DurationIntelligentTieringConfiguration.Jsii$Proxy.getArchiveAccessTierTime()default DurationIntelligentTieringConfiguration.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.final DurationIntelligentTieringConfiguration.Jsii$Proxy.getDeepArchiveAccessTierTime()default DurationLifecycleRule.getExpiration()Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon Glacier.final DurationLifecycleRule.Jsii$Proxy.getExpiration()default DurationLifecycleRule.getNoncurrentVersionExpiration()Time between when a new version of the object is uploaded to the bucket and when old versions of the object expire.final DurationLifecycleRule.Jsii$Proxy.getNoncurrentVersionExpiration()NoncurrentVersionTransition.getTransitionAfter()Indicates the number of days after creation when objects are transitioned to the specified storage class.final DurationNoncurrentVersionTransition.Jsii$Proxy.getTransitionAfter()default DurationTransition.getTransitionAfter()Indicates the number of days after creation when objects are transitioned to the specified storage class.final DurationTransition.Jsii$Proxy.getTransitionAfter()Methods in software.amazon.awscdk.services.s3 with parameters of type DurationModifier and TypeMethodDescriptionLifecycleRule.Builder.abortIncompleteMultipartUploadAfter(Duration abortIncompleteMultipartUploadAfter) Sets the value ofLifecycleRule.getAbortIncompleteMultipartUploadAfter()IntelligentTieringConfiguration.Builder.archiveAccessTierTime(Duration archiveAccessTierTime) Sets the value ofIntelligentTieringConfiguration.getArchiveAccessTierTime()IntelligentTieringConfiguration.Builder.deepArchiveAccessTierTime(Duration deepArchiveAccessTierTime) Sets the value ofIntelligentTieringConfiguration.getDeepArchiveAccessTierTime()LifecycleRule.Builder.expiration(Duration expiration) Sets the value ofLifecycleRule.getExpiration()LifecycleRule.Builder.noncurrentVersionExpiration(Duration noncurrentVersionExpiration) Sets the value ofLifecycleRule.getNoncurrentVersionExpiration()NoncurrentVersionTransition.Builder.transitionAfter(Duration transitionAfter) Sets the value ofNoncurrentVersionTransition.getTransitionAfter()Transition.Builder.transitionAfter(Duration transitionAfter) Sets the value ofTransition.getTransitionAfter() -
Uses of Duration in software.amazon.awscdk.services.s3.deployment
Methods in software.amazon.awscdk.services.s3.deployment with parameters of type DurationModifier and TypeMethodDescriptionstatic ExpiresDeprecated.static CacheControlSets 'max-age=<duration-in-seconds>'.static CacheControlSets 's-maxage=<duration-in-seconds>'. -
Uses of Duration in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager that return DurationModifier and TypeMethodDescriptiondefault DurationRotationScheduleOptions.getAutomaticallyAfter()Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.final DurationRotationScheduleOptions.Jsii$Proxy.getAutomaticallyAfter()final DurationRotationScheduleProps.Jsii$Proxy.getAutomaticallyAfter()default DurationSecretRotationProps.getAutomaticallyAfter()Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.final DurationSecretRotationProps.Jsii$Proxy.getAutomaticallyAfter()Methods in software.amazon.awscdk.services.secretsmanager with parameters of type DurationModifier and TypeMethodDescriptionRotationSchedule.Builder.automaticallyAfter(Duration automaticallyAfter) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.RotationScheduleOptions.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofRotationScheduleOptions.getAutomaticallyAfter()RotationScheduleProps.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofRotationScheduleOptions.getAutomaticallyAfter()SecretRotation.Builder.automaticallyAfter(Duration automaticallyAfter) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.SecretRotationProps.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofSecretRotationProps.getAutomaticallyAfter() -
Uses of Duration in software.amazon.awscdk.services.servicediscovery
Methods in software.amazon.awscdk.services.servicediscovery that return DurationModifier and TypeMethodDescriptiondefault DurationDnsServiceProps.getDnsTtl()The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.final DurationDnsServiceProps.Jsii$Proxy.getDnsTtl()final DurationServiceProps.Jsii$Proxy.getDnsTtl()Methods in software.amazon.awscdk.services.servicediscovery with parameters of type DurationModifier and TypeMethodDescriptionSets the value ofDnsServiceProps.getDnsTtl()The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.Sets the value ofDnsServiceProps.getDnsTtl() -
Uses of Duration in software.amazon.awscdk.services.signer
Methods in software.amazon.awscdk.services.signer that return DurationModifier and TypeMethodDescriptiondefault DurationSigningProfileProps.getSignatureValidity()The validity period for signatures generated using this signing profile.final DurationSigningProfileProps.Jsii$Proxy.getSignatureValidity()Methods in software.amazon.awscdk.services.signer with parameters of type DurationModifier and TypeMethodDescriptionSigningProfile.Builder.signatureValidity(Duration signatureValidity) The validity period for signatures generated using this signing profile.SigningProfileProps.Builder.signatureValidity(Duration signatureValidity) Sets the value ofSigningProfileProps.getSignatureValidity() -
Uses of Duration in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return DurationModifier and TypeMethodDescriptiondefault DurationQueueProps.getDataKeyReuse()The length of time that Amazon SQS reuses a data key before calling KMS again.final DurationQueueProps.Jsii$Proxy.getDataKeyReuse()default DurationQueueProps.getDeliveryDelay()The time in seconds that the delivery of all messages in the queue is delayed.final DurationQueueProps.Jsii$Proxy.getDeliveryDelay()default DurationQueueProps.getReceiveMessageWaitTime()Default wait time for ReceiveMessage calls.final DurationQueueProps.Jsii$Proxy.getReceiveMessageWaitTime()default DurationQueueProps.getRetentionPeriod()The number of seconds that Amazon SQS retains a message.final DurationQueueProps.Jsii$Proxy.getRetentionPeriod()default DurationQueueProps.getVisibilityTimeout()Timeout of processing a single message.final DurationQueueProps.Jsii$Proxy.getVisibilityTimeout()Methods in software.amazon.awscdk.services.sqs with parameters of type DurationModifier and TypeMethodDescriptionQueue.Builder.dataKeyReuse(Duration dataKeyReuse) The length of time that Amazon SQS reuses a data key before calling KMS again.QueueProps.Builder.dataKeyReuse(Duration dataKeyReuse) Sets the value ofQueueProps.getDataKeyReuse()Queue.Builder.deliveryDelay(Duration deliveryDelay) The time in seconds that the delivery of all messages in the queue is delayed.QueueProps.Builder.deliveryDelay(Duration deliveryDelay) Sets the value ofQueueProps.getDeliveryDelay()Queue.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime) Default wait time for ReceiveMessage calls.QueueProps.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime) Sets the value ofQueueProps.getReceiveMessageWaitTime()Queue.Builder.retentionPeriod(Duration retentionPeriod) The number of seconds that Amazon SQS retains a message.QueueProps.Builder.retentionPeriod(Duration retentionPeriod) Sets the value ofQueueProps.getRetentionPeriod()Queue.Builder.visibilityTimeout(Duration visibilityTimeout) Timeout of processing a single message.QueueProps.Builder.visibilityTimeout(Duration visibilityTimeout) Sets the value ofQueueProps.getVisibilityTimeout() -
Uses of Duration in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return DurationModifier and TypeMethodDescriptiondefault DurationStepFunctionsTaskConfig.getHeartbeat()Deprecated.final DurationStepFunctionsTaskConfig.Jsii$Proxy.getHeartbeat()Deprecated.default DurationTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.final DurationTaskStateBaseProps.Jsii$Proxy.getHeartbeat()default DurationRetryProps.getInterval()How many seconds to wait initially before retrying.final DurationRetryProps.Jsii$Proxy.getInterval()StateGraph.getTimeout()Set a timeout to render into the graph JSON.default DurationStateMachineProps.getTimeout()Maximum run time for this state machine.final DurationStateMachineProps.Jsii$Proxy.getTimeout()default DurationTaskProps.getTimeout()Deprecated.final DurationTaskProps.Jsii$Proxy.getTimeout()Deprecated.default DurationTaskStateBaseProps.getTimeout()Timeout for the state machine.final DurationTaskStateBaseProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.stepfunctions with parameters of type DurationModifier and TypeMethodDescriptionstatic WaitTimeWait a fixed amount of time.Deprecated.Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofRetryProps.getInterval()voidStateGraph.setTimeout(Duration value) Set a timeout to render into the graph JSON.Maximum run time for this state machine.Sets the value ofStateMachineProps.getTimeout()Deprecated.Deprecated.Sets the value ofTaskStateBaseProps.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DurationModifier and TypeMethodDescriptiondefault DurationEmrModifyInstanceGroupByName.ShrinkPolicyProperty.getDecommissionTimeout()The desired timeout for decommissioning an instance.final DurationEmrModifyInstanceGroupByName.ShrinkPolicyProperty.Jsii$Proxy.getDecommissionTimeout()default DurationSendToQueueProps.getDelay()Deprecated.final DurationSendToQueueProps.Jsii$Proxy.getDelay()Deprecated.default DurationSqsSendMessageProps.getDelay()The length of time, for which to delay a message.final DurationSqsSendMessageProps.Jsii$Proxy.getDelay()final DurationAthenaGetQueryExecutionProps.Jsii$Proxy.getHeartbeat()final DurationAthenaGetQueryResultsProps.Jsii$Proxy.getHeartbeat()final DurationAthenaStartQueryExecutionProps.Jsii$Proxy.getHeartbeat()final DurationAthenaStopQueryExecutionProps.Jsii$Proxy.getHeartbeat()final DurationBatchSubmitJobProps.Jsii$Proxy.getHeartbeat()final DurationCallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeartbeat()final DurationCallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeartbeat()final DurationCallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeartbeat()final DurationCallAwsServiceProps.Jsii$Proxy.getHeartbeat()final DurationCodeBuildStartBuildProps.Jsii$Proxy.getHeartbeat()final DurationDynamoDeleteItemProps.Jsii$Proxy.getHeartbeat()final DurationDynamoGetItemProps.Jsii$Proxy.getHeartbeat()final DurationDynamoPutItemProps.Jsii$Proxy.getHeartbeat()final DurationDynamoUpdateItemProps.Jsii$Proxy.getHeartbeat()final DurationEcsRunTaskProps.Jsii$Proxy.getHeartbeat()final DurationEksCallProps.Jsii$Proxy.getHeartbeat()final DurationEmrAddStepProps.Jsii$Proxy.getHeartbeat()final DurationEmrCancelStepProps.Jsii$Proxy.getHeartbeat()final DurationEmrContainersCreateVirtualClusterProps.Jsii$Proxy.getHeartbeat()final DurationEmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getHeartbeat()final DurationEmrContainersStartJobRunProps.Jsii$Proxy.getHeartbeat()final DurationEmrCreateClusterProps.Jsii$Proxy.getHeartbeat()final DurationEmrModifyInstanceFleetByNameProps.Jsii$Proxy.getHeartbeat()final DurationEmrModifyInstanceGroupByNameProps.Jsii$Proxy.getHeartbeat()final DurationEmrSetClusterTerminationProtectionProps.Jsii$Proxy.getHeartbeat()final DurationEmrTerminateClusterProps.Jsii$Proxy.getHeartbeat()final DurationEvaluateExpressionProps.Jsii$Proxy.getHeartbeat()final DurationEventBridgePutEventsProps.Jsii$Proxy.getHeartbeat()final DurationGlueDataBrewStartJobRunProps.Jsii$Proxy.getHeartbeat()final DurationGlueStartJobRunProps.Jsii$Proxy.getHeartbeat()default DurationInvokeActivityProps.getHeartbeat()Deprecated.final DurationInvokeActivityProps.Jsii$Proxy.getHeartbeat()Deprecated.final DurationLambdaInvokeProps.Jsii$Proxy.getHeartbeat()final DurationSageMakerCreateEndpointConfigProps.Jsii$Proxy.getHeartbeat()final DurationSageMakerCreateEndpointProps.Jsii$Proxy.getHeartbeat()final DurationSageMakerCreateModelProps.Jsii$Proxy.getHeartbeat()final DurationSageMakerCreateTrainingJobProps.Jsii$Proxy.getHeartbeat()final DurationSageMakerCreateTransformJobProps.Jsii$Proxy.getHeartbeat()final DurationSageMakerUpdateEndpointProps.Jsii$Proxy.getHeartbeat()final DurationSnsPublishProps.Jsii$Proxy.getHeartbeat()final DurationSqsSendMessageProps.Jsii$Proxy.getHeartbeat()final DurationStepFunctionsInvokeActivityProps.Jsii$Proxy.getHeartbeat()final DurationStepFunctionsStartExecutionProps.Jsii$Proxy.getHeartbeat()default DurationEmrModifyInstanceGroupByName.InstanceResizePolicyProperty.getInstanceTerminationTimeout()Decommissioning timeout override for the specific list of instances to be terminated.final DurationEmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Jsii$Proxy.getInstanceTerminationTimeout()default DurationModelClientOptions.getInvocationsTimeout()The timeout duration for an invocation request.final DurationModelClientOptions.Jsii$Proxy.getInvocationsTimeout()default DurationStoppingCondition.getMaxRuntime()The maximum length of time, in seconds, that the training or compilation job can run.final DurationStoppingCondition.Jsii$Proxy.getMaxRuntime()default DurationGlueStartJobRunProps.getNotifyDelayAfter()After a job run starts, the number of minutes to wait before sending a job run delay notification.final DurationGlueStartJobRunProps.Jsii$Proxy.getNotifyDelayAfter()default DurationRunGlueJobTaskProps.getNotifyDelayAfter()Deprecated.final DurationRunGlueJobTaskProps.Jsii$Proxy.getNotifyDelayAfter()Deprecated.EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod()The period, in seconds, over which the statistic is applied.final DurationEmrCreateCluster.CloudWatchAlarmDefinitionProperty.Jsii$Proxy.getPeriod()final DurationAthenaGetQueryExecutionProps.Jsii$Proxy.getTimeout()final DurationAthenaGetQueryResultsProps.Jsii$Proxy.getTimeout()final DurationAthenaStartQueryExecutionProps.Jsii$Proxy.getTimeout()final DurationAthenaStopQueryExecutionProps.Jsii$Proxy.getTimeout()final DurationBatchSubmitJobProps.Jsii$Proxy.getTimeout()final DurationCallApiGatewayEndpointBaseProps.Jsii$Proxy.getTimeout()final DurationCallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getTimeout()final DurationCallApiGatewayRestApiEndpointProps.Jsii$Proxy.getTimeout()final DurationCallAwsServiceProps.Jsii$Proxy.getTimeout()final DurationCodeBuildStartBuildProps.Jsii$Proxy.getTimeout()final DurationDynamoDeleteItemProps.Jsii$Proxy.getTimeout()final DurationDynamoGetItemProps.Jsii$Proxy.getTimeout()final DurationDynamoPutItemProps.Jsii$Proxy.getTimeout()final DurationDynamoUpdateItemProps.Jsii$Proxy.getTimeout()final DurationEcsRunTaskProps.Jsii$Proxy.getTimeout()final DurationEksCallProps.Jsii$Proxy.getTimeout()final DurationEmrAddStepProps.Jsii$Proxy.getTimeout()final DurationEmrCancelStepProps.Jsii$Proxy.getTimeout()final DurationEmrContainersCreateVirtualClusterProps.Jsii$Proxy.getTimeout()final DurationEmrContainersDeleteVirtualClusterProps.Jsii$Proxy.getTimeout()final DurationEmrContainersStartJobRunProps.Jsii$Proxy.getTimeout()final DurationEmrCreateClusterProps.Jsii$Proxy.getTimeout()final DurationEmrModifyInstanceFleetByNameProps.Jsii$Proxy.getTimeout()final DurationEmrModifyInstanceGroupByNameProps.Jsii$Proxy.getTimeout()final DurationEmrSetClusterTerminationProtectionProps.Jsii$Proxy.getTimeout()final DurationEmrTerminateClusterProps.Jsii$Proxy.getTimeout()final DurationEvaluateExpressionProps.Jsii$Proxy.getTimeout()final DurationEventBridgePutEventsProps.Jsii$Proxy.getTimeout()final DurationGlueDataBrewStartJobRunProps.Jsii$Proxy.getTimeout()final DurationGlueStartJobRunProps.Jsii$Proxy.getTimeout()final DurationLambdaInvokeProps.Jsii$Proxy.getTimeout()default DurationRunBatchJobProps.getTimeout()Deprecated.final DurationRunBatchJobProps.Jsii$Proxy.getTimeout()Deprecated.default DurationRunGlueJobTaskProps.getTimeout()Deprecated.final DurationRunGlueJobTaskProps.Jsii$Proxy.getTimeout()Deprecated.final DurationSageMakerCreateEndpointConfigProps.Jsii$Proxy.getTimeout()final DurationSageMakerCreateEndpointProps.Jsii$Proxy.getTimeout()final DurationSageMakerCreateModelProps.Jsii$Proxy.getTimeout()final DurationSageMakerCreateTrainingJobProps.Jsii$Proxy.getTimeout()final DurationSageMakerCreateTransformJobProps.Jsii$Proxy.getTimeout()final DurationSageMakerUpdateEndpointProps.Jsii$Proxy.getTimeout()final DurationSnsPublishProps.Jsii$Proxy.getTimeout()final DurationSqsSendMessageProps.Jsii$Proxy.getTimeout()final DurationStepFunctionsInvokeActivityProps.Jsii$Proxy.getTimeout()final DurationStepFunctionsStartExecutionProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DurationModifier and TypeMethodDescriptionEmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder.decommissionTimeout(Duration decommissionTimeout) Deprecated.Deprecated.The length of time, for which to delay a message.Sets the value ofSqsSendMessageProps.getDelay()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Deprecated.Deprecated.Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()Timeout for the heartbeat.Sets the value ofTaskStateBaseProps.getHeartbeat()EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Builder.instanceTerminationTimeout(Duration instanceTerminationTimeout) ModelClientOptions.Builder.invocationsTimeout(Duration invocationsTimeout) Sets the value ofModelClientOptions.getInvocationsTimeout()StoppingCondition.Builder.maxRuntime(Duration maxRuntime) Sets the value ofStoppingCondition.getMaxRuntime()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.notifyDelayAfter(Duration notifyDelayAfter) Sets the value ofGlueStartJobRunProps.getNotifyDelayAfter()RunGlueJobTask.Builder.notifyDelayAfter(Duration notifyDelayAfter) Deprecated.RunGlueJobTaskProps.Builder.notifyDelayAfter(Duration notifyDelayAfter) Deprecated.Sets the value ofEmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Deprecated.Deprecated.Deprecated.Deprecated.Timeout for the state machine.Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout()Timeout for the state machine.Sets the value ofTaskStateBaseProps.getTimeout() -
Uses of Duration in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics that return DurationModifier and TypeMethodDescriptiondefault DurationCanaryProps.getFailureRetentionPeriod()(experimental) How many days should failed runs be retained.final DurationCanaryProps.Jsii$Proxy.getFailureRetentionPeriod()default DurationCanaryProps.getSuccessRetentionPeriod()(experimental) How many days should successful runs be retained.final DurationCanaryProps.Jsii$Proxy.getSuccessRetentionPeriod()default DurationCanaryProps.getTimeToLive()(experimental) How long the canary will be in a 'RUNNING' state.final DurationCanaryProps.Jsii$Proxy.getTimeToLive()Methods in software.amazon.awscdk.services.synthetics with parameters of type DurationModifier and TypeMethodDescriptionCanary.Builder.failureRetentionPeriod(Duration failureRetentionPeriod) (experimental) How many days should failed runs be retained.CanaryProps.Builder.failureRetentionPeriod(Duration failureRetentionPeriod) Sets the value ofCanaryProps.getFailureRetentionPeriod()static Schedule(experimental) Construct a schedule from an interval.Canary.Builder.successRetentionPeriod(Duration successRetentionPeriod) (experimental) How many days should successful runs be retained.CanaryProps.Builder.successRetentionPeriod(Duration successRetentionPeriod) Sets the value ofCanaryProps.getSuccessRetentionPeriod()Canary.Builder.timeToLive(Duration timeToLive) (experimental) How long the canary will be in a 'RUNNING' state.CanaryProps.Builder.timeToLive(Duration timeToLive) Sets the value ofCanaryProps.getTimeToLive() -
Uses of Duration in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return DurationModifier and TypeMethodDescriptionfinal DurationTriggerFunctionProps.Jsii$Proxy.getMaxEventAge()final DurationTriggerFunctionProps.Jsii$Proxy.getTimeout()Methods in software.amazon.awscdk.triggers with parameters of type DurationModifier and TypeMethodDescriptionTriggerFunction.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.TriggerFunctionProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofEventInvokeConfigOptions.getMaxEventAge()The function execution time (in seconds) after which Lambda terminates the function.Sets the value ofFunctionOptions.getTimeout()
signalsinstead.