| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.days(Number amount)
(experimental) Create a Duration representing an amount of days.
|
default Duration |
NestedStackProps.getTimeout()
(experimental) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
Duration |
NestedStackProps.Jsii$Proxy.getTimeout() |
default Duration |
CustomResourceProviderProps.getTimeout()
(experimental) AWS Lambda timeout for the provider.
|
Duration |
CustomResourceProviderProps.Jsii$Proxy.getTimeout() |
static Duration |
Duration.hours(Number amount)
(experimental) Create a Duration representing an amount of hours.
|
static Duration |
Duration.millis(Number amount)
(experimental) Create a Duration representing an amount of milliseconds.
|
static Duration |
Duration.minutes(Number amount)
(experimental) Create a Duration representing an amount of minutes.
|
static Duration |
Duration.parse(String duration)
(experimental) Parse a period formatted according to the ISO 8601 standard.
|
Duration |
Duration.plus(Duration rhs)
(experimental) Add two Durations together.
|
static Duration |
Duration.seconds(Number amount)
(experimental) Create a Duration representing an amount of seconds.
|
| Modifier and Type | Method and Description |
|---|---|
static Expiration |
Expiration.after(Duration t)
(experimental) Expire once the specified duration has passed since deployment time.
|
Boolean |
Expiration.isAfter(Duration t)
(experimental) Check if Exipiration expires after input.
|
Boolean |
Expiration.isBefore(Duration t)
(experimental) Check if Exipiration expires before input.
|
Duration |
Duration.plus(Duration rhs)
(experimental) Add two Durations together.
|
NestedStackProps.Builder |
NestedStackProps.Builder.timeout(Duration timeout)
Sets the value of
NestedStackProps.getTimeout() |
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
(experimental) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.timeout(Duration timeout)
Sets the value of
CustomResourceProviderProps.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> notificationArns,
Map<String,String> parameters,
RemovalPolicy removalPolicy,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
NestedStackProps.Builder. |
Jsii$Proxy(String codeDirectory,
CustomResourceProviderRuntime runtime,
String description,
Map<String,String> environment,
Size memorySize,
List<? extends Object> policyStatements,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CustomResourceProviderProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
ProviderProps.getQueryInterval()
(experimental) Time between calls to the `isComplete` handler which determines if the resource has been stabilized.
|
Duration |
ProviderProps.Jsii$Proxy.getQueryInterval() |
default Duration |
AwsCustomResourceProps.getTimeout()
(experimental) The timeout for the Lambda function implementing this custom resource.
|
Duration |
AwsCustomResourceProps.Jsii$Proxy.getTimeout() |
default Duration |
ProviderProps.getTotalTimeout()
(experimental) Total timeout for the entire operation.
|
Duration |
ProviderProps.Jsii$Proxy.getTotalTimeout() |
| Modifier and Type | Method and Description |
|---|---|
ProviderProps.Builder |
ProviderProps.Builder.queryInterval(Duration queryInterval)
Sets the value of
ProviderProps.getQueryInterval() |
Provider.Builder |
Provider.Builder.queryInterval(Duration queryInterval)
(experimental) Time between calls to the `isComplete` handler which determines if the resource has been stabilized.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.timeout(Duration timeout)
Sets the value of
AwsCustomResourceProps.getTimeout() |
AwsCustomResource.Builder |
AwsCustomResource.Builder.timeout(Duration timeout)
(experimental) The timeout for the Lambda function implementing this custom resource.
|
ProviderProps.Builder |
ProviderProps.Builder.totalTimeout(Duration totalTimeout)
Sets the value of
ProviderProps.getTotalTimeout() |
Provider.Builder |
Provider.Builder.totalTimeout(Duration totalTimeout)
(experimental) Total timeout for the entire operation.
|
| Constructor and Description |
|---|
Jsii$Proxy(AwsCustomResourcePolicy policy,
String functionName,
Boolean installLatestAwsSdk,
RetentionDays logRetention,
AwsSdkCall onCreate,
AwsSdkCall onDelete,
AwsSdkCall onUpdate,
String resourceType,
IRole role,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AwsCustomResourceProps.Builder. |
Jsii$Proxy(IFunction onEventHandler,
IFunction isCompleteHandler,
RetentionDays logRetention,
Duration queryInterval,
List<? extends ISecurityGroup> securityGroups,
Duration totalTimeout,
IVpc vpc,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ProviderProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
StageProps.Jsii$Proxy.getCacheTtl() |
default Duration |
MethodDeploymentOptions.getCacheTtl()
(experimental) Specifies the time to live (TTL), in seconds, for cached responses.
|
Duration |
MethodDeploymentOptions.Jsii$Proxy.getCacheTtl() |
Duration |
StageOptions.Jsii$Proxy.getCacheTtl() |
default Duration |
CorsOptions.getMaxAge()
(experimental) The Access-Control-Max-Age response header indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.
|
Duration |
CorsOptions.Jsii$Proxy.getMaxAge() |
default Duration |
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
CognitoUserPoolsAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
Duration |
TokenAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
Duration |
RequestAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
default Duration |
LambdaAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
LambdaAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
| Modifier and Type | Method and Description |
|---|---|
StageProps.Builder |
StageProps.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
MethodDeploymentOptions.Builder |
MethodDeploymentOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
Stage.Builder |
Stage.Builder.cacheTtl(Duration cacheTtl)
(experimental) Specifies the time to live (TTL), in seconds, for cached responses.
|
StageOptions.Builder |
StageOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
CorsOptions.Builder |
CorsOptions.Builder.maxAge(Duration maxAge)
Sets the value of
CorsOptions.getMaxAge() |
CognitoUserPoolsAuthorizerProps.Builder |
CognitoUserPoolsAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl() |
TokenAuthorizerProps.Builder |
TokenAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
CognitoUserPoolsAuthorizer.Builder |
CognitoUserPoolsAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
LambdaAuthorizerProps.Builder |
LambdaAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
TokenAuthorizer.Builder |
TokenAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
MethodDeploymentOptions.Builder. |
Jsii$Proxy(Deployment deployment,
IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
Jsii$Proxy(IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
Jsii$Proxy(IFunction handler,
IRole assumeRole,
String authorizerName,
Duration resultsCacheTtl)
Constructor that initializes the object based on literal property values passed by the
LambdaAuthorizerProps.Builder. |
Jsii$Proxy(List<? extends IUserPool> cognitoUserPools,
String authorizerName,
String identitySource,
Duration resultsCacheTtl)
Constructor that initializes the object based on literal property values passed by the
CognitoUserPoolsAuthorizerProps.Builder. |
Jsii$Proxy(List<String> allowOrigins,
Boolean allowCredentials,
List<String> allowHeaders,
List<String> allowMethods,
Boolean disableCache,
List<String> exposeHeaders,
Duration maxAge,
Number statusCode)
Constructor that initializes the object based on literal property values passed by the
CorsOptions.Builder. |
Jsii$Proxy(List<String> identitySources,
IFunction handler,
IRole assumeRole,
String authorizerName,
Duration resultsCacheTtl)
Constructor that initializes the object based on literal property values passed by the
RequestAuthorizerProps.Builder. |
Jsii$Proxy(String identitySource,
String validationRegex,
IFunction handler,
IRole assumeRole,
String authorizerName,
Duration resultsCacheTtl)
Constructor that initializes the object based on literal property values passed by the
TokenAuthorizerProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CorsPreflightOptions.getMaxAge()
(experimental) The duration that the browser should cache preflight request results.
|
Duration |
CorsPreflightOptions.Jsii$Proxy.getMaxAge() |
| Modifier and Type | Method and Description |
|---|---|
CorsPreflightOptions.Builder |
CorsPreflightOptions.Builder.maxAge(Duration maxAge)
Sets the value of
CorsPreflightOptions.getMaxAge() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowCredentials,
List<String> allowHeaders,
List<? extends CorsHttpMethod> allowMethods,
List<String> allowOrigins,
List<String> exposeHeaders,
Duration maxAge)
Constructor that initializes the object based on literal property values passed by the
CorsPreflightOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
StepScalingActionProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleInCooldown()
(experimental) Period after a scale in activity completes before another scale in activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleOutCooldown()
(experimental) Period after a scale out activity completes before another scale out activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.cooldown(Duration cooldown)
Sets the value of
StepScalingActionProps.getCooldown() |
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingAction.Builder |
StepScalingAction.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
static Schedule |
Schedule.rate(Duration duration)
(experimental) Construct a schedule from an interval and a time unit.
|
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleInCooldown(Duration scaleInCooldown)
(experimental) Period after a scale in activity completes before another scale in activity can start.
|
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleOutCooldown(Duration scaleOutCooldown)
(experimental) Period after a scale out activity completes before another scale out activity can start.
|
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
BaseTargetTrackingProps.Builder. |
Jsii$Proxy(IMetric metric,
List<? extends ScalingInterval> scalingSteps,
AdjustmentType adjustmentType,
Duration cooldown,
Number evaluationPeriods,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
BasicStepScalingPolicyProps.Builder. |
Jsii$Proxy(IScalableTarget scalingTarget,
AdjustmentType adjustmentType,
Duration cooldown,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude,
String policyName)
Constructor that initializes the object based on literal property values passed by the
StepScalingActionProps.Builder. |
Jsii$Proxy(IScalableTarget scalingTarget,
IMetric metric,
List<? extends ScalingInterval> scalingSteps,
AdjustmentType adjustmentType,
Duration cooldown,
Number evaluationPeriods,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
StepScalingPolicyProps.Builder. |
Jsii$Proxy(IScalableTarget scalingTarget,
Number targetValue,
IMetric customMetric,
PredefinedMetric predefinedMetric,
String resourceLabel,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
TargetTrackingScalingPolicyProps.Builder. |
Jsii$Proxy(Number targetValue,
IMetric customMetric,
PredefinedMetric predefinedMetric,
String resourceLabel,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
BasicTargetTrackingScalingPolicyProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
GrpcTimeout.getIdle()
(experimental) Represents an idle timeout.
|
Duration |
GrpcTimeout.Jsii$Proxy.getIdle() |
default Duration |
TcpTimeout.getIdle()
(experimental) Represents an idle timeout.
|
Duration |
TcpTimeout.Jsii$Proxy.getIdle() |
default Duration |
HttpTimeout.getIdle()
(experimental) Represents an idle timeout.
|
Duration |
HttpTimeout.Jsii$Proxy.getIdle() |
default Duration |
HealthCheck.getInterval()
(experimental) Interval in milliseconds to re-check.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
default Duration |
GrpcTimeout.getPerRequest()
(experimental) Represents per request timeout.
|
Duration |
GrpcTimeout.Jsii$Proxy.getPerRequest() |
default Duration |
HttpTimeout.getPerRequest()
(experimental) Represents per request timeout.
|
Duration |
HttpTimeout.Jsii$Proxy.getPerRequest() |
Duration |
GrpcRetryPolicy.Jsii$Proxy.getRetryTimeout() |
Duration |
HttpRetryPolicy.getRetryTimeout()
(experimental) The timeout for each retry attempt.
|
Duration |
HttpRetryPolicy.Jsii$Proxy.getRetryTimeout() |
default Duration |
HealthCheck.getTimeout()
(experimental) Timeout in milli-seconds for the healthcheck to be considered a fail.
|
Duration |
HealthCheck.Jsii$Proxy.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration idle)
Constructor that initializes the object based on literal property values passed by the
TcpTimeout.Builder. |
Jsii$Proxy(Duration idle,
Duration perRequest)
Constructor that initializes the object based on literal property values passed by the
GrpcTimeout.Builder. |
Jsii$Proxy(Duration idle,
Duration perRequest)
Constructor that initializes the object based on literal property values passed by the
HttpTimeout.Builder. |
Jsii$Proxy(List<? extends GrpcRetryEvent> grpcRetryEvents,
Number retryAttempts,
Duration retryTimeout,
List<? extends HttpRetryEvent> httpRetryEvents,
List<? extends TcpRetryEvent> tcpRetryEvents)
Constructor that initializes the object based on literal property values passed by the
GrpcRetryPolicy.Builder. |
Jsii$Proxy(Number retryAttempts,
Duration retryTimeout,
List<? extends HttpRetryEvent> httpRetryEvents,
List<? extends TcpRetryEvent> tcpRetryEvents)
Constructor that initializes the object based on literal property values passed by the
HttpRetryPolicy.Builder. |
Jsii$Proxy(Number healthyThreshold,
Duration interval,
String path,
Number port,
Protocol protocol,
Duration timeout,
Number unhealthyThreshold)
Constructor that initializes the object based on literal property values passed by the
HealthCheck.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
AutoScalingGroupProps.Jsii$Proxy.getCooldown() |
default Duration |
CommonAutoScalingGroupProps.getCooldown()
(experimental) Default scaling cooldown for this AutoScalingGroup.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getCooldown() |
Duration |
NetworkUtilizationScalingProps.Jsii$Proxy.getCooldown() |
default Duration |
BaseTargetTrackingProps.getCooldown()
(experimental) Period after a scaling completes before another scaling activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getCooldown() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
MetricTargetTrackingProps.Jsii$Proxy.getCooldown() |
default Duration |
StepScalingActionProps.getCooldown()
(experimental) Period after a scaling completes before another scaling activity can start.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
NetworkUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
BaseTargetTrackingProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
MetricTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
StepScalingActionProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
Ec2HealthCheckOptions.getGrace()
(experimental) Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
|
Duration |
Ec2HealthCheckOptions.Jsii$Proxy.getGrace() |
Duration |
ElbHealthCheckOptions.getGrace()
(experimental) Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
|
Duration |
ElbHealthCheckOptions.Jsii$Proxy.getGrace() |
Duration |
HealthCheck.getGracePeriod() |
default Duration |
BasicLifecycleHookProps.getHeartbeatTimeout()
(experimental) Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.
|
Duration |
BasicLifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout() |
Duration |
LifecycleHookProps.Jsii$Proxy.getHeartbeatTimeout() |
Duration |
AutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime() |
default Duration |
CommonAutoScalingGroupProps.getMaxInstanceLifetime()
(experimental) The maximum amount of time that an instance can be in service.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
AutoScalingGroup.getMaxInstanceLifetime()
(experimental) The maximum amount of time that an instance can be in service.
|
default Duration |
RollingUpdateOptions.getPauseTime()
(experimental) The pause time after making a change to a batch of instances.
|
Duration |
RollingUpdateOptions.Jsii$Proxy.getPauseTime() |
default Duration |
RollingUpdateConfiguration.getPauseTime()
Deprecated.
|
Duration |
RollingUpdateConfiguration.Jsii$Proxy.getPauseTime()
Deprecated.
|
Duration |
AutoScalingGroupProps.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
CommonAutoScalingGroupProps.getResourceSignalTimeout()
Deprecated.
Use `signals` instead.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
SignalsOptions.getTimeout()
(experimental) How long to wait for the signals to be sent.
|
Duration |
SignalsOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
NetworkUtilizationScalingProps.Builder |
NetworkUtilizationScalingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.cooldown(Duration cooldown)
(experimental) Period after a scaling completes before another scaling activity can start.
|
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.cooldown(Duration cooldown)
(experimental) Default scaling cooldown for this AutoScalingGroup.
|
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
MetricTargetTrackingProps.Builder |
MetricTargetTrackingProps.Builder.cooldown(Duration cooldown)
Sets the value of
BaseTargetTrackingProps.getCooldown() |
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.cooldown(Duration cooldown)
Sets the value of
StepScalingActionProps.getCooldown() |
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingAction.Builder |
StepScalingAction.Builder.cooldown(Duration cooldown)
(experimental) Period after a scaling completes before another scaling activity can start.
|
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
NetworkUtilizationScalingProps.Builder |
NetworkUtilizationScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
MetricTargetTrackingProps.Builder |
MetricTargetTrackingProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BaseTargetTrackingProps.getEstimatedInstanceWarmup() |
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
StepScalingActionProps.getEstimatedInstanceWarmup() |
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
Sets the value of
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup() |
StepScalingAction.Builder |
StepScalingAction.Builder.estimatedInstanceWarmup(Duration estimatedInstanceWarmup)
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Ec2HealthCheckOptions.Builder |
Ec2HealthCheckOptions.Builder.grace(Duration grace)
Sets the value of
Ec2HealthCheckOptions.getGrace() |
ElbHealthCheckOptions.Builder |
ElbHealthCheckOptions.Builder.grace(Duration grace)
Sets the value of
ElbHealthCheckOptions.getGrace() |
BasicLifecycleHookProps.Builder |
BasicLifecycleHookProps.Builder.heartbeatTimeout(Duration heartbeatTimeout)
Sets the value of
BasicLifecycleHookProps.getHeartbeatTimeout() |
LifecycleHook.Builder |
LifecycleHook.Builder.heartbeatTimeout(Duration heartbeatTimeout)
(experimental) Maximum time between calls to RecordLifecycleActionHeartbeat for the hook.
|
LifecycleHookProps.Builder |
LifecycleHookProps.Builder.heartbeatTimeout(Duration heartbeatTimeout)
Sets the value of
BasicLifecycleHookProps.getHeartbeatTimeout() |
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
(experimental) The maximum amount of time that an instance can be in service.
|
RollingUpdateOptions.Builder |
RollingUpdateOptions.Builder.pauseTime(Duration pauseTime)
Sets the value of
RollingUpdateOptions.getPauseTime() |
RollingUpdateConfiguration.Builder |
RollingUpdateConfiguration.Builder.pauseTime(Duration pauseTime)
Deprecated.
|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
SignalsOptions.Builder |
SignalsOptions.Builder.timeout(Duration timeout)
Sets the value of
SignalsOptions.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
CommonAutoScalingGroupProps.Builder. |
Jsii$Proxy(Duration grace)
Constructor that initializes the object based on literal property values passed by the
Ec2HealthCheckOptions.Builder. |
Jsii$Proxy(Duration grace)
Constructor that initializes the object based on literal property values passed by the
ElbHealthCheckOptions.Builder. |
Jsii$Proxy(Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
BaseTargetTrackingProps.Builder. |
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
AdjustmentType adjustmentType,
Duration cooldown,
Duration estimatedInstanceWarmup,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
StepScalingActionProps.Builder. |
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
IMetric metric,
List<? extends ScalingInterval> scalingSteps,
AdjustmentType adjustmentType,
Duration cooldown,
Duration estimatedInstanceWarmup,
Number evaluationPeriods,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
StepScalingPolicyProps.Builder. |
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
LifecycleTransition lifecycleTransition,
ILifecycleHookTarget notificationTarget,
DefaultResult defaultResult,
Duration heartbeatTimeout,
String lifecycleHookName,
String notificationMetadata,
IRole role)
Constructor that initializes the object based on literal property values passed by the
LifecycleHookProps.Builder. |
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
Number targetValue,
IMetric customMetric,
PredefinedMetric predefinedMetric,
String resourceLabel,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
TargetTrackingScalingPolicyProps.Builder. |
Jsii$Proxy(IMetric metric,
List<? extends ScalingInterval> scalingSteps,
AdjustmentType adjustmentType,
Duration cooldown,
Duration estimatedInstanceWarmup,
Number evaluationPeriods,
MetricAggregationType metricAggregationType,
Number minAdjustmentMagnitude)
Constructor that initializes the object based on literal property values passed by the
BasicStepScalingPolicyProps.Builder. |
Jsii$Proxy(IMetric metric,
Number targetValue,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
MetricTargetTrackingProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
IVpc vpc,
CloudFormationInit init,
ApplyCloudFormationInitOptions initOptions,
IRole role,
ISecurityGroup securityGroup,
UserData userData,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupProps.Builder. |
Jsii$Proxy(LifecycleTransition lifecycleTransition,
ILifecycleHookTarget notificationTarget,
DefaultResult defaultResult,
Duration heartbeatTimeout,
String lifecycleHookName,
String notificationMetadata,
IRole role)
Constructor that initializes the object based on literal property values passed by the
BasicLifecycleHookProps.Builder. |
Jsii$Proxy(Number minSuccessPercentage,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SignalsOptions.Builder. |
Jsii$Proxy(Number targetBytesPerSecond,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
NetworkUtilizationScalingProps.Builder. |
Jsii$Proxy(Number targetUtilizationPercent,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
CpuUtilizationScalingProps.Builder. |
Jsii$Proxy(Number targetValue,
IMetric customMetric,
PredefinedMetric predefinedMetric,
String resourceLabel,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
BasicTargetTrackingScalingPolicyProps.Builder. |
Jsii$Proxy(Number targetRequestsPerMinute,
Number targetRequestsPerSecond,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
RequestCountScalingProps.Builder. |
Jsii$Proxy(Number maxBatchSize,
Number minInstancesInService,
Number minSuccessPercentage,
Duration pauseTime,
List<? extends ScalingProcess> suspendProcesses,
Boolean waitOnResourceSignals)
Constructor that initializes the object based on literal property values passed by the
RollingUpdateOptions.Builder. |
Jsii$Proxy(Number maxBatchSize,
Number minInstancesInService,
Number minSuccessfulInstancesPercent,
Duration pauseTime,
List<? extends ScalingProcess> suspendProcesses,
Boolean waitOnResourceSignals)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RollingUpdateConfiguration.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
BackupPlanRuleProps.getCompletionWindow()
(experimental) The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getCompletionWindow() |
default Duration |
BackupPlanRuleProps.getDeleteAfter()
(experimental) Specifies the duration after creation that a recovery point is deleted.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getDeleteAfter() |
default Duration |
BackupPlanRuleProps.getMoveToColdStorageAfter()
(experimental) Specifies the duration after creation that a recovery point is moved to cold storage.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getMoveToColdStorageAfter() |
default Duration |
BackupPlanRuleProps.getStartWindow()
(experimental) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
Duration |
BackupPlanRuleProps.Jsii$Proxy.getStartWindow() |
| Modifier and Type | Method and Description |
|---|---|
BackupPlanRule.Builder |
BackupPlanRule.Builder.completionWindow(Duration completionWindow)
(experimental) The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.completionWindow(Duration completionWindow)
Sets the value of
BackupPlanRuleProps.getCompletionWindow() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.deleteAfter(Duration deleteAfter)
(experimental) Specifies the duration after creation that a recovery point is deleted.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.deleteAfter(Duration deleteAfter)
Sets the value of
BackupPlanRuleProps.getDeleteAfter() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter)
(experimental) Specifies the duration after creation that a recovery point is moved to cold storage.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter)
Sets the value of
BackupPlanRuleProps.getMoveToColdStorageAfter() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.startWindow(Duration startWindow)
(experimental) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.startWindow(Duration startWindow)
Sets the value of
BackupPlanRuleProps.getStartWindow() |
| Constructor and Description |
|---|
Jsii$Proxy(IBackupVault backupVault,
Duration completionWindow,
Duration deleteAfter,
Duration moveToColdStorageAfter,
String ruleName,
Schedule scheduleExpression,
Duration startWindow)
Constructor that initializes the object based on literal property values passed by the
BackupPlanRuleProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
JobDefinitionProps.getTimeout()
(experimental) The timeout configuration for jobs that are submitted with this job definition.
|
Duration |
JobDefinitionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionProps.Builder |
JobDefinitionProps.Builder.timeout(Duration timeout)
Sets the value of
JobDefinitionProps.getTimeout() |
JobDefinition.Builder |
JobDefinition.Builder.timeout(Duration timeout)
(experimental) The timeout configuration for jobs that are submitted with this job definition.
|
| Constructor and Description |
|---|
Jsii$Proxy(JobDefinitionContainer container,
String jobDefinitionName,
IMultiNodeProps nodeProps,
Map<String,String> parameters,
Number retryAttempts,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
JobDefinitionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
NestedStackProps.getTimeout()
Deprecated.
|
Duration |
NestedStackProps.Jsii$Proxy.getTimeout()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
NestedStackProps.Builder |
NestedStackProps.Builder.timeout(Duration timeout)
Deprecated.
|
NestedStack.Builder |
NestedStack.Builder.timeout(Duration timeout)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends ITopic> notifications,
Map<String,String> parameters,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
NestedStackProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
SourceConfiguration.getConnectionTimeout()
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
Duration |
SourceConfiguration.Jsii$Proxy.getConnectionTimeout() |
default Duration |
OriginProps.getConnectionTimeout()
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
Duration |
OriginProps.Jsii$Proxy.getConnectionTimeout() |
default Duration |
CachePolicyProps.getDefaultTtl()
(experimental) The default amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getDefaultTtl() |
default Duration |
Behavior.getDefaultTtl()
(experimental) The default amount of time CloudFront will cache an object.
|
Duration |
Behavior.Jsii$Proxy.getDefaultTtl() |
default Duration |
CachePolicyProps.getMaxTtl()
(experimental) The maximum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getMaxTtl() |
default Duration |
Behavior.getMaxTtl()
(experimental) The max amount of time you want objects to stay in the cache before CloudFront queries your origin.
|
Duration |
Behavior.Jsii$Proxy.getMaxTtl() |
default Duration |
CachePolicyProps.getMinTtl()
(experimental) The minimum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getMinTtl() |
default Duration |
Behavior.getMinTtl()
(experimental) The minimum amount of time that you want objects to stay in the cache before CloudFront queries your origin.
|
Duration |
Behavior.Jsii$Proxy.getMinTtl() |
default Duration |
CustomOriginConfig.getOriginKeepaliveTimeout()
(experimental) The keep alive timeout when making calls in seconds.
|
Duration |
CustomOriginConfig.Jsii$Proxy.getOriginKeepaliveTimeout() |
default Duration |
CustomOriginConfig.getOriginReadTimeout()
(experimental) The read timeout when calling the origin in seconds.
|
Duration |
CustomOriginConfig.Jsii$Proxy.getOriginReadTimeout() |
default Duration |
ErrorResponse.getTtl()
(experimental) The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode.
|
Duration |
ErrorResponse.Jsii$Proxy.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
SourceConfiguration.Builder |
SourceConfiguration.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
SourceConfiguration.getConnectionTimeout() |
OriginProps.Builder |
OriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
CachePolicyProps.Builder |
CachePolicyProps.Builder.defaultTtl(Duration defaultTtl)
Sets the value of
CachePolicyProps.getDefaultTtl() |
Behavior.Builder |
Behavior.Builder.defaultTtl(Duration defaultTtl)
Sets the value of
Behavior.getDefaultTtl() |
CachePolicy.Builder |
CachePolicy.Builder.defaultTtl(Duration defaultTtl)
(experimental) The default amount of time for objects to stay in the CloudFront cache.
|
CachePolicyProps.Builder |
CachePolicyProps.Builder.maxTtl(Duration maxTtl)
Sets the value of
CachePolicyProps.getMaxTtl() |
Behavior.Builder |
Behavior.Builder.maxTtl(Duration maxTtl)
Sets the value of
Behavior.getMaxTtl() |
CachePolicy.Builder |
CachePolicy.Builder.maxTtl(Duration maxTtl)
(experimental) The maximum amount of time for objects to stay in the CloudFront cache.
|
CachePolicyProps.Builder |
CachePolicyProps.Builder.minTtl(Duration minTtl)
Sets the value of
CachePolicyProps.getMinTtl() |
Behavior.Builder |
Behavior.Builder.minTtl(Duration minTtl)
Sets the value of
Behavior.getMinTtl() |
CachePolicy.Builder |
CachePolicy.Builder.minTtl(Duration minTtl)
(experimental) The minimum amount of time for objects to stay in the CloudFront cache.
|
CustomOriginConfig.Builder |
CustomOriginConfig.Builder.originKeepaliveTimeout(Duration originKeepaliveTimeout)
Sets the value of
CustomOriginConfig.getOriginKeepaliveTimeout() |
CustomOriginConfig.Builder |
CustomOriginConfig.Builder.originReadTimeout(Duration originReadTimeout)
Sets the value of
CustomOriginConfig.getOriginReadTimeout() |
ErrorResponse.Builder |
ErrorResponse.Builder.ttl(Duration ttl)
Sets the value of
ErrorResponse.getTtl() |
| Constructor and Description |
|---|
Jsii$Proxy(CloudFrontAllowedMethods allowedMethods,
CloudFrontAllowedCachedMethods cachedMethods,
Boolean compress,
Duration defaultTtl,
CfnDistribution.ForwardedValuesProperty forwardedValues,
Boolean isDefaultBehavior,
List<? extends LambdaFunctionAssociation> lambdaFunctionAssociations,
Duration maxTtl,
Duration minTtl,
String pathPattern,
List<? extends IKeyGroup> trustedKeyGroups,
List<String> trustedSigners)
Constructor that initializes the object based on literal property values passed by the
Behavior.Builder. |
Jsii$Proxy(List<? extends Behavior> behaviors,
Number connectionAttempts,
Duration connectionTimeout,
CustomOriginConfig customOriginSource,
List<? extends FailoverStatusCode> failoverCriteriaStatusCodes,
CustomOriginConfig failoverCustomOriginSource,
S3OriginConfig failoverS3OriginSource,
Map<String,String> originHeaders,
String originPath,
S3OriginConfig s3OriginSource)
Constructor that initializes the object based on literal property values passed by the
SourceConfiguration.Builder. |
Jsii$Proxy(Number connectionAttempts,
Duration connectionTimeout,
Map<String,String> customHeaders,
String originPath)
Constructor that initializes the object based on literal property values passed by the
OriginProps.Builder. |
Jsii$Proxy(Number httpStatus,
Number responseHttpStatus,
String responsePagePath,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
ErrorResponse.Builder. |
Jsii$Proxy(String domainName,
List<? extends OriginSslPolicy> allowedOriginSslVersions,
Number httpPort,
Number httpsPort,
Map<String,String> originHeaders,
Duration originKeepaliveTimeout,
String originPath,
OriginProtocolPolicy originProtocolPolicy,
Duration originReadTimeout)
Constructor that initializes the object based on literal property values passed by the
CustomOriginConfig.Builder. |
Jsii$Proxy(String cachePolicyName,
String comment,
CacheCookieBehavior cookieBehavior,
Duration defaultTtl,
Boolean enableAcceptEncodingBrotli,
Boolean enableAcceptEncodingGzip,
CacheHeaderBehavior headerBehavior,
Duration maxTtl,
Duration minTtl,
CacheQueryStringBehavior queryStringBehavior)
Constructor that initializes the object based on literal property values passed by the
CachePolicyProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
EdgeFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EdgeFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EdgeFunction.Builder |
EdgeFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(String stackId,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EdgeFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getConnectionTimeout() |
Duration |
HttpOriginProps.Jsii$Proxy.getConnectionTimeout() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getKeepaliveTimeout() |
default Duration |
HttpOriginProps.getKeepaliveTimeout()
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
Duration |
HttpOriginProps.Jsii$Proxy.getKeepaliveTimeout() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getReadTimeout() |
default Duration |
HttpOriginProps.getReadTimeout()
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
Duration |
HttpOriginProps.Jsii$Proxy.getReadTimeout() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
HttpOriginProps.Builder |
HttpOriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.connectionTimeout(Duration connectionTimeout)
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.connectionTimeout(Duration connectionTimeout)
(experimental) The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
HttpOriginProps.getKeepaliveTimeout() |
HttpOriginProps.Builder |
HttpOriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
HttpOriginProps.getKeepaliveTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
HttpOriginProps.getReadTimeout() |
HttpOriginProps.Builder |
HttpOriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
HttpOriginProps.getReadTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.readTimeout(Duration readTimeout)
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.readTimeout(Duration readTimeout)
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
| Constructor and Description |
|---|
Jsii$Proxy(Number httpPort,
Number httpsPort,
Duration keepaliveTimeout,
List<? extends OriginSslPolicy> originSslProtocols,
OriginProtocolPolicy protocolPolicy,
Duration readTimeout,
Number connectionAttempts,
Duration connectionTimeout,
Map<String,String> customHeaders,
String originPath)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerV2OriginProps.Builder. |
Jsii$Proxy(Number httpPort,
Number httpsPort,
Duration keepaliveTimeout,
List<? extends OriginSslPolicy> originSslProtocols,
OriginProtocolPolicy protocolPolicy,
Duration readTimeout,
Number connectionAttempts,
Duration connectionTimeout,
Map<String,String> customHeaders,
String originPath)
Constructor that initializes the object based on literal property values passed by the
HttpOriginProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
MetricStatConfig.getPeriod()
(experimental) How many seconds to aggregate over.
|
Duration |
MetricStatConfig.Jsii$Proxy.getPeriod() |
Duration |
MetricOptions.Jsii$Proxy.getPeriod() |
Duration |
MetricProps.Jsii$Proxy.getPeriod() |
default Duration |
CreateAlarmOptions.getPeriod()
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
Duration |
CreateAlarmOptions.Jsii$Proxy.getPeriod() |
Duration |
AlarmProps.Jsii$Proxy.getPeriod() |
default Duration |
MathExpressionOptions.getPeriod()
(experimental) The period over which the expression's statistics are applied.
|
Duration |
MathExpressionOptions.Jsii$Proxy.getPeriod() |
default Duration |
CommonMetricOptions.getPeriod()
(experimental) The period over which the specified statistic is applied.
|
Duration |
CommonMetricOptions.Jsii$Proxy.getPeriod() |
Duration |
MathExpression.getPeriod()
(experimental) Aggregation period of this metric.
|
Duration |
Metric.getPeriod()
(experimental) Period of this metric.
|
Duration |
MathExpressionProps.Jsii$Proxy.getPeriod() |
| Modifier and Type | Method and Description |
|---|---|
MetricStatConfig.Builder |
MetricStatConfig.Builder.period(Duration period)
Sets the value of
MetricStatConfig.getPeriod() |
MetricOptions.Builder |
MetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
MetricProps.Builder |
MetricProps.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
CreateAlarmOptions.Builder |
CreateAlarmOptions.Builder.period(Duration period)
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
AlarmProps.Builder |
AlarmProps.Builder.period(Duration period)
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
MathExpressionOptions.Builder |
MathExpressionOptions.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
Alarm.Builder |
Alarm.Builder.period(Duration period)
Deprecated.
Use `metric.with({ period: ... })` to encode the period into the Metric object
|
CommonMetricOptions.Builder |
CommonMetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
MathExpression.Builder |
MathExpression.Builder.period(Duration period)
(experimental) The period over which the expression's statistics are applied.
|
Metric.Builder |
Metric.Builder.period(Duration period)
(experimental) The period over which the specified statistic is applied.
|
MathExpressionProps.Builder |
MathExpressionProps.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
| Constructor and Description |
|---|
Jsii$Proxy(IMetric metric,
Number evaluationPeriods,
Number threshold,
Boolean actionsEnabled,
String alarmDescription,
String alarmName,
ComparisonOperator comparisonOperator,
Number datapointsToAlarm,
String evaluateLowSampleCountPercentile,
Duration period,
String statistic,
TreatMissingData treatMissingData)
Constructor that initializes the object based on literal property values passed by the
AlarmProps.Builder. |
Jsii$Proxy(Number evaluationPeriods,
Number threshold,
Boolean actionsEnabled,
String alarmDescription,
String alarmName,
ComparisonOperator comparisonOperator,
Number datapointsToAlarm,
String evaluateLowSampleCountPercentile,
Duration period,
String statistic,
TreatMissingData treatMissingData)
Constructor that initializes the object based on literal property values passed by the
CreateAlarmOptions.Builder. |
Jsii$Proxy(String expression,
Map<String,? extends IMetric> usingMetrics,
String color,
String label,
Duration period)
Constructor that initializes the object based on literal property values passed by the
MathExpressionProps.Builder. |
Jsii$Proxy(String color,
String label,
Duration period)
Constructor that initializes the object based on literal property values passed by the
MathExpressionOptions.Builder. |
Jsii$Proxy(String metricName,
String namespace,
Duration period,
String statistic,
String account,
List<? extends Dimension> dimensions,
String region,
Unit unitFilter)
Constructor that initializes the object based on literal property values passed by the
MetricStatConfig.Builder. |
Jsii$Proxy(String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
MetricOptions.Builder. |
Jsii$Proxy(String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
CommonMetricOptions.Builder. |
Jsii$Proxy(String metricName,
String namespace,
String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
MetricProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CommonProjectProps.getQueuedTimeout()
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
Duration |
CommonProjectProps.Jsii$Proxy.getQueuedTimeout() |
Duration |
ProjectProps.Jsii$Proxy.getQueuedTimeout() |
Duration |
PipelineProjectProps.Jsii$Proxy.getQueuedTimeout() |
default Duration |
CommonProjectProps.getTimeout()
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
Duration |
CommonProjectProps.Jsii$Proxy.getTimeout() |
Duration |
ProjectProps.Jsii$Proxy.getTimeout() |
Duration |
PipelineProjectProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.queuedTimeout(Duration queuedTimeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
PipelineProject.Builder |
PipelineProject.Builder.queuedTimeout(Duration queuedTimeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
ProjectProps.Builder |
ProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
Project.Builder |
Project.Builder.timeout(Duration timeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
PipelineProject.Builder |
PipelineProject.Builder.timeout(Duration timeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
ProjectProps.Builder |
ProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
CommonProjectProps.Builder. |
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
PipelineProjectProps.Builder. |
Jsii$Proxy(IArtifacts artifacts,
List<? extends IArtifacts> secondaryArtifacts,
List<? extends ISource> secondarySources,
ISource source,
Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ProjectProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CustomLambdaDeploymentConfigProps.getInterval()
(experimental) The interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.
|
Duration |
CustomLambdaDeploymentConfigProps.Jsii$Proxy.getInterval() |
| Modifier and Type | Method and Description |
|---|---|
CustomLambdaDeploymentConfigProps.Builder |
CustomLambdaDeploymentConfigProps.Builder.interval(Duration interval)
Sets the value of
CustomLambdaDeploymentConfigProps.getInterval() |
CustomLambdaDeploymentConfig.Builder |
CustomLambdaDeploymentConfig.Builder.interval(Duration interval)
(experimental) The interval, in number of minutes: - For LINEAR, how frequently additional traffic is shifted - For CANARY, how long to shift traffic before the full deployment.
|
| Constructor and Description |
|---|
Jsii$Proxy(Duration interval,
Number percentage,
CustomLambdaDeploymentConfigType type,
String deploymentConfigName)
Constructor that initializes the object based on literal property values passed by the
CustomLambdaDeploymentConfigProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
EcsDeployActionProps.getDeploymentTimeout()
(experimental) Timeout for the ECS deployment in minutes.
|
Duration |
EcsDeployActionProps.Jsii$Proxy.getDeploymentTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EcsDeployActionProps.Builder |
EcsDeployActionProps.Builder.deploymentTimeout(Duration deploymentTimeout)
Sets the value of
EcsDeployActionProps.getDeploymentTimeout() |
EcsDeployAction.Builder |
EcsDeployAction.Builder.deploymentTimeout(Duration deploymentTimeout)
(experimental) Timeout for the ECS deployment in minutes.
|
static CacheControl |
CacheControl.maxAge(Duration t)
(experimental) The 'max-age' cache control directive.
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
(experimental) The 's-max-age' cache control directive.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBaseService service,
Duration deploymentTimeout,
ArtifactPath imageFile,
Artifact input,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
EcsDeployActionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
UserPoolClientOptions.getAccessTokenValidity()
(experimental) Validity of the access token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getAccessTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getAccessTokenValidity() |
default Duration |
UserPoolClientOptions.getIdTokenValidity()
(experimental) Validity of the ID token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getIdTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getIdTokenValidity() |
default Duration |
UserPoolClientOptions.getRefreshTokenValidity()
(experimental) Validity of the refresh token.
|
Duration |
UserPoolClientOptions.Jsii$Proxy.getRefreshTokenValidity() |
Duration |
UserPoolClientProps.Jsii$Proxy.getRefreshTokenValidity() |
default Duration |
PasswordPolicy.getTempPasswordValidity()
(experimental) The length of time the temporary password generated by an admin is valid.
|
Duration |
PasswordPolicy.Jsii$Proxy.getTempPasswordValidity() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration accessTokenValidity,
AuthFlow authFlows,
Boolean disableOAuth,
Boolean generateSecret,
Duration idTokenValidity,
OAuthSettings oAuth,
Boolean preventUserExistenceErrors,
ClientAttributes readAttributes,
Duration refreshTokenValidity,
List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders,
String userPoolClientName,
ClientAttributes writeAttributes)
Constructor that initializes the object based on literal property values passed by the
UserPoolClientOptions.Builder. |
Jsii$Proxy(IUserPool userPool,
Duration accessTokenValidity,
AuthFlow authFlows,
Boolean disableOAuth,
Boolean generateSecret,
Duration idTokenValidity,
OAuthSettings oAuth,
Boolean preventUserExistenceErrors,
ClientAttributes readAttributes,
Duration refreshTokenValidity,
List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders,
String userPoolClientName,
ClientAttributes writeAttributes)
Constructor that initializes the object based on literal property values passed by the
UserPoolClientProps.Builder. |
Jsii$Proxy(Number minLength,
Boolean requireDigits,
Boolean requireLowercase,
Boolean requireSymbols,
Boolean requireUppercase,
Duration tempPasswordValidity)
Constructor that initializes the object based on literal property values passed by the
PasswordPolicy.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
AccessKeysRotatedProps.getMaxAge()
(experimental) The maximum number of days within which the access keys must be rotated.
|
Duration |
AccessKeysRotatedProps.Jsii$Proxy.getMaxAge() |
| Modifier and Type | Method and Description |
|---|---|
AccessKeysRotatedProps.Builder |
AccessKeysRotatedProps.Builder.maxAge(Duration maxAge)
Sets the value of
AccessKeysRotatedProps.getMaxAge() |
AccessKeysRotated.Builder |
AccessKeysRotated.Builder.maxAge(Duration maxAge)
(experimental) The maximum number of days within which the access keys must be rotated.
|
| Constructor and Description |
|---|
Jsii$Proxy(Duration maxAge,
String configRuleName,
String description,
Map<String,? extends Object> inputParameters,
MaximumExecutionFrequency maximumExecutionFrequency,
RuleScope ruleScope)
Constructor that initializes the object based on literal property values passed by the
AccessKeysRotatedProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
RotationMultiUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
Duration |
BackupProps.getRetention()
(experimental) How many days to retain the backup.
|
Duration |
BackupProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
DatabaseCluster.addRotationSingleUser(Duration automaticallyAfter)
(experimental) Adds the single user rotation of the master password to this cluster.
|
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationMultiUserOptions.getAutomaticallyAfter() |
BackupProps.Builder |
BackupProps.Builder.retention(Duration retention)
Sets the value of
BackupProps.getRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration retention,
String preferredWindow)
Constructor that initializes the object based on literal property values passed by the
BackupProps.Builder. |
Jsii$Proxy(ISecret secret,
Duration automaticallyAfter)
Constructor that initializes the object based on literal property values passed by the
RotationMultiUserOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
SystemErrorsForOperationsMetricOptions.Jsii$Proxy.getPeriod() |
default Duration |
TableOptions.getReplicationTimeout()
(experimental) The timeout for a table replication operation in a single region.
|
Duration |
TableOptions.Jsii$Proxy.getReplicationTimeout() |
Duration |
TableProps.Jsii$Proxy.getReplicationTimeout() |
Duration |
UtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
UtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
SystemErrorsForOperationsMetricOptions.Builder |
SystemErrorsForOperationsMetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
TableOptions.Builder |
TableOptions.Builder.replicationTimeout(Duration replicationTimeout)
Sets the value of
TableOptions.getReplicationTimeout() |
TableProps.Builder |
TableProps.Builder.replicationTimeout(Duration replicationTimeout)
Sets the value of
TableOptions.getReplicationTimeout() |
Table.Builder |
Table.Builder.replicationTimeout(Duration replicationTimeout)
(experimental) The timeout for a table replication operation in a single region.
|
UtilizationScalingProps.Builder |
UtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
UtilizationScalingProps.Builder |
UtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
| Constructor and Description |
|---|
Jsii$Proxy(Attribute partitionKey,
BillingMode billingMode,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Boolean serverSideEncryption,
Attribute sortKey,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity)
Constructor that initializes the object based on literal property values passed by the
TableOptions.Builder. |
Jsii$Proxy(List<? extends Operation> operations,
String account,
String color,
Map<String,? extends Object> dimensions,
String label,
Duration period,
String region,
String statistic,
Unit unit)
Constructor that initializes the object based on literal property values passed by the
SystemErrorsForOperationsMetricOptions.Builder. |
Jsii$Proxy(Number targetUtilizationPercent,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
UtilizationScalingProps.Builder. |
Jsii$Proxy(String tableName,
Attribute partitionKey,
BillingMode billingMode,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
Boolean serverSideEncryption,
Attribute sortKey,
StreamViewType stream,
String timeToLiveAttribute,
Number writeCapacity)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LaunchTemplateSpotOptions.getBlockDuration()
(experimental) Spot Instances with a defined duration (also known as Spot blocks) are designed not to be interrupted and will run continuously for the duration you select.
|
Duration |
LaunchTemplateSpotOptions.Jsii$Proxy.getBlockDuration() |
default Duration |
InstanceProps.getResourceSignalTimeout()
(experimental) The length of time to wait for the resourceSignalCount.
|
Duration |
InstanceProps.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
ApplyCloudFormationInitOptions.getTimeout()
(experimental) Timeout waiting for the configuration to be applied.
|
Duration |
ApplyCloudFormationInitOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpotOptions.Builder |
LaunchTemplateSpotOptions.Builder.blockDuration(Duration blockDuration)
Sets the value of
LaunchTemplateSpotOptions.getBlockDuration() |
static InitCommandWaitDuration |
InitCommandWaitDuration.of(Duration duration)
(experimental) Wait for a specified duration after a command.
|
Instance.Builder |
Instance.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
(experimental) The length of time to wait for the resourceSignalCount.
|
InstanceProps.Builder |
InstanceProps.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Sets the value of
InstanceProps.getResourceSignalTimeout() |
ApplyCloudFormationInitOptions.Builder |
ApplyCloudFormationInitOptions.Builder.timeout(Duration timeout)
Sets the value of
ApplyCloudFormationInitOptions.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration blockDuration,
SpotInstanceInterruption interruptionBehavior,
Number maxPrice,
SpotRequestType requestType,
Expiration validUntil)
Constructor that initializes the object based on literal property values passed by the
LaunchTemplateSpotOptions.Builder. |
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
IVpc vpc,
Boolean allowAllOutbound,
String availabilityZone,
List<? extends BlockDevice> blockDevices,
CloudFormationInit init,
ApplyCloudFormationInitOptions initOptions,
String instanceName,
String keyName,
String privateIpAddress,
Duration resourceSignalTimeout,
IRole role,
ISecurityGroup securityGroup,
Boolean sourceDestCheck,
UserData userData,
Boolean userDataCausesReplacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.Builder. |
Jsii$Proxy(List<String> configSets,
Boolean embedFingerprint,
Boolean ignoreFailures,
Boolean printLog,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
ApplyCloudFormationInitOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LifecycleRule.getMaxImageAge()
(experimental) The maximum age of images to retain.
|
Duration |
LifecycleRule.Jsii$Proxy.getMaxImageAge() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule.Builder |
LifecycleRule.Builder.maxImageAge(Duration maxImageAge)
Sets the value of
LifecycleRule.getMaxImageAge() |
| Constructor and Description |
|---|
Jsii$Proxy(String description,
Duration maxImageAge,
Number maxImageCount,
Number rulePriority,
List<String> tagPrefixList,
TagStatus tagStatus)
Constructor that initializes the object based on literal property values passed by the
LifecycleRule.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
AddCapacityOptions.Jsii$Proxy.getCooldown() |
default Duration |
CloudMapOptions.getDnsTtl()
(experimental) The amount of time that you want DNS resolvers to cache the settings for this record.
|
Duration |
CloudMapOptions.Jsii$Proxy.getDnsTtl() |
Duration |
FargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
Ec2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
BaseServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
BaseServiceOptions.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
BaseServiceOptions.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
HealthCheck.getInterval()
(experimental) The time period in seconds between each health check execution.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
Duration |
AddCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
AddCapacityOptions.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
FluentdLogDriverProps.getRetryWait()
(experimental) How long to wait between retries.
|
Duration |
FluentdLogDriverProps.Jsii$Proxy.getRetryWait() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
MemoryUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
MemoryUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getScaleOutCooldown() |
default Duration |
HealthCheck.getStartPeriod()
(experimental) The optional grace period within which to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.
|
Duration |
HealthCheck.Jsii$Proxy.getStartPeriod() |
default Duration |
ContainerDefinitionOptions.getStartTimeout()
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
Duration |
ContainerDefinitionOptions.Jsii$Proxy.getStartTimeout() |
Duration |
ContainerDefinitionProps.Jsii$Proxy.getStartTimeout() |
Duration |
FirelensLogRouterProps.Jsii$Proxy.getStartTimeout() |
Duration |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStartTimeout() |
default Duration |
ContainerDefinitionOptions.getStopTimeout()
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
Duration |
ContainerDefinitionOptions.Jsii$Proxy.getStopTimeout() |
Duration |
ContainerDefinitionProps.Jsii$Proxy.getStopTimeout() |
Duration |
FirelensLogRouterProps.Jsii$Proxy.getStopTimeout() |
Duration |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStopTimeout() |
Duration |
AddCapacityOptions.Jsii$Proxy.getTaskDrainTime() |
default Duration |
AddAutoScalingGroupCapacityOptions.getTaskDrainTime()
(experimental) The time period to wait before force terminating an instance that is draining.
|
Duration |
AddAutoScalingGroupCapacityOptions.Jsii$Proxy.getTaskDrainTime() |
default Duration |
GelfLogDriverProps.getTcpReconnectDelay()
(experimental) TCP Only The number of seconds to wait between reconnection attempts.
|
Duration |
GelfLogDriverProps.Jsii$Proxy.getTcpReconnectDelay() |
default Duration |
HealthCheck.getTimeout()
(experimental) The time period in seconds to wait for a health check to succeed before it is considered a failure.
|
Duration |
HealthCheck.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
CloudMapOptions.Builder |
CloudMapOptions.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
CloudMapOptions.getDnsTtl() |
FargateServiceProps.Builder |
FargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
BaseServiceProps.Builder |
BaseServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
FargateService.Builder |
FargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Ec2Service.Builder |
Ec2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
BaseServiceOptions.Builder |
BaseServiceOptions.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
HealthCheck.Builder |
HealthCheck.Builder.interval(Duration interval)
Sets the value of
HealthCheck.getInterval() |
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
FluentdLogDriverProps.Builder |
FluentdLogDriverProps.Builder.retryWait(Duration retryWait)
Sets the value of
FluentdLogDriverProps.getRetryWait() |
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.retryWait(Duration retryWait)
(experimental) How long to wait between retries.
|
TrackCustomMetricProps.Builder |
TrackCustomMetricProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
TrackCustomMetricProps.Builder |
TrackCustomMetricProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
HealthCheck.Builder |
HealthCheck.Builder.startPeriod(Duration startPeriod)
Sets the value of
HealthCheck.getStartPeriod() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.startTimeout(Duration startTimeout)
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.startTimeout(Duration startTimeout)
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.stopTimeout(Duration stopTimeout)
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.stopTimeout(Duration stopTimeout)
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.taskDrainTime(Duration taskDrainTime)
Sets the value of
AddAutoScalingGroupCapacityOptions.getTaskDrainTime() |
AddAutoScalingGroupCapacityOptions.Builder |
AddAutoScalingGroupCapacityOptions.Builder.taskDrainTime(Duration taskDrainTime)
Sets the value of
AddAutoScalingGroupCapacityOptions.getTaskDrainTime() |
GelfLogDriverProps.Builder |
GelfLogDriverProps.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
Sets the value of
GelfLogDriverProps.getTcpReconnectDelay() |
GelfLogDriver.Builder |
GelfLogDriver.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
(experimental) TCP Only The number of seconds to wait between reconnection attempts.
|
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean canContainersAccessInstanceRole,
MachineImageType machineImageType,
Boolean spotInstanceDraining,
Duration taskDrainTime,
IKey topicEncryptionKey)
Constructor that initializes the object based on literal property values passed by the
AddAutoScalingGroupCapacityOptions.Builder. |
Jsii$Proxy(ContainerImage image,
List<String> command,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
Jsii$Proxy(FirelensConfig firelensConfig,
ContainerImage image,
List<String> command,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
FirelensLogRouterDefinitionOptions.Builder. |
Jsii$Proxy(FirelensConfig firelensConfig,
TaskDefinition taskDefinition,
ContainerImage image,
List<String> command,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
FirelensLogRouterProps.Builder. |
Jsii$Proxy(ICluster cluster,
List<? extends CapacityProviderStrategy> capacityProviderStrategies,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
BaseServiceOptions.Builder. |
Jsii$Proxy(IMetric metric,
Number targetValue,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
TrackCustomMetricProps.Builder. |
Jsii$Proxy(INamespace cloudMapNamespace,
ContainerDefinition container,
Number containerPort,
DnsRecordType dnsRecordType,
Duration dnsTtl,
Number failureThreshold,
String name)
Constructor that initializes the object based on literal property values passed by the
CloudMapOptions.Builder. |
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
Boolean canContainersAccessInstanceRole,
MachineImageType machineImageType,
Boolean spotInstanceDraining,
Duration taskDrainTime,
IKey topicEncryptionKey,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AddCapacityOptions.Builder. |
Jsii$Proxy(LaunchType launchType,
ICluster cluster,
List<? extends CapacityProviderStrategy> capacityProviderStrategies,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
BaseServiceProps.Builder. |
Jsii$Proxy(List<String> command,
Duration interval,
Number retries,
Duration startPeriod,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
HealthCheck.Builder. |
Jsii$Proxy(Number requestsPerTarget,
ApplicationTargetGroup targetGroup,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
RequestCountScalingProps.Builder. |
Jsii$Proxy(Number targetUtilizationPercent,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
MemoryUtilizationScalingProps.Builder. |
Jsii$Proxy(Number targetUtilizationPercent,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
CpuUtilizationScalingProps.Builder. |
Jsii$Proxy(String address,
Boolean asyncConnect,
Number bufferLimit,
Number maxRetries,
Duration retryWait,
Boolean subSecondPrecision,
List<String> env,
String envRegex,
List<String> labels,
String tag)
Constructor that initializes the object based on literal property values passed by the
FluentdLogDriverProps.Builder. |
Jsii$Proxy(String address,
Number compressionLevel,
GelfCompressionType compressionType,
Number tcpMaxReconnect,
Duration tcpReconnectDelay,
List<String> env,
String envRegex,
List<String> labels,
String tag)
Constructor that initializes the object based on literal property values passed by the
GelfLogDriverProps.Builder. |
Jsii$Proxy(TaskDefinition taskDefinition,
Boolean assignPublicIp,
Boolean daemon,
List<? extends PlacementConstraint> placementConstraints,
List<? extends PlacementStrategy> placementStrategies,
PropagatedTagSource propagateTaskTagsFrom,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets,
ICluster cluster,
List<? extends CapacityProviderStrategy> capacityProviderStrategies,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
Ec2ServiceProps.Builder. |
Jsii$Proxy(TaskDefinition taskDefinition,
Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
PropagatedTagSource propagateTaskTagsFrom,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets,
ICluster cluster,
List<? extends CapacityProviderStrategy> capacityProviderStrategies,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
FargateServiceProps.Builder. |
Jsii$Proxy(TaskDefinition taskDefinition,
ContainerImage image,
List<String> command,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
NetworkMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
NetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getRetentionPeriod() |
Duration |
QueueProcessingFargateServiceProps.Jsii$Proxy.getRetentionPeriod() |
default Duration |
QueueProcessingServiceBaseProps.getRetentionPeriod()
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
Duration |
QueueProcessingServiceBaseProps.Jsii$Proxy.getRetentionPeriod() |
| Modifier and Type | Method and Description |
|---|---|
NetworkMultipleTargetGroupsEc2ServiceProps.Builder |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
NetworkLoadBalancedFargateServiceProps.Builder |
NetworkLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkLoadBalancedEc2ServiceProps.Builder |
NetworkLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsFargateServiceProps.Builder |
NetworkMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
NetworkLoadBalancedFargateService.Builder |
NetworkLoadBalancedFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationMultipleTargetGroupsFargateServiceProps.Builder |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
NetworkLoadBalancedEc2Service.Builder |
NetworkLoadBalancedEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationMultipleTargetGroupsFargateService.Builder |
ApplicationMultipleTargetGroupsFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
NetworkMultipleTargetGroupsServiceBaseProps.Builder |
NetworkMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsEc2Service.Builder |
ApplicationMultipleTargetGroupsEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsFargateService.Builder |
NetworkMultipleTargetGroupsFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
NetworkLoadBalancedServiceBaseProps.Builder |
NetworkLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
NetworkMultipleTargetGroupsEc2Service.Builder |
NetworkMultipleTargetGroupsEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
SubnetSelection taskSubnets,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
FargateTaskDefinition taskDefinition,
SubnetSelection taskSubnets,
ICertificate certificate,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
String containerName,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection taskSubnets,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Number desiredTaskCount,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingFargateServiceProps.Builder. |
Jsii$Proxy(CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsServiceBaseProps.Builder. |
Jsii$Proxy(CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsServiceBaseProps.Builder. |
Jsii$Proxy(ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Number desiredTaskCount,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingServiceBaseProps.Builder. |
Jsii$Proxy(DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedServiceBaseProps.Builder. |
Jsii$Proxy(ICertificate certificate,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedServiceBaseProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsEc2ServiceProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedEc2ServiceProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
ICertificate certificate,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedEc2ServiceProps.Builder. |
Jsii$Proxy(String containerName,
Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Number desiredTaskCount,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingEc2ServiceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getCooldown() |
Duration |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getResourceSignalTimeout() |
default Duration |
HelmChartOptions.getTimeout()
(experimental) Amount of time to wait for any individual Kubernetes operation.
|
Duration |
HelmChartOptions.Jsii$Proxy.getTimeout() |
Duration |
HelmChartProps.Jsii$Proxy.getTimeout() |
default Duration |
KubernetesObjectValueProps.getTimeout()
(experimental) Timeout for waiting on a value.
|
Duration |
KubernetesObjectValueProps.Jsii$Proxy.getTimeout() |
default Duration |
ServiceLoadBalancerAddressOptions.getTimeout()
(experimental) Timeout for waiting on the load balancer address.
|
Duration |
ServiceLoadBalancerAddressOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
KubernetesObjectValue.Builder |
KubernetesObjectValue.Builder.timeout(Duration timeout)
(experimental) Timeout for waiting on a value.
|
HelmChartOptions.Builder |
HelmChartOptions.Builder.timeout(Duration timeout)
Sets the value of
HelmChartOptions.getTimeout() |
HelmChartProps.Builder |
HelmChartProps.Builder.timeout(Duration timeout)
Sets the value of
HelmChartOptions.getTimeout() |
KubernetesObjectValueProps.Builder |
KubernetesObjectValueProps.Builder.timeout(Duration timeout)
Sets the value of
KubernetesObjectValueProps.getTimeout() |
ServiceLoadBalancerAddressOptions.Builder |
ServiceLoadBalancerAddressOptions.Builder.timeout(Duration timeout)
Sets the value of
ServiceLoadBalancerAddressOptions.getTimeout() |
HelmChart.Builder |
HelmChart.Builder.timeout(Duration timeout)
(experimental) Amount of time to wait for any individual Kubernetes operation.
|
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
String chart,
Boolean createNamespace,
String namespace,
String release,
String repository,
Duration timeout,
Map<String,? extends Object> values,
String version,
Boolean wait)
Constructor that initializes the object based on literal property values passed by the
HelmChartProps.Builder. |
Jsii$Proxy(ICluster cluster,
String jsonPath,
String objectName,
String objectType,
String objectNamespace,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
KubernetesObjectValueProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
MachineImageType machineImageType,
Boolean mapRole,
Boolean spotInterruptHandler,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupCapacityOptions.Builder. |
Jsii$Proxy(String chart,
Boolean createNamespace,
String namespace,
String release,
String repository,
Duration timeout,
Map<String,? extends Object> values,
String version,
Boolean wait)
Constructor that initializes the object based on literal property values passed by the
HelmChartOptions.Builder. |
Jsii$Proxy(String namespace,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
ServiceLoadBalancerAddressOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CapacityOptions.Jsii$Proxy.getCooldown() |
Duration |
CapacityOptions.Jsii$Proxy.getMaxInstanceLifetime() |
Duration |
CapacityOptions.Jsii$Proxy.getResourceSignalTimeout() |
| Modifier and Type | Method and Description |
|---|---|
CapacityOptions.Builder |
CapacityOptions.Builder.cooldown(Duration cooldown)
Sets the value of
CommonAutoScalingGroupProps.getCooldown() |
CapacityOptions.Builder |
CapacityOptions.Builder.maxInstanceLifetime(Duration maxInstanceLifetime)
Sets the value of
CommonAutoScalingGroupProps.getMaxInstanceLifetime() |
CapacityOptions.Builder |
CapacityOptions.Builder.resourceSignalTimeout(Duration resourceSignalTimeout)
Deprecated.
Use `signals` instead.
|
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
Boolean mapRole,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
List<? extends NotificationConfiguration> notifications,
ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
CapacityOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
HealthCheck.getInterval()
(experimental) Number of seconds between health checks.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
default Duration |
HealthCheck.getTimeout()
(experimental) Health check timeout.
|
Duration |
HealthCheck.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.Builder |
HealthCheck.Builder.interval(Duration interval)
Sets the value of
HealthCheck.getInterval() |
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Number port,
Number healthyThreshold,
Duration interval,
String path,
LoadBalancingProtocol protocol,
Duration timeout,
Number unhealthyThreshold)
Constructor that initializes the object based on literal property values passed by the
HealthCheck.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
AddNetworkTargetsProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
AddNetworkTargetsProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
AddApplicationTargetsProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
BaseTargetGroupProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
BaseTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
Duration |
NetworkTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
ApplicationLoadBalancerProps.getIdleTimeout()
(experimental) The load balancer idle timeout, in seconds.
|
Duration |
ApplicationLoadBalancerProps.Jsii$Proxy.getIdleTimeout() |
default Duration |
HealthCheck.getInterval()
(experimental) The approximate number of seconds between health checks for an individual target.
|
Duration |
HealthCheck.Jsii$Proxy.getInterval() |
default Duration |
AuthenticateOidcOptions.getSessionTimeout()
(experimental) The maximum duration of the authentication session.
|
Duration |
AuthenticateOidcOptions.Jsii$Proxy.getSessionTimeout() |
default Duration |
AddApplicationTargetsProps.getSlowStart()
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getSlowStart() |
default Duration |
ApplicationTargetGroupProps.getSlowStart()
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getSlowStart() |
default Duration |
AddApplicationTargetsProps.getStickinessCookieDuration()
(experimental) The stickiness cookie expiration period.
|
Duration |
AddApplicationTargetsProps.Jsii$Proxy.getStickinessCookieDuration() |
default Duration |
ApplicationTargetGroupProps.getStickinessCookieDuration()
(experimental) The stickiness cookie expiration period.
|
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getStickinessCookieDuration() |
default Duration |
ForwardOptions.getStickinessDuration()
(experimental) For how long clients should be directed to the same target group.
|
Duration |
ForwardOptions.Jsii$Proxy.getStickinessDuration() |
default Duration |
NetworkForwardOptions.getStickinessDuration()
(experimental) For how long clients should be directed to the same target group.
|
Duration |
NetworkForwardOptions.Jsii$Proxy.getStickinessDuration() |
default Duration |
HealthCheck.getTimeout()
(experimental) The amount of time, in seconds, during which no response from a target means a failed health check.
|
Duration |
HealthCheck.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay)
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
AddNetworkTargetsProps.Builder |
AddNetworkTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
AddNetworkTargetsProps.getDeregistrationDelay() |
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
AddApplicationTargetsProps.getDeregistrationDelay() |
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay)
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration)
(experimental) Enable sticky routing via a cookie to members of this target group.
|
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration,
String cookieName)
(experimental) Enable sticky routing via a cookie to members of this target group.
|
ApplicationLoadBalancer.Builder |
ApplicationLoadBalancer.Builder.idleTimeout(Duration idleTimeout)
(experimental) The load balancer idle timeout, in seconds.
|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancerProps.getIdleTimeout() |
HealthCheck.Builder |
HealthCheck.Builder.interval(Duration interval)
Sets the value of
HealthCheck.getInterval() |
AuthenticateOidcOptions.Builder |
AuthenticateOidcOptions.Builder.sessionTimeout(Duration sessionTimeout)
Sets the value of
AuthenticateOidcOptions.getSessionTimeout() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.slowStart(Duration slowStart)
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.slowStart(Duration slowStart)
Sets the value of
AddApplicationTargetsProps.getSlowStart() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.slowStart(Duration slowStart)
Sets the value of
ApplicationTargetGroupProps.getSlowStart() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
(experimental) The stickiness cookie expiration period.
|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
Sets the value of
AddApplicationTargetsProps.getStickinessCookieDuration() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
Sets the value of
ApplicationTargetGroupProps.getStickinessCookieDuration() |
ForwardOptions.Builder |
ForwardOptions.Builder.stickinessDuration(Duration stickinessDuration)
Sets the value of
ForwardOptions.getStickinessDuration() |
NetworkForwardOptions.Builder |
NetworkForwardOptions.Builder.stickinessDuration(Duration stickinessDuration)
Sets the value of
NetworkForwardOptions.getStickinessDuration() |
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean http2Enabled,
Duration idleTimeout,
IpAddressType ipAddressType,
ISecurityGroup securityGroup,
IVpc vpc,
Boolean deletionProtection,
Boolean internetFacing,
String loadBalancerName,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancerProps.Builder. |
Jsii$Proxy(Boolean enabled,
String healthyHttpCodes,
Number healthyThresholdCount,
Duration interval,
String path,
String port,
Protocol protocol,
Duration timeout,
Number unhealthyThresholdCount)
Constructor that initializes the object based on literal property values passed by the
HealthCheck.Builder. |
Jsii$Proxy(Duration stickinessDuration)
Constructor that initializes the object based on literal property values passed by the
ForwardOptions.Builder. |
Jsii$Proxy(Duration stickinessDuration)
Constructor that initializes the object based on literal property values passed by the
NetworkForwardOptions.Builder. |
Jsii$Proxy(Duration deregistrationDelay,
HealthCheck healthCheck,
Number port,
ApplicationProtocol protocol,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
String targetGroupName,
List<? extends IApplicationLoadBalancerTarget> targets,
List<? extends ListenerCondition> conditions,
String hostHeader,
String pathPattern,
List<String> pathPatterns,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddApplicationTargetsProps.Builder. |
Jsii$Proxy(Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
BaseTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
List<? extends IApplicationLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
Duration deregistrationDelay,
HealthCheck healthCheck,
Protocol protocol,
Boolean proxyProtocolV2,
String targetGroupName,
List<? extends INetworkLoadBalancerTarget> targets)
Constructor that initializes the object based on literal property values passed by the
AddNetworkTargetsProps.Builder. |
Jsii$Proxy(Number port,
Protocol protocol,
Boolean proxyProtocolV2,
List<? extends INetworkLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkTargetGroupProps.Builder. |
Jsii$Proxy(String authorizationEndpoint,
String clientId,
SecretValue clientSecret,
String issuer,
ListenerAction next,
String tokenEndpoint,
String userInfoEndpoint,
Map<String,String> authenticationRequestExtraParams,
UnauthenticatedAction onUnauthenticatedRequest,
String scope,
String sessionCookieName,
Duration sessionTimeout)
Constructor that initializes the object based on literal property values passed by the
AuthenticateOidcOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
AuthenticateCognitoActionProps.getSessionTimeout()
(experimental) The maximum duration of the authentication session.
|
Duration |
AuthenticateCognitoActionProps.Jsii$Proxy.getSessionTimeout() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.sessionTimeout(Duration sessionTimeout)
(experimental) The maximum duration of the authentication session.
|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.sessionTimeout(Duration sessionTimeout)
Sets the value of
AuthenticateCognitoActionProps.getSessionTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(ListenerAction next,
IUserPool userPool,
IUserPoolClient userPoolClient,
IUserPoolDomain userPoolDomain,
Map<String,String> authenticationRequestExtraParams,
UnauthenticatedAction onUnauthenticatedRequest,
String scope,
String sessionCookieName,
Duration sessionTimeout)
Constructor that initializes the object based on literal property values passed by the
AuthenticateCognitoActionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
ArchiveProps.Jsii$Proxy.getRetention() |
default Duration |
BaseArchiveProps.getRetention()
(experimental) The number of days to retain events for.
|
Duration |
BaseArchiveProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.rate(Duration duration)
(experimental) Construct a schedule from an interval and a time unit.
|
ArchiveProps.Builder |
ArchiveProps.Builder.retention(Duration retention)
Sets the value of
BaseArchiveProps.getRetention() |
Archive.Builder |
Archive.Builder.retention(Duration retention)
(experimental) The number of days to retain events for.
|
BaseArchiveProps.Builder |
BaseArchiveProps.Builder.retention(Duration retention)
Sets the value of
BaseArchiveProps.getRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(EventPattern eventPattern,
String archiveName,
String description,
Duration retention)
Constructor that initializes the object based on literal property values passed by the
BaseArchiveProps.Builder. |
Jsii$Proxy(IEventBus sourceEventBus,
EventPattern eventPattern,
String archiveName,
String description,
Duration retention)
Constructor that initializes the object based on literal property values passed by the
ArchiveProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CodePipelineTargetOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
CodeBuildProjectProps.Jsii$Proxy.getMaxEventAge() |
Duration |
LogGroupProps.Jsii$Proxy.getMaxEventAge() |
default Duration |
TargetBaseProps.getMaxEventAge()
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
Duration |
TargetBaseProps.Jsii$Proxy.getMaxEventAge() |
Duration |
LambdaFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SfnStateMachineProps.Jsii$Proxy.getMaxEventAge() |
| Modifier and Type | Method and Description |
|---|---|
CodePipelineTargetOptions.Builder |
CodePipelineTargetOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
SfnStateMachine.Builder |
SfnStateMachine.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
CodeBuildProjectProps.Builder |
CodeBuildProjectProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
LambdaFunction.Builder |
LambdaFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
CodeBuildProject.Builder |
CodeBuildProject.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
CloudWatchLogGroup.Builder |
CloudWatchLogGroup.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
CodePipeline.Builder |
CodePipeline.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
LogGroupProps.Builder |
LogGroupProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
TargetBaseProps.Builder |
TargetBaseProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
LambdaFunctionProps.Builder |
LambdaFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
SfnStateMachineProps.Builder |
SfnStateMachineProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
| Constructor and Description |
|---|
Jsii$Proxy(IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
TargetBaseProps.Builder. |
Jsii$Proxy(IRole eventRole,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
CodePipelineTargetOptions.Builder. |
Jsii$Proxy(RuleTargetInput event,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
LogGroupProps.Builder. |
Jsii$Proxy(RuleTargetInput event,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
LambdaFunctionProps.Builder. |
Jsii$Proxy(RuleTargetInput event,
IRole eventRole,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
CodeBuildProjectProps.Builder. |
Jsii$Proxy(RuleTargetInput input,
IRole role,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SfnStateMachineProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LazyRoleProps.Jsii$Proxy.getMaxSessionDuration() |
default Duration |
RoleProps.getMaxSessionDuration()
(experimental) The maximum session duration that you want to set for the specified role.
|
Duration |
RoleProps.Jsii$Proxy.getMaxSessionDuration() |
| Modifier and Type | Method and Description |
|---|---|
LazyRole.Builder |
LazyRole.Builder.maxSessionDuration(Duration maxSessionDuration)
(experimental) The maximum session duration that you want to set for the specified role.
|
LazyRoleProps.Builder |
LazyRoleProps.Builder.maxSessionDuration(Duration maxSessionDuration)
Sets the value of
RoleProps.getMaxSessionDuration() |
RoleProps.Builder |
RoleProps.Builder.maxSessionDuration(Duration maxSessionDuration)
Sets the value of
RoleProps.getMaxSessionDuration() |
Role.Builder |
Role.Builder.maxSessionDuration(Duration maxSessionDuration)
(experimental) The maximum session duration that you want to set for the specified role.
|
| Constructor and Description |
|---|
Jsii$Proxy(IPrincipal assumedBy,
String description,
String externalId,
List<String> externalIds,
Map<String,? extends PolicyDocument> inlinePolicies,
List<? extends IManagedPolicy> managedPolicies,
Duration maxSessionDuration,
String path,
IManagedPolicy permissionsBoundary,
String roleName)
Constructor that initializes the object based on literal property values passed by the
LazyRoleProps.Builder. |
Jsii$Proxy(IPrincipal assumedBy,
String description,
String externalId,
List<String> externalIds,
Map<String,? extends PolicyDocument> inlinePolicies,
List<? extends IManagedPolicy> managedPolicies,
Duration maxSessionDuration,
String path,
IManagedPolicy permissionsBoundary,
String roleName)
Constructor that initializes the object based on literal property values passed by the
RoleProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
StreamProps.getRetentionPeriod()
(experimental) The number of hours for the data records that are stored in shards to remain accessible.
|
Duration |
StreamProps.Jsii$Proxy.getRetentionPeriod() |
| Modifier and Type | Method and Description |
|---|---|
StreamProps.Builder |
StreamProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
StreamProps.getRetentionPeriod() |
Stream.Builder |
Stream.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of hours for the data records that are stored in shards to remain accessible.
|
| Constructor and Description |
|---|
Jsii$Proxy(StreamEncryption encryption,
IKey encryptionKey,
Duration retentionPeriod,
Number shardCount,
String streamName)
Constructor that initializes the object based on literal property values passed by the
StreamProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
ApplicationProps.getCheckpointInterval()
(experimental) The interval between checkpoints.
|
Duration |
ApplicationProps.Jsii$Proxy.getCheckpointInterval() |
default Duration |
ApplicationProps.getMinPauseBetweenCheckpoints()
(experimental) The minimum amount of time in to wait after a checkpoint finishes to start a new checkpoint.
|
Duration |
ApplicationProps.Jsii$Proxy.getMinPauseBetweenCheckpoints() |
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.checkpointInterval(Duration checkpointInterval)
(experimental) The interval between checkpoints.
|
ApplicationProps.Builder |
ApplicationProps.Builder.checkpointInterval(Duration checkpointInterval)
Sets the value of
ApplicationProps.getCheckpointInterval() |
Application.Builder |
Application.Builder.minPauseBetweenCheckpoints(Duration minPauseBetweenCheckpoints)
(experimental) The minimum amount of time in to wait after a checkpoint finishes to start a new checkpoint.
|
ApplicationProps.Builder |
ApplicationProps.Builder.minPauseBetweenCheckpoints(Duration minPauseBetweenCheckpoints)
Sets the value of
ApplicationProps.getMinPauseBetweenCheckpoints() |
| Constructor and Description |
|---|
Jsii$Proxy(ApplicationCode code,
Runtime runtime,
String applicationName,
Boolean autoScalingEnabled,
Boolean checkpointingEnabled,
Duration checkpointInterval,
ILogGroup logGroup,
LogLevel logLevel,
MetricsLevel metricsLevel,
Duration minPauseBetweenCheckpoints,
Number parallelism,
Number parallelismPerKpu,
PropertyGroups propertyGroups,
RemovalPolicy removalPolicy,
IRole role,
Boolean snapshotsEnabled)
Constructor that initializes the object based on literal property values passed by the
ApplicationProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
KeyProps.getPendingWindow()
(experimental) Specifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.
|
Duration |
KeyProps.Jsii$Proxy.getPendingWindow() |
| Modifier and Type | Method and Description |
|---|---|
Key.Builder |
Key.Builder.pendingWindow(Duration pendingWindow)
(experimental) Specifies the number of days in the waiting period before AWS KMS deletes a CMK that has been removed from a CloudFormation stack.
|
KeyProps.Builder |
KeyProps.Builder.pendingWindow(Duration pendingWindow)
Sets the value of
KeyProps.getPendingWindow() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IPrincipal> admins,
String alias,
String description,
Boolean enabled,
Boolean enableKeyRotation,
Duration pendingWindow,
PolicyDocument policy,
RemovalPolicy removalPolicy,
Boolean trustAccountIdentities)
Constructor that initializes the object based on literal property values passed by the
KeyProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
LogRetentionRetryOptions.Jsii$Proxy.getBase()
Deprecated.
|
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
EventSourceMappingOptions.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
VersionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
VersionOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
AliasOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
EventInvokeConfigProps.Jsii$Proxy.getMaxEventAge() |
Duration |
FunctionOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
SingletonFunctionProps.Jsii$Proxy.getMaxEventAge() |
default Duration |
EventInvokeConfigOptions.getMaxEventAge()
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
Duration |
EventInvokeConfigOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
AliasProps.Jsii$Proxy.getMaxEventAge() |
Duration |
DockerImageFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
FunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxRecordAge() |
default Duration |
EventSourceMappingOptions.getMaxRecordAge()
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxRecordAge() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleInCooldown() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleOutCooldown() |
default Duration |
FunctionOptions.getTimeout()
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
Duration |
FunctionOptions.Jsii$Proxy.getTimeout() |
Duration |
SingletonFunctionProps.Jsii$Proxy.getTimeout() |
Duration |
DockerImageFunctionProps.Jsii$Proxy.getTimeout() |
Duration |
FunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions.Builder |
LogRetentionRetryOptions.Builder.base(Duration base)
Deprecated.
Sets the value of
LogRetentionRetryOptions.getBase() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
EventSourceMappingOptions.getMaxBatchingWindow() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
EventSourceMappingOptions.getMaxBatchingWindow() |
VersionProps.Builder |
VersionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
VersionOptions.Builder |
VersionOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
Version.Builder |
Version.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
Function.Builder |
Function.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
AliasOptions.Builder |
AliasOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
DockerImageFunction.Builder |
DockerImageFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
EventInvokeConfigProps.Builder |
EventInvokeConfigProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
FunctionOptions.Builder |
FunctionOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
SingletonFunction.Builder |
SingletonFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
Alias.Builder |
Alias.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
AliasProps.Builder |
AliasProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
FunctionProps.Builder |
FunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
EventSourceMappingOptions.getMaxRecordAge() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
EventSourceMappingOptions.getMaxRecordAge() |
UtilizationScalingOptions.Builder |
UtilizationScalingOptions.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
UtilizationScalingOptions.Builder |
UtilizationScalingOptions.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
Function.Builder |
Function.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
FunctionOptions.Builder |
FunctionOptions.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
SingletonFunction.Builder |
SingletonFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
FunctionProps.Builder |
FunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionOptions.Builder. |
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(DockerImageCode code,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
DockerImageFunctionProps.Builder. |
Jsii$Proxy(Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EventInvokeConfigOptions.Builder. |
Jsii$Proxy(Duration base,
Number maxRetries)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
LogRetentionRetryOptions.Builder. |
Jsii$Proxy(IFunction target,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String eventSourceArn,
List<String> kafkaBootstrapServers,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
List<? extends SourceAccessConfiguration> sourceAccessConfigurations,
StartingPosition startingPosition)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingProps.Builder. |
Jsii$Proxy(IFunction function,
String qualifier,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
EventInvokeConfigProps.Builder. |
Jsii$Proxy(IFunction lambda,
String codeSha256,
String description,
Number provisionedConcurrentExecutions,
RemovalPolicy removalPolicy,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
VersionProps.Builder. |
Jsii$Proxy(List<? extends VersionWeight> additionalVersions,
String description,
Number provisionedConcurrentExecutions,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
AliasOptions.Builder. |
Jsii$Proxy(Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String eventSourceArn,
List<String> kafkaBootstrapServers,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
List<? extends SourceAccessConfiguration> sourceAccessConfigurations,
StartingPosition startingPosition)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingOptions.Builder. |
Jsii$Proxy(Number utilizationTarget,
Boolean disableScaleIn,
String policyName,
Duration scaleInCooldown,
Duration scaleOutCooldown)
Constructor that initializes the object based on literal property values passed by the
UtilizationScalingOptions.Builder. |
Jsii$Proxy(String aliasName,
IVersion version,
List<? extends VersionWeight> additionalVersions,
String description,
Number provisionedConcurrentExecutions,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
AliasProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
Jsii$Proxy(String codeSha256,
String description,
Number provisionedConcurrentExecutions,
RemovalPolicy removalPolicy,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
VersionOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
StreamEventSourceProps.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
default Duration |
StreamEventSourceProps.getMaxRecordAge()
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
| Modifier and Type | Method and Description |
|---|---|
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
ISecret secret,
String topic,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
ManagedKafkaEventSourceProps.Builder. |
Jsii$Proxy(ISecret secret,
String topic,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
KafkaEventSourceProps.Builder. |
Jsii$Proxy(List<String> bootstrapServers,
AuthenticationMethod authenticationMethod,
ISecurityGroup securityGroup,
IVpc vpc,
SubnetSelection vpcSubnets,
ISecret secret,
String topic,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SelfManagedKafkaEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
StreamEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
KinesisEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
DynamoEventSourceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
NodejsFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
NodejsFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
NodejsFunction.Builder |
NodejsFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean awsSdkConnectionReuse,
BundlingOptions bundling,
String depsLockFilePath,
String entry,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
NodejsFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
PythonFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
PythonFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
PythonFunction.Builder |
PythonFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
PythonFunction.Builder |
PythonFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
| Constructor and Description |
|---|
Jsii$Proxy(String entry,
String assetHash,
AssetHashType assetHashType,
String handler,
String index,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
ICodeSigningConfig codeSigningConfig,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
IKey environmentEncryption,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
PythonFunctionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LogRetentionRetryOptions.getBase()
(experimental) The base duration to use in the exponential backoff for operation retries.
|
Duration |
LogRetentionRetryOptions.Jsii$Proxy.getBase() |
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions.Builder |
LogRetentionRetryOptions.Builder.base(Duration base)
Sets the value of
LogRetentionRetryOptions.getBase() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration base,
Number maxRetries)
Constructor that initializes the object based on literal property values passed by the
LogRetentionRetryOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
DatabaseClusterProps.getBackupRetention()
(experimental) How many days to retain the backup.
|
Duration |
DatabaseClusterProps.Jsii$Proxy.getBackupRetention() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseClusterProps.getBackupRetention() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.backupRetention(Duration backupRetention)
(experimental) How many days to retain the backup.
|
| Constructor and Description |
|---|
Jsii$Proxy(InstanceType instanceType,
IVpc vpc,
List<? extends IRole> associatedRoles,
Duration backupRetention,
IClusterParameterGroup clusterParameterGroup,
String dbClusterName,
Boolean deletionProtection,
EngineVersion engineVersion,
Boolean iamAuthentication,
String instanceIdentifierBase,
Number instances,
IKey kmsKey,
IParameterGroup parameterGroup,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends ISecurityGroup> securityGroups,
Boolean storageEncrypted,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
RotationMultiUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
RotationSingleUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationSingleUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
ServerlessScalingOptions.getAutoPause()
(experimental) The time before an Aurora Serverless database cluster is paused.
|
Duration |
ServerlessScalingOptions.Jsii$Proxy.getAutoPause() |
default Duration |
ServerlessClusterProps.getBackupRetention()
(experimental) The number of days during which automatic DB snapshots are retained.
|
Duration |
ServerlessClusterProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceSourceProps.Jsii$Proxy.getBackupRetention() |
default Duration |
DatabaseInstanceNewProps.getBackupRetention()
(experimental) The number of days during which automatic DB snapshots are retained.
|
Duration |
DatabaseInstanceNewProps.Jsii$Proxy.getBackupRetention() |
default Duration |
DatabaseProxyOptions.getBorrowTimeout()
(experimental) The duration for a proxy to wait for a connection to become available in the connection pool.
|
Duration |
DatabaseProxyOptions.Jsii$Proxy.getBorrowTimeout() |
Duration |
DatabaseProxyProps.Jsii$Proxy.getBorrowTimeout() |
default Duration |
DatabaseProxyOptions.getIdleClientTimeout()
(experimental) The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
Duration |
DatabaseProxyOptions.Jsii$Proxy.getIdleClientTimeout() |
Duration |
DatabaseProxyProps.Jsii$Proxy.getIdleClientTimeout() |
default Duration |
DatabaseClusterProps.getMonitoringInterval()
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
Duration |
DatabaseClusterProps.Jsii$Proxy.getMonitoringInterval() |
default Duration |
DatabaseClusterFromSnapshotProps.getMonitoringInterval()
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
Duration |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceSourceProps.Jsii$Proxy.getMonitoringInterval() |
default Duration |
DatabaseInstanceNewProps.getMonitoringInterval()
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
Duration |
DatabaseInstanceNewProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
BackupProps.getRetention()
(experimental) How many days to retain the backup.
|
Duration |
BackupProps.Jsii$Proxy.getRetention() |
| Modifier and Type | Method and Description |
|---|---|
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationMultiUserOptions.getAutomaticallyAfter() |
RotationSingleUserOptions.Builder |
RotationSingleUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationSingleUserOptions.getAutomaticallyAfter() |
ServerlessScalingOptions.Builder |
ServerlessScalingOptions.Builder.autoPause(Duration autoPause)
Sets the value of
ServerlessScalingOptions.getAutoPause() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
ServerlessClusterProps.getBackupRetention() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
ServerlessCluster.Builder |
ServerlessCluster.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.borrowTimeout(Duration borrowTimeout)
Sets the value of
DatabaseProxyOptions.getBorrowTimeout() |
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.borrowTimeout(Duration borrowTimeout)
Sets the value of
DatabaseProxyOptions.getBorrowTimeout() |
DatabaseProxy.Builder |
DatabaseProxy.Builder.borrowTimeout(Duration borrowTimeout)
(experimental) The duration for a proxy to wait for a connection to become available in the connection pool.
|
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseProxy.Builder |
DatabaseProxy.Builder.idleClientTimeout(Duration idleClientTimeout)
(experimental) The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseClusterProps.getMonitoringInterval() |
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseClusterFromSnapshotProps.getMonitoringInterval() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseCluster.Builder |
DatabaseCluster.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
BackupProps.Builder |
BackupProps.Builder.retention(Duration retention)
Sets the value of
BackupProps.getRetention() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration autoPause,
AuroraCapacityUnit maxCapacity,
AuroraCapacityUnit minCapacity)
Constructor that initializes the object based on literal property values passed by the
ServerlessScalingOptions.Builder. |
Jsii$Proxy(Duration automaticallyAfter,
String excludeCharacters)
Constructor that initializes the object based on literal property values passed by the
RotationSingleUserOptions.Builder. |
Jsii$Proxy(Duration retention,
String preferredWindow)
Constructor that initializes the object based on literal property values passed by the
BackupProps.Builder. |
Jsii$Proxy(IClusterEngine engine,
InstanceProps instanceProps,
BackupProps backup,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
String clusterIdentifier,
Credentials credentials,
String defaultDatabaseName,
Boolean deletionProtection,
String instanceIdentifierBase,
Number instances,
Duration monitoringInterval,
IRole monitoringRole,
IParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
Boolean storageEncrypted,
IKey storageEncryptionKey,
ISubnetGroup subnetGroup)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
Jsii$Proxy(IClusterEngine engine,
InstanceProps instanceProps,
String snapshotIdentifier,
BackupProps backup,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
String clusterIdentifier,
String defaultDatabaseName,
Boolean deletionProtection,
String instanceIdentifierBase,
Number instances,
Duration monitoringInterval,
IRole monitoringRole,
IParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
ISubnetGroup subnetGroup)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterFromSnapshotProps.Builder. |
Jsii$Proxy(IClusterEngine engine,
IVpc vpc,
Duration backupRetention,
String clusterIdentifier,
Credentials credentials,
String defaultDatabaseName,
Boolean deletionProtection,
Boolean enableDataApi,
IParameterGroup parameterGroup,
RemovalPolicy removalPolicy,
ServerlessScalingOptions scaling,
List<? extends ISecurityGroup> securityGroups,
IKey storageEncryptionKey,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ServerlessClusterProps.Builder. |
Jsii$Proxy(IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceSourceProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IDatabaseInstance sourceDatabaseInstance,
Boolean storageEncrypted,
IKey storageEncryptionKey,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceReadReplicaProps.Builder. |
Jsii$Proxy(ISecret secret,
Duration automaticallyAfter,
String excludeCharacters)
Constructor that initializes the object based on literal property values passed by the
RotationMultiUserOptions.Builder. |
Jsii$Proxy(IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceNewProps.Builder. |
Jsii$Proxy(List<? extends ISecret> secrets,
IVpc vpc,
Duration borrowTimeout,
String dbProxyName,
Boolean debugLogging,
Boolean iamAuth,
Duration idleClientTimeout,
String initQuery,
Number maxConnectionsPercent,
Number maxIdleConnectionsPercent,
Boolean requireTls,
IRole role,
List<? extends ISecurityGroup> securityGroups,
List<? extends SessionPinningFilter> sessionPinningFilters,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseProxyOptions.Builder. |
Jsii$Proxy(ProxyTarget proxyTarget,
List<? extends ISecret> secrets,
IVpc vpc,
Duration borrowTimeout,
String dbProxyName,
Boolean debugLogging,
Boolean iamAuth,
Duration idleClientTimeout,
String initQuery,
Number maxConnectionsPercent,
Number maxIdleConnectionsPercent,
Boolean requireTls,
IRole role,
List<? extends ISecurityGroup> securityGroups,
List<? extends SessionPinningFilter> sessionPinningFilters,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseProxyProps.Builder. |
Jsii$Proxy(String characterSetName,
Credentials credentials,
Boolean storageEncrypted,
IKey storageEncryptionKey,
IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceProps.Builder. |
Jsii$Proxy(String snapshotIdentifier,
SnapshotCredentials credentials,
IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcPlacement,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceFromSnapshotProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
RotationMultiUserOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationMultiUserOptions.Jsii$Proxy.getAutomaticallyAfter() |
| Modifier and Type | Method and Description |
|---|---|
SecretRotation |
Cluster.addRotationSingleUser(Duration automaticallyAfter)
(experimental) Adds the single user rotation of the master password to this cluster.
|
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationMultiUserOptions.getAutomaticallyAfter() |
| Constructor and Description |
|---|
Jsii$Proxy(ISecret secret,
Duration automaticallyAfter)
Constructor that initializes the object based on literal property values passed by the
RotationMultiUserOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
ZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
SrvRecordProps.Jsii$Proxy.getTtl() |
default Duration |
CrossAccountZoneDelegationRecordProps.getTtl()
(experimental) The resource record cache time to live (TTL).
|
Duration |
CrossAccountZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
RecordSetProps.Jsii$Proxy.getTtl() |
default Duration |
RecordSetOptions.getTtl()
(experimental) The resource record cache time to live (TTL).
|
Duration |
RecordSetOptions.Jsii$Proxy.getTtl() |
Duration |
ARecordProps.Jsii$Proxy.getTtl() |
Duration |
MxRecordProps.Jsii$Proxy.getTtl() |
Duration |
CaaRecordProps.Jsii$Proxy.getTtl() |
Duration |
TxtRecordProps.Jsii$Proxy.getTtl() |
Duration |
CnameRecordProps.Jsii$Proxy.getTtl() |
default Duration |
ZoneDelegationOptions.getTtl()
(experimental) The TTL (Time To Live) of the DNS delegation record in DNS caches.
|
Duration |
ZoneDelegationOptions.Jsii$Proxy.getTtl() |
Duration |
CaaAmazonRecordProps.Jsii$Proxy.getTtl() |
Duration |
AaaaRecordProps.Jsii$Proxy.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
CrossAccountZoneDelegationRecord.Builder |
CrossAccountZoneDelegationRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
ZoneDelegationRecordProps.Builder |
ZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
SrvRecordProps.Builder |
SrvRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ARecord.Builder |
ARecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CrossAccountZoneDelegationRecordProps.Builder |
CrossAccountZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
CrossAccountZoneDelegationRecordProps.getTtl() |
RecordSetProps.Builder |
RecordSetProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ZoneDelegationRecord.Builder |
ZoneDelegationRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
SrvRecord.Builder |
SrvRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
RecordSetOptions.Builder |
RecordSetOptions.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
AaaaRecord.Builder |
AaaaRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
TxtRecord.Builder |
TxtRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CaaRecord.Builder |
CaaRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
ARecordProps.Builder |
ARecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
RecordSet.Builder |
RecordSet.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
MxRecordProps.Builder |
MxRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CaaAmazonRecord.Builder |
CaaAmazonRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
MxRecord.Builder |
MxRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CaaRecordProps.Builder |
CaaRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
TxtRecordProps.Builder |
TxtRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CnameRecord.Builder |
CnameRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
CnameRecordProps.Builder |
CnameRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ZoneDelegationOptions.Builder |
ZoneDelegationOptions.Builder.ttl(Duration ttl)
Sets the value of
ZoneDelegationOptions.getTtl() |
CaaAmazonRecordProps.Builder |
CaaAmazonRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
AaaaRecordProps.Builder |
AaaaRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
| Constructor and Description |
|---|
Jsii$Proxy(IHostedZone delegatedZone,
IRole delegationRole,
String parentHostedZoneId,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
CrossAccountZoneDelegationRecordProps.Builder. |
Jsii$Proxy(IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
RecordSetOptions.Builder. |
Jsii$Proxy(IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
CaaAmazonRecordProps.Builder. |
Jsii$Proxy(List<? extends CaaRecordValue> values,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
CaaRecordProps.Builder. |
Jsii$Proxy(List<? extends MxRecordValue> values,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
MxRecordProps.Builder. |
Jsii$Proxy(List<? extends SrvRecordValue> values,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
SrvRecordProps.Builder. |
Jsii$Proxy(List<String> nameServers,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
ZoneDelegationRecordProps.Builder. |
Jsii$Proxy(List<String> values,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
TxtRecordProps.Builder. |
Jsii$Proxy(RecordTarget target,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
ARecordProps.Builder. |
Jsii$Proxy(RecordTarget target,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
AaaaRecordProps.Builder. |
Jsii$Proxy(RecordType recordType,
RecordTarget target,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
RecordSetProps.Builder. |
Jsii$Proxy(String comment,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
ZoneDelegationOptions.Builder. |
Jsii$Proxy(String domainName,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
CnameRecordProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
LifecycleRule.getAbortIncompleteMultipartUploadAfter()
(experimental) Specifies a lifecycle rule that aborts incomplete multipart uploads to an Amazon S3 bucket.
|
Duration |
LifecycleRule.Jsii$Proxy.getAbortIncompleteMultipartUploadAfter() |
default Duration |
LifecycleRule.getExpiration()
(experimental) Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon Glacier.
|
Duration |
LifecycleRule.Jsii$Proxy.getExpiration() |
default Duration |
LifecycleRule.getNoncurrentVersionExpiration()
(experimental) Time between when a new version of the object is uploaded to the bucket and when old versions of the object expire.
|
Duration |
LifecycleRule.Jsii$Proxy.getNoncurrentVersionExpiration() |
default Duration |
Transition.getTransitionAfter()
(experimental) Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
Duration |
Transition.Jsii$Proxy.getTransitionAfter() |
Duration |
NoncurrentVersionTransition.getTransitionAfter()
(experimental) Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
Duration |
NoncurrentVersionTransition.Jsii$Proxy.getTransitionAfter() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule.Builder |
LifecycleRule.Builder.abortIncompleteMultipartUploadAfter(Duration abortIncompleteMultipartUploadAfter)
Sets the value of
LifecycleRule.getAbortIncompleteMultipartUploadAfter() |
LifecycleRule.Builder |
LifecycleRule.Builder.expiration(Duration expiration)
Sets the value of
LifecycleRule.getExpiration() |
LifecycleRule.Builder |
LifecycleRule.Builder.noncurrentVersionExpiration(Duration noncurrentVersionExpiration)
Sets the value of
LifecycleRule.getNoncurrentVersionExpiration() |
Transition.Builder |
Transition.Builder.transitionAfter(Duration transitionAfter)
Sets the value of
Transition.getTransitionAfter() |
NoncurrentVersionTransition.Builder |
NoncurrentVersionTransition.Builder.transitionAfter(Duration transitionAfter)
Sets the value of
NoncurrentVersionTransition.getTransitionAfter() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration abortIncompleteMultipartUploadAfter,
Boolean enabled,
Duration expiration,
Instant expirationDate,
String id,
Duration noncurrentVersionExpiration,
List<? extends NoncurrentVersionTransition> noncurrentVersionTransitions,
String prefix,
Map<String,? extends Object> tagFilters,
List<? extends Transition> transitions)
Constructor that initializes the object based on literal property values passed by the
LifecycleRule.Builder. |
Jsii$Proxy(StorageClass storageClass,
Duration transitionAfter)
Constructor that initializes the object based on literal property values passed by the
NoncurrentVersionTransition.Builder. |
Jsii$Proxy(StorageClass storageClass,
Duration transitionAfter,
Instant transitionDate)
Constructor that initializes the object based on literal property values passed by the
Transition.Builder. |
| Modifier and Type | Method and Description |
|---|---|
static Expires |
Expires.after(Duration t)
Deprecated.
|
static CacheControl |
CacheControl.maxAge(Duration t) |
static CacheControl |
CacheControl.sMaxAge(Duration t) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
RotationScheduleProps.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
SecretRotationProps.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
SecretRotationProps.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
RotationScheduleOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationScheduleOptions.Jsii$Proxy.getAutomaticallyAfter() |
| Modifier and Type | Method and Description |
|---|---|
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationScheduleOptions.getAutomaticallyAfter() |
SecretRotationProps.Builder |
SecretRotationProps.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
SecretRotationProps.getAutomaticallyAfter() |
RotationSchedule.Builder |
RotationSchedule.Builder.automaticallyAfter(Duration automaticallyAfter)
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
RotationScheduleOptions.Builder |
RotationScheduleOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationScheduleOptions.getAutomaticallyAfter() |
SecretRotation.Builder |
SecretRotation.Builder.automaticallyAfter(Duration automaticallyAfter)
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
| Constructor and Description |
|---|
Jsii$Proxy(Duration automaticallyAfter,
HostedRotation hostedRotation,
IFunction rotationLambda)
Constructor that initializes the object based on literal property values passed by the
RotationScheduleOptions.Builder. |
Jsii$Proxy(ISecret secret,
Duration automaticallyAfter,
HostedRotation hostedRotation,
IFunction rotationLambda)
Constructor that initializes the object based on literal property values passed by the
RotationScheduleProps.Builder. |
Jsii$Proxy(SecretRotationApplication application,
ISecret secret,
IConnectable target,
IVpc vpc,
Duration automaticallyAfter,
String excludeCharacters,
ISecret masterSecret,
ISecurityGroup securityGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
SecretRotationProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
ServiceProps.Jsii$Proxy.getDnsTtl() |
default Duration |
DnsServiceProps.getDnsTtl()
(experimental) The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
Duration |
DnsServiceProps.Jsii$Proxy.getDnsTtl() |
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.dnsTtl(Duration dnsTtl)
(experimental) The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.
|
ServiceProps.Builder |
ServiceProps.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
DnsServiceProps.getDnsTtl() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.dnsTtl(Duration dnsTtl)
Sets the value of
DnsServiceProps.getDnsTtl() |
| Constructor and Description |
|---|
Jsii$Proxy(DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
DnsServiceProps.Builder. |
Jsii$Proxy(INamespace namespace,
DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
ServiceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
SigningProfileProps.getSignatureValidity()
(experimental) The validity period for signatures generated using this signing profile.
|
Duration |
SigningProfileProps.Jsii$Proxy.getSignatureValidity() |
| Modifier and Type | Method and Description |
|---|---|
SigningProfileProps.Builder |
SigningProfileProps.Builder.signatureValidity(Duration signatureValidity)
Sets the value of
SigningProfileProps.getSignatureValidity() |
SigningProfile.Builder |
SigningProfile.Builder.signatureValidity(Duration signatureValidity)
(experimental) The validity period for signatures generated using this signing profile.
|
| Constructor and Description |
|---|
Jsii$Proxy(Platform platform,
Duration signatureValidity,
String signingProfileName)
Constructor that initializes the object based on literal property values passed by the
SigningProfileProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
QueueProps.getDataKeyReuse()
(experimental) The length of time that Amazon SQS reuses a data key before calling KMS again.
|
Duration |
QueueProps.Jsii$Proxy.getDataKeyReuse() |
default Duration |
QueueProps.getDeliveryDelay()
(experimental) The time in seconds that the delivery of all messages in the queue is delayed.
|
Duration |
QueueProps.Jsii$Proxy.getDeliveryDelay() |
default Duration |
QueueProps.getReceiveMessageWaitTime()
(experimental) Default wait time for ReceiveMessage calls.
|
Duration |
QueueProps.Jsii$Proxy.getReceiveMessageWaitTime() |
default Duration |
QueueProps.getRetentionPeriod()
(experimental) The number of seconds that Amazon SQS retains a message.
|
Duration |
QueueProps.Jsii$Proxy.getRetentionPeriod() |
default Duration |
QueueProps.getVisibilityTimeout()
(experimental) Timeout of processing a single message.
|
Duration |
QueueProps.Jsii$Proxy.getVisibilityTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Queue.Builder |
Queue.Builder.dataKeyReuse(Duration dataKeyReuse)
(experimental) The length of time that Amazon SQS reuses a data key before calling KMS again.
|
QueueProps.Builder |
QueueProps.Builder.dataKeyReuse(Duration dataKeyReuse)
Sets the value of
QueueProps.getDataKeyReuse() |
Queue.Builder |
Queue.Builder.deliveryDelay(Duration deliveryDelay)
(experimental) The time in seconds that the delivery of all messages in the queue is delayed.
|
QueueProps.Builder |
QueueProps.Builder.deliveryDelay(Duration deliveryDelay)
Sets the value of
QueueProps.getDeliveryDelay() |
Queue.Builder |
Queue.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime)
(experimental) Default wait time for ReceiveMessage calls.
|
QueueProps.Builder |
QueueProps.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime)
Sets the value of
QueueProps.getReceiveMessageWaitTime() |
Queue.Builder |
Queue.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Amazon SQS retains a message.
|
QueueProps.Builder |
QueueProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProps.getRetentionPeriod() |
Queue.Builder |
Queue.Builder.visibilityTimeout(Duration visibilityTimeout)
(experimental) Timeout of processing a single message.
|
QueueProps.Builder |
QueueProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProps.getVisibilityTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean contentBasedDeduplication,
Duration dataKeyReuse,
DeadLetterQueue deadLetterQueue,
Duration deliveryDelay,
QueueEncryption encryption,
IKey encryptionMasterKey,
Boolean fifo,
Number maxMessageSizeBytes,
String queueName,
Duration receiveMessageWaitTime,
RemovalPolicy removalPolicy,
Duration retentionPeriod,
Duration visibilityTimeout)
Constructor that initializes the object based on literal property values passed by the
QueueProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
StepFunctionsTaskConfig.getHeartbeat()
Deprecated.
|
Duration |
StepFunctionsTaskConfig.Jsii$Proxy.getHeartbeat()
Deprecated.
|
default Duration |
TaskStateBaseProps.getHeartbeat()
(experimental) Timeout for the heartbeat.
|
Duration |
TaskStateBaseProps.Jsii$Proxy.getHeartbeat() |
default Duration |
RetryProps.getInterval()
(experimental) How many seconds to wait initially before retrying.
|
Duration |
RetryProps.Jsii$Proxy.getInterval() |
default Duration |
TaskProps.getTimeout()
Deprecated.
|
Duration |
TaskProps.Jsii$Proxy.getTimeout()
Deprecated.
|
default Duration |
StateMachineProps.getTimeout()
(experimental) Maximum run time for this state machine.
|
Duration |
StateMachineProps.Jsii$Proxy.getTimeout() |
Duration |
StateGraph.getTimeout()
(experimental) Set a timeout to render into the graph JSON.
|
default Duration |
TaskStateBaseProps.getTimeout()
(experimental) Timeout for the state machine.
|
Duration |
TaskStateBaseProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
static WaitTime |
WaitTime.duration(Duration duration)
(experimental) Wait a fixed amount of time.
|
StepFunctionsTaskConfig.Builder |
StepFunctionsTaskConfig.Builder.heartbeat(Duration heartbeat)
Deprecated.
|
TaskStateBaseProps.Builder |
TaskStateBaseProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
RetryProps.Builder |
RetryProps.Builder.interval(Duration interval)
Sets the value of
RetryProps.getInterval() |
void |
StateGraph.setTimeout(Duration value)
(experimental) Set a timeout to render into the graph JSON.
|
TaskProps.Builder |
TaskProps.Builder.timeout(Duration timeout)
Deprecated.
|
StateMachineProps.Builder |
StateMachineProps.Builder.timeout(Duration timeout)
Sets the value of
StateMachineProps.getTimeout() |
Task.Builder |
Task.Builder.timeout(Duration timeout)
Deprecated.
|
TaskStateBaseProps.Builder |
TaskStateBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StateMachine.Builder |
StateMachine.Builder.timeout(Duration timeout)
(experimental) Maximum run time for this state machine.
|
| Constructor and Description |
|---|
Jsii$Proxy(IChainable definition,
LogOptions logs,
IRole role,
String stateMachineName,
StateMachineType stateMachineType,
Duration timeout,
Boolean tracingEnabled)
Constructor that initializes the object based on literal property values passed by the
StateMachineProps.Builder. |
Jsii$Proxy(IStepFunctionsTask task,
String comment,
String inputPath,
String outputPath,
Map<String,? extends Object> parameters,
String resultPath,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
TaskProps.Builder. |
Jsii$Proxy(Number backoffRate,
List<String> errors,
Duration interval,
Number maxAttempts)
Constructor that initializes the object based on literal property values passed by the
RetryProps.Builder. |
Jsii$Proxy(String resourceArn,
Duration heartbeat,
Map<String,? extends Object> metricDimensions,
String metricPrefixPlural,
String metricPrefixSingular,
Map<String,? extends Object> parameters,
List<? extends PolicyStatement> policyStatements)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
StepFunctionsTaskConfig.Builder. |
Jsii$Proxy(String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
TaskStateBaseProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.getDecommissionTimeout()
(experimental) The desired timeout for decommissioning an instance.
|
Duration |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Jsii$Proxy.getDecommissionTimeout() |
default Duration |
SqsSendMessageProps.getDelay()
(experimental) The length of time, for which to delay a message.
|
Duration |
SqsSendMessageProps.Jsii$Proxy.getDelay() |
default Duration |
SendToQueueProps.getDelay()
Deprecated.
|
Duration |
SendToQueueProps.Jsii$Proxy.getDelay()
Deprecated.
|
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getHeartbeat() |
Duration |
GlueStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EksCallProps.Jsii$Proxy.getHeartbeat() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getHeartbeat() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getHeartbeat() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getHeartbeat() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getHeartbeat() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
SnsPublishProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getHeartbeat() |
default Duration |
InvokeActivityProps.getHeartbeat()
Deprecated.
|
Duration |
InvokeActivityProps.Jsii$Proxy.getHeartbeat()
Deprecated.
|
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrAddStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoGetItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getHeartbeat() |
default Duration |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.getInstanceTerminationTimeout()
(experimental) Decommissioning timeout override for the specific list of instances to be terminated.
|
Duration |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Jsii$Proxy.getInstanceTerminationTimeout() |
default Duration |
ModelClientOptions.getInvocationsTimeout()
(experimental) The timeout duration for an invocation request.
|
Duration |
ModelClientOptions.Jsii$Proxy.getInvocationsTimeout() |
default Duration |
StoppingCondition.getMaxRuntime()
(experimental) The maximum length of time, in seconds, that the training or compilation job can run.
|
Duration |
StoppingCondition.Jsii$Proxy.getMaxRuntime() |
default Duration |
GlueStartJobRunProps.getNotifyDelayAfter()
(experimental) After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
Duration |
GlueStartJobRunProps.Jsii$Proxy.getNotifyDelayAfter() |
default Duration |
RunGlueJobTaskProps.getNotifyDelayAfter()
Deprecated.
|
Duration |
RunGlueJobTaskProps.Jsii$Proxy.getNotifyDelayAfter()
Deprecated.
|
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod()
(experimental) The period, in seconds, over which the statistic is applied.
|
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Jsii$Proxy.getPeriod() |
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTimeout() |
Duration |
GlueStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EksCallProps.Jsii$Proxy.getTimeout() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getTimeout() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getTimeout() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getTimeout() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getTimeout() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getTimeout() |
Duration |
SnsPublishProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getTimeout() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getTimeout() |
default Duration |
RunGlueJobTaskProps.getTimeout()
Deprecated.
|
Duration |
RunGlueJobTaskProps.Jsii$Proxy.getTimeout()
Deprecated.
|
Duration |
EmrAddStepProps.Jsii$Proxy.getTimeout() |
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getTimeout() |
default Duration |
RunBatchJobProps.getTimeout()
Deprecated.
|
Duration |
RunBatchJobProps.Jsii$Proxy.getTimeout()
Deprecated.
|
Duration |
DynamoGetItemProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder.decommissionTimeout(Duration decommissionTimeout)
|
SqsSendMessage.Builder |
SqsSendMessage.Builder.delay(Duration delay)
(experimental) The length of time, for which to delay a message.
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.delay(Duration delay)
Sets the value of
SqsSendMessageProps.getDelay() |
SendToQueue.Builder |
SendToQueue.Builder.delay(Duration delay)
Deprecated.
|
SendToQueueProps.Builder |
SendToQueueProps.Builder.delay(Duration delay)
Deprecated.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EksCallProps.Builder |
EksCallProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
InvokeActivity.Builder |
InvokeActivity.Builder.heartbeat(Duration heartbeat)
Deprecated.
|
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SnsPublish.Builder |
SnsPublish.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EcsRunTask.Builder |
EcsRunTask.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
InvokeActivityProps.Builder |
InvokeActivityProps.Builder.heartbeat(Duration heartbeat)
Deprecated.
|
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrAddStep.Builder |
EmrAddStep.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EvaluateExpression.Builder |
EvaluateExpression.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EksCall.Builder |
EksCall.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Builder |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Builder.instanceTerminationTimeout(Duration instanceTerminationTimeout)
|
ModelClientOptions.Builder |
ModelClientOptions.Builder.invocationsTimeout(Duration invocationsTimeout)
Sets the value of
ModelClientOptions.getInvocationsTimeout() |
StoppingCondition.Builder |
StoppingCondition.Builder.maxRuntime(Duration maxRuntime)
Sets the value of
StoppingCondition.getMaxRuntime() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Sets the value of
GlueStartJobRunProps.getNotifyDelayAfter() |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.notifyDelayAfter(Duration notifyDelayAfter)
(experimental) After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Deprecated.
|
RunGlueJobTaskProps.Builder |
RunGlueJobTaskProps.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Deprecated.
|
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder.period(Duration period)
Sets the value of
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod() |
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.timeout(Duration timeout)
Deprecated.
|
EksCallProps.Builder |
EksCallProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
RunBatchJob.Builder |
RunBatchJob.Builder.timeout(Duration timeout)
Deprecated.
|
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SnsPublish.Builder |
SnsPublish.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EcsRunTask.Builder |
EcsRunTask.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
RunGlueJobTaskProps.Builder |
RunGlueJobTaskProps.Builder.timeout(Duration timeout)
Deprecated.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrAddStep.Builder |
EmrAddStep.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EvaluateExpression.Builder |
EvaluateExpression.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
RunBatchJobProps.Builder |
RunBatchJobProps.Builder.timeout(Duration timeout)
Deprecated.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EksCall.Builder |
EksCall.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(AlgorithmSpecification algorithmSpecification,
List<? extends Channel> inputDataConfig,
OutputDataConfig outputDataConfig,
String trainingJobName,
Map<String,? extends Object> hyperparameters,
ResourceConfig resourceConfig,
IRole role,
StoppingCondition stoppingCondition,
Map<String,String> tags,
VpcConfig vpcConfig,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateTrainingJobProps.Builder. |
Jsii$Proxy(Duration heartbeat)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
InvokeActivityProps.Builder. |
Jsii$Proxy(Duration maxRuntime)
Constructor that initializes the object based on literal property values passed by the
StoppingCondition.Builder. |
Jsii$Proxy(Duration decommissionTimeout,
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty instanceResizePolicy)
Constructor that initializes the object based on literal property values passed by the
EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty.Builder. |
Jsii$Proxy(EmrCreateCluster.CloudWatchAlarmComparisonOperator comparisonOperator,
String metricName,
Duration period,
List<? extends EmrCreateCluster.MetricDimensionProperty> dimensions,
Number evaluationPeriods,
String namespace,
EmrCreateCluster.CloudWatchAlarmStatistic statistic,
Number threshold,
EmrCreateCluster.CloudWatchAlarmUnit unit)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Jsii$Proxy(EmrCreateCluster.InstancesConfigProperty instances,
String name,
String additionalInfo,
List<? extends EmrCreateCluster.ApplicationConfigProperty> applications,
IRole autoScalingRole,
List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions,
IRole clusterRole,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
String customAmiId,
Size ebsRootVolumeSize,
EmrCreateCluster.KerberosAttributesProperty kerberosAttributes,
String logUri,
String releaseLabel,
EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior,
String securityConfiguration,
IRole serviceRole,
Map<String,String> tags,
Boolean visibleToAllUsers,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrCreateClusterProps.Builder. |
Jsii$Proxy(HttpMethod method,
String apiPath,
AuthType authType,
TaskInput headers,
TaskInput queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayEndpointBaseProps.Builder. |
Jsii$Proxy(IActivity activity,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
StepFunctionsInvokeActivityProps.Builder. |
Jsii$Proxy(ICluster cluster,
HttpMethods httpMethod,
String httpPath,
Map<String,? extends List<String>> queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EksCallProps.Builder. |
Jsii$Proxy(ICluster cluster,
IEcsLaunchTarget launchTarget,
TaskDefinition taskDefinition,
Boolean assignPublicIp,
List<? extends ContainerOverride> containerOverrides,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnets,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EcsRunTaskProps.Builder. |
Jsii$Proxy(IFunction lambdaFunction,
String clientContext,
LambdaInvocationType invocationType,
TaskInput payload,
Boolean payloadResponseOnly,
String qualifier,
Boolean retryOnServiceExceptions,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
LambdaInvokeProps.Builder. |
Jsii$Proxy(IHttpApi api,
String stageName,
HttpMethod method,
String apiPath,
AuthType authType,
TaskInput headers,
TaskInput queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayHttpApiEndpointProps.Builder. |
Jsii$Proxy(IJobDefinition jobDefinition,
String jobName,
IJobQueue jobQueue,
Number arraySize,
Number attempts,
BatchContainerOverrides containerOverrides,
List<? extends BatchJobDependency> dependsOn,
TaskInput payload,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
BatchSubmitJobProps.Builder. |
Jsii$Proxy(IJobDefinition jobDefinition,
String jobName,
IJobQueue jobQueue,
Number arraySize,
Number attempts,
ContainerOverrides containerOverrides,
List<? extends JobDependency> dependsOn,
ServiceIntegrationPattern integrationPattern,
Map<String,? extends Object> payload,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunBatchJobProps.Builder. |
Jsii$Proxy(IProject project,
Map<String,? extends BuildEnvironmentVariable> environmentVariablesOverride,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CodeBuildStartBuildProps.Builder. |
Jsii$Proxy(IRestApi api,
String stageName,
HttpMethod method,
String apiPath,
AuthType authType,
TaskInput headers,
TaskInput queryParameters,
TaskInput requestBody,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayRestApiEndpointProps.Builder. |
Jsii$Proxy(IStateMachine stateMachine,
TaskInput input,
String name,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
StepFunctionsStartExecutionProps.Builder. |
Jsii$Proxy(List<String> instancesToProtect,
List<String> instancesToTerminate,
Duration instanceTerminationTimeout)
Constructor that initializes the object based on literal property values passed by the
EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
Boolean consistentRead,
Map<String,String> expressionAttributeNames,
List<? extends DynamoProjectionExpression> projectionExpression,
DynamoConsumedCapacity returnConsumedCapacity,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoGetItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoDeleteItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> item,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoPutItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String updateExpression,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoUpdateItemProps.Builder. |
Jsii$Proxy(Map<String,String> arguments,
ServiceIntegrationPattern integrationPattern,
Duration notifyDelayAfter,
String securityConfiguration,
Duration timeout)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunGlueJobTaskProps.Builder. |
Jsii$Proxy(Number invocationsMaxRetries,
Duration invocationsTimeout)
Constructor that initializes the object based on literal property values passed by the
ModelClientOptions.Builder. |
Jsii$Proxy(String clusterId,
Boolean terminationProtected,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrSetClusterTerminationProtectionProps.Builder. |
Jsii$Proxy(String clusterId,
EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty instanceGroup,
String instanceGroupName,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrModifyInstanceGroupByNameProps.Builder. |
Jsii$Proxy(String modelName,
IContainerDefinition primaryContainer,
List<? extends IContainerDefinition> containers,
Boolean enableNetworkIsolation,
IRole role,
SubnetSelection subnetSelection,
TaskInput tags,
IVpc vpc,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateModelProps.Builder. |
Jsii$Proxy(String endpointConfigName,
List<? extends ProductionVariant> productionVariants,
IKey kmsKey,
TaskInput tags,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateEndpointConfigProps.Builder. |
Jsii$Proxy(String queryExecutionId,
Number maxResults,
String nextToken,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AthenaGetQueryResultsProps.Builder. |
Jsii$Proxy(String expression,
Runtime runtime,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EvaluateExpressionProps.Builder. |
Jsii$Proxy(String name,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
GlueDataBrewStartJobRunProps.Builder. |
Jsii$Proxy(String queryExecutionId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AthenaGetQueryExecutionProps.Builder. |
Jsii$Proxy(String clusterId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrTerminateClusterProps.Builder. |
Jsii$Proxy(String queryExecutionId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AthenaStopQueryExecutionProps.Builder. |
Jsii$Proxy(String clusterId,
String instanceFleetName,
Number targetOnDemandCapacity,
Number targetSpotCapacity,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrModifyInstanceFleetByNameProps.Builder. |
Jsii$Proxy(String queryString,
String clientRequestToken,
QueryExecutionContext queryExecutionContext,
ResultConfiguration resultConfiguration,
String workGroup,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AthenaStartQueryExecutionProps.Builder. |
Jsii$Proxy(String clusterId,
String jar,
String name,
ActionOnFailure actionOnFailure,
List<String> args,
String mainClass,
Map<String,String> properties,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrAddStepProps.Builder. |
Jsii$Proxy(String clusterId,
String stepId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrCancelStepProps.Builder. |
Jsii$Proxy(String endpointConfigName,
String endpointName,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerUpdateEndpointProps.Builder. |
Jsii$Proxy(String endpointConfigName,
String endpointName,
TaskInput tags,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateEndpointProps.Builder. |
Jsii$Proxy(String glueJobName,
TaskInput arguments,
Duration notifyDelayAfter,
String securityConfiguration,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
GlueStartJobRunProps.Builder. |
Jsii$Proxy(String modelName,
TransformInput transformInput,
String transformJobName,
TransformOutput transformOutput,
BatchStrategy batchStrategy,
Map<String,String> environment,
Number maxConcurrentTransforms,
Size maxPayload,
ModelClientOptions modelClientOptions,
IRole role,
Map<String,String> tags,
TransformResources transformResources,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateTransformJobProps.Builder. |
Jsii$Proxy(TaskInput messageBody,
Duration delay,
ServiceIntegrationPattern integrationPattern,
String messageDeduplicationId,
String messageGroupId)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
SendToQueueProps.Builder. |
Jsii$Proxy(TaskInput messageBody,
IQueue queue,
Duration delay,
String messageDeduplicationId,
String messageGroupId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SqsSendMessageProps.Builder. |
Jsii$Proxy(TaskInput message,
ITopic topic,
Boolean messagePerSubscriptionType,
String subject,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SnsPublishProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
CanaryProps.getFailureRetentionPeriod()
(experimental) How many days should failed runs be retained.
|
Duration |
CanaryProps.Jsii$Proxy.getFailureRetentionPeriod() |
default Duration |
CanaryProps.getSuccessRetentionPeriod()
(experimental) How many days should successful runs be retained.
|
Duration |
CanaryProps.Jsii$Proxy.getSuccessRetentionPeriod() |
default Duration |
CanaryProps.getTimeToLive()
(experimental) How long the canary will be in a 'RUNNING' state.
|
Duration |
CanaryProps.Jsii$Proxy.getTimeToLive() |
| Modifier and Type | Method and Description |
|---|---|
CanaryProps.Builder |
CanaryProps.Builder.failureRetentionPeriod(Duration failureRetentionPeriod)
Sets the value of
CanaryProps.getFailureRetentionPeriod() |
Canary.Builder |
Canary.Builder.failureRetentionPeriod(Duration failureRetentionPeriod)
(experimental) How many days should failed runs be retained.
|
static Schedule |
Schedule.rate(Duration interval)
(experimental) Construct a schedule from an interval.
|
CanaryProps.Builder |
CanaryProps.Builder.successRetentionPeriod(Duration successRetentionPeriod)
Sets the value of
CanaryProps.getSuccessRetentionPeriod() |
Canary.Builder |
Canary.Builder.successRetentionPeriod(Duration successRetentionPeriod)
(experimental) How many days should successful runs be retained.
|
CanaryProps.Builder |
CanaryProps.Builder.timeToLive(Duration timeToLive)
Sets the value of
CanaryProps.getTimeToLive() |
Canary.Builder |
Canary.Builder.timeToLive(Duration timeToLive)
(experimental) How long the canary will be in a 'RUNNING' state.
|
| Constructor and Description |
|---|
Jsii$Proxy(Runtime runtime,
Test test,
ArtifactsBucketLocation artifactsBucketLocation,
String canaryName,
Duration failureRetentionPeriod,
IRole role,
Schedule schedule,
Boolean startAfterCreation,
Duration successRetentionPeriod,
Duration timeToLive)
Constructor that initializes the object based on literal property values passed by the
CanaryProps.Builder. |
Copyright © 2021. All rights reserved.