| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.days(Number amount)
(experimental) Create a Duration representing an amount of days.
|
default Duration |
CustomResourceProviderProps.getTimeout()
(experimental) AWS Lambda timeout for the provider.
|
Duration |
CustomResourceProviderProps.Jsii$Proxy.getTimeout() |
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() |
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.
|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.timeout(Duration timeout)
Sets the value of
CustomResourceProviderProps.getTimeout() |
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.
|
| 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.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.timeout(Duration timeout)
(experimental) The timeout for the Lambda function implementing this custom resource.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.timeout(Duration timeout)
Sets the value of
AwsCustomResourceProps.getTimeout() |
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 |
|---|---|
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() |
Duration |
StageProps.Jsii$Proxy.getCacheTtl() |
default Duration |
CorsOptions.getMaxAge()
(experimental) The Access-Control-Max-Age response header indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.
|
Duration |
CorsOptions.Jsii$Proxy.getMaxAge() |
Duration |
TokenAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
default Duration |
LambdaAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
LambdaAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
Duration |
RequestAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
default Duration |
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
Duration |
CognitoUserPoolsAuthorizerProps.Jsii$Proxy.getResultsCacheTtl() |
default Duration |
IntegrationOptions.getTimeout()
(experimental) The maximum amount of time an integration will run before it returns without a response.
|
Duration |
IntegrationOptions.Jsii$Proxy.getTimeout() |
Duration |
LambdaIntegrationOptions.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
Stage.Builder.cacheTtl(Duration cacheTtl)
(experimental) Specifies the time to live (TTL), in seconds, for cached responses.
|
MethodDeploymentOptions.Builder |
MethodDeploymentOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
StageOptions.Builder |
StageOptions.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
StageProps.Builder |
StageProps.Builder.cacheTtl(Duration cacheTtl)
Sets the value of
MethodDeploymentOptions.getCacheTtl() |
CorsOptions.Builder |
CorsOptions.Builder.maxAge(Duration maxAge)
Sets the value of
CorsOptions.getMaxAge() |
TokenAuthorizerProps.Builder |
TokenAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
LambdaAuthorizerProps.Builder |
LambdaAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
CognitoUserPoolsAuthorizer.Builder |
CognitoUserPoolsAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
TokenAuthorizer.Builder |
TokenAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
RequestAuthorizer.Builder |
RequestAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
CognitoUserPoolsAuthorizerProps.Builder |
CognitoUserPoolsAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
CognitoUserPoolsAuthorizerProps.getResultsCacheTtl() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.timeout(Duration timeout)
(experimental) The maximum amount of time an integration will run before it returns without a response.
|
IntegrationOptions.Builder |
IntegrationOptions.Builder.timeout(Duration timeout)
Sets the value of
IntegrationOptions.getTimeout() |
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.timeout(Duration timeout)
Sets the value of
IntegrationOptions.getTimeout() |
MockIntegration.Builder |
MockIntegration.Builder.timeout(Duration timeout)
(experimental) The maximum amount of time an integration will run before it returns without a response.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowTestInvoke,
Boolean proxy,
List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
LambdaIntegrationOptions.Builder. |
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(List<String> cacheKeyParameters,
String cacheNamespace,
ConnectionType connectionType,
ContentHandling contentHandling,
Boolean credentialsPassthrough,
IRole credentialsRole,
List<? extends IntegrationResponse> integrationResponses,
PassthroughBehavior passthroughBehavior,
Map<String,String> requestParameters,
Map<String,String> requestTemplates,
Duration timeout,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
IntegrationOptions.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 |
|---|---|
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
StepScalingActionProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleInCooldown()
(experimental) Period after a scale in activity completes before another scale in activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
default Duration |
BaseTargetTrackingProps.getScaleOutCooldown()
(experimental) Period after a scale out activity completes before another scale out activity can start.
|
Duration |
BaseTargetTrackingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getScaleOutCooldown() |
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
StepScalingAction.Builder |
StepScalingAction.Builder.cooldown(Duration cooldown)
(experimental) Grace period after scaling activity.
|
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.cooldown(Duration cooldown)
Sets the value of
BasicStepScalingPolicyProps.getCooldown() |
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.cooldown(Duration cooldown)
Sets the value of
StepScalingActionProps.getCooldown() |
static Schedule |
Schedule.rate(Duration duration)
(experimental) Construct a schedule from an interval and a time unit.
|
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleInCooldown(Duration scaleInCooldown)
(experimental) Period after a scale in activity completes before another scale in activity can start.
|
TargetTrackingScalingPolicyProps.Builder |
TargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
BaseTargetTrackingProps.Builder |
BaseTargetTrackingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
BasicTargetTrackingScalingPolicyProps.Builder |
BasicTargetTrackingScalingPolicyProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
TargetTrackingScalingPolicy.Builder |
TargetTrackingScalingPolicy.Builder.scaleOutCooldown(Duration scaleOutCooldown)
(experimental) Period after a scale out activity completes before another scale out activity can start.
|
| 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 |
CommonAutoScalingGroupProps.getCooldown()
(experimental) Default scaling cooldown for this AutoScalingGroup.
|
Duration |
CommonAutoScalingGroupProps.Jsii$Proxy.getCooldown() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getCooldown() |
Duration |
MetricTargetTrackingProps.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() |
default Duration |
BasicStepScalingPolicyProps.getCooldown()
(experimental) Grace period after scaling activity.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getCooldown() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getCooldown() |
default Duration |
StepScalingActionProps.getCooldown()
(experimental) Period after a scaling completes before another scaling activity can start.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getCooldown() |
Duration |
AutoScalingGroupProps.Jsii$Proxy.getCooldown() |
Duration |
StepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
TargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
MetricTargetTrackingProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
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() |
default Duration |
BasicStepScalingPolicyProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
BasicStepScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
BasicTargetTrackingScalingPolicyProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
default Duration |
StepScalingActionProps.getEstimatedInstanceWarmup()
(experimental) Estimated time until a newly launched instance can send metrics to CloudWatch.
|
Duration |
StepScalingActionProps.Jsii$Proxy.getEstimatedInstanceWarmup() |
Duration |
CpuUtilizationScalingProps.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() |
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.
|
Duration |
AutoScalingGroupProps.Jsii$Proxy.getMaxInstanceLifetime() |
default Duration |
RollingUpdateOptions.getPauseTime()
(experimental) The pause time after making a change to a batch of instances.
|
Duration |
RollingUpdateOptions.Jsii$Proxy.getPauseTime() |
default Duration |
SignalsOptions.getTimeout()
(experimental) How long to wait for the signals to be sent.
|
Duration |
SignalsOptions.Jsii$Proxy.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,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
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,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
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 targetRequestsPerMinute,
Duration cooldown,
Boolean disableScaleIn,
Duration estimatedInstanceWarmup)
Constructor that initializes the object based on literal property values passed by the
RequestCountScalingProps.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 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. |
| 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 |
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 |
Behavior.getDefaultTtl()
(experimental) The default amount of time CloudFront will cache an object.
|
Duration |
Behavior.Jsii$Proxy.getDefaultTtl() |
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.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.getMaxTtl()
(experimental) The maximum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.Jsii$Proxy.getMaxTtl() |
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 |
CachePolicyProps.getMinTtl()
(experimental) The minimum amount of time for objects to stay in the CloudFront cache.
|
Duration |
CachePolicyProps.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() |
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.defaultTtl(Duration defaultTtl)
Sets the value of
CachePolicyProps.getDefaultTtl() |
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.maxTtl(Duration maxTtl)
Sets the value of
CachePolicyProps.getMaxTtl() |
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.
|
CachePolicyProps.Builder |
CachePolicyProps.Builder.minTtl(Duration minTtl)
Sets the value of
CachePolicyProps.getMinTtl() |
CustomOriginConfig.Builder |
CustomOriginConfig.Builder.originKeepaliveTimeout(Duration originKeepaliveTimeout)
Sets the value of
CustomOriginConfig.getOriginKeepaliveTimeout() |
CustomOriginConfig.Builder |
CustomOriginConfig.Builder.originReadTimeout(Duration originReadTimeout)
Sets the value of
CustomOriginConfig.getOriginReadTimeout() |
ErrorResponse.Builder |
ErrorResponse.Builder.ttl(Duration ttl)
Sets the value of
ErrorResponse.getTtl() |
| 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)
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,
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,
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 |
HttpOriginProps.Jsii$Proxy.getConnectionTimeout() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getConnectionTimeout() |
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.getKeepaliveTimeout() |
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() |
Duration |
LoadBalancerV2OriginProps.Jsii$Proxy.getReadTimeout() |
| Modifier and Type | Method and Description |
|---|---|
HttpOriginProps.Builder |
HttpOriginProps.Builder.connectionTimeout(Duration connectionTimeout)
Sets the value of
OriginProps.getConnectionTimeout() |
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.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.
|
HttpOriginProps.Builder |
HttpOriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
HttpOriginProps.getKeepaliveTimeout() |
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.keepaliveTimeout(Duration keepaliveTimeout)
Sets the value of
HttpOriginProps.getKeepaliveTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.keepaliveTimeout(Duration keepaliveTimeout)
(experimental) Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
HttpOriginProps.Builder |
HttpOriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
HttpOriginProps.getReadTimeout() |
LoadBalancerV2OriginProps.Builder |
LoadBalancerV2OriginProps.Builder.readTimeout(Duration readTimeout)
Sets the value of
HttpOriginProps.getReadTimeout() |
HttpOrigin.Builder |
HttpOrigin.Builder.readTimeout(Duration readTimeout)
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
LoadBalancerV2Origin.Builder |
LoadBalancerV2Origin.Builder.readTimeout(Duration readTimeout)
(experimental) Specifies how long, in seconds, CloudFront waits for a response from the origin, also known as the origin response timeout.
|
| 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
HttpOriginProps.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
LoadBalancerV2OriginProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
MetricStatConfig.getPeriod()
(experimental) How many seconds to aggregate over.
|
Duration |
MetricStatConfig.Jsii$Proxy.getPeriod() |
Duration |
Metric.getPeriod()
(experimental) Period of this metric.
|
default Duration |
CommonMetricOptions.getPeriod()
(experimental) The period over which the specified statistic is applied.
|
Duration |
CommonMetricOptions.Jsii$Proxy.getPeriod() |
Duration |
MetricOptions.Jsii$Proxy.getPeriod() |
Duration |
MathExpressionProps.Jsii$Proxy.getPeriod() |
Duration |
MetricProps.Jsii$Proxy.getPeriod() |
default Duration |
GraphWidgetProps.getPeriod()
(experimental) The default period for all metrics in this widget.
|
Duration |
GraphWidgetProps.Jsii$Proxy.getPeriod() |
Duration |
MathExpression.getPeriod()
(experimental) Aggregation period of this metric.
|
default Duration |
MathExpressionOptions.getPeriod()
(experimental) The period over which the expression's statistics are applied.
|
Duration |
MathExpressionOptions.Jsii$Proxy.getPeriod() |
| Modifier and Type | Method and Description |
|---|---|
MetricStatConfig.Builder |
MetricStatConfig.Builder.period(Duration period)
Sets the value of
MetricStatConfig.getPeriod() |
Metric.Builder |
Metric.Builder.period(Duration period)
(experimental) The period over which the specified statistic is applied.
|
GraphWidget.Builder |
GraphWidget.Builder.period(Duration period)
(experimental) The default period for all metrics in this widget.
|
CommonMetricOptions.Builder |
CommonMetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
MetricOptions.Builder |
MetricOptions.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
MathExpressionProps.Builder |
MathExpressionProps.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
MetricProps.Builder |
MetricProps.Builder.period(Duration period)
Sets the value of
CommonMetricOptions.getPeriod() |
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.period(Duration period)
Sets the value of
GraphWidgetProps.getPeriod() |
MathExpression.Builder |
MathExpression.Builder.period(Duration period)
(experimental) The period over which the expression's statistics are applied.
|
MathExpressionOptions.Builder |
MathExpressionOptions.Builder.period(Duration period)
Sets the value of
MathExpressionOptions.getPeriod() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
Duration period,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean setPeriodToTimeRange,
Boolean stacked,
String statistic,
GraphWidgetView view,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
GraphWidgetProps.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
CommonMetricOptions.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 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 |
|---|---|
CommonProjectProps.Builder |
CommonProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
ProjectProps.Builder |
ProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
Project.Builder |
Project.Builder.queuedTimeout(Duration queuedTimeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.
|
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.queuedTimeout(Duration queuedTimeout)
Sets the value of
CommonProjectProps.getQueuedTimeout() |
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.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
ProjectProps.Builder |
ProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
Project.Builder |
Project.Builder.timeout(Duration timeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.timeout(Duration timeout)
Sets the value of
CommonProjectProps.getTimeout() |
PipelineProject.Builder |
PipelineProject.Builder.timeout(Duration timeout)
(experimental) The number of minutes after which AWS CodeBuild stops the build if it's not complete.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
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,
Number concurrentBuildLimit,
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,
Number concurrentBuildLimit,
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 |
|---|---|
EcsDeployAction.Builder |
EcsDeployAction.Builder.deploymentTimeout(Duration deploymentTimeout)
(experimental) Timeout for the ECS deployment in minutes.
|
EcsDeployActionProps.Builder |
EcsDeployActionProps.Builder.deploymentTimeout(Duration deploymentTimeout)
Sets the value of
EcsDeployActionProps.getDeploymentTimeout() |
static CacheControl |
CacheControl.maxAge(Duration t)
(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,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
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,
Boolean contributorInsightsEnabled,
TableEncryption encryption,
IKey encryptionKey,
Boolean pointInTimeRecovery,
Number readCapacity,
RemovalPolicy removalPolicy,
List<String> replicationRegions,
Duration replicationTimeout,
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 |
Ec2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
FargateServiceProps.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() |
default Duration |
FluentdLogDriverProps.getRetryWait()
(experimental) How long to wait between retries.
|
Duration |
FluentdLogDriverProps.Jsii$Proxy.getRetryWait() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
MemoryUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
CpuUtilizationScalingProps.Jsii$Proxy.getScaleInCooldown() |
Duration |
RequestCountScalingProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
TrackCustomMetricProps.Jsii$Proxy.getScaleOutCooldown() |
Duration |
MemoryUtilizationScalingProps.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() |
Duration |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStartTimeout() |
Duration |
FirelensLogRouterProps.Jsii$Proxy.getStartTimeout() |
default Duration |
ContainerDefinitionOptions.getStartTimeout()
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
Duration |
ContainerDefinitionOptions.Jsii$Proxy.getStartTimeout() |
Duration |
ContainerDefinitionProps.Jsii$Proxy.getStartTimeout() |
Duration |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getStopTimeout() |
Duration |
FirelensLogRouterProps.Jsii$Proxy.getStopTimeout() |
default Duration |
ContainerDefinitionOptions.getStopTimeout()
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
Duration |
ContainerDefinitionOptions.Jsii$Proxy.getStopTimeout() |
Duration |
ContainerDefinitionProps.Jsii$Proxy.getStopTimeout() |
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() |
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.
|
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
FargateServiceProps.Builder |
FargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
BaseServiceProps.Builder |
BaseServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
BaseServiceOptions.getHealthCheckGracePeriod() |
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() |
FluentdLogDriver.Builder |
FluentdLogDriver.Builder.retryWait(Duration retryWait)
(experimental) How long to wait between retries.
|
FluentdLogDriverProps.Builder |
FluentdLogDriverProps.Builder.retryWait(Duration retryWait)
Sets the value of
FluentdLogDriverProps.getRetryWait() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
TrackCustomMetricProps.Builder |
TrackCustomMetricProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
CpuUtilizationScalingProps.Builder |
CpuUtilizationScalingProps.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
TrackCustomMetricProps.Builder |
TrackCustomMetricProps.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
MemoryUtilizationScalingProps.Builder |
MemoryUtilizationScalingProps.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() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.startTimeout(Duration startTimeout)
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.startTimeout(Duration startTimeout)
(experimental) Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.startTimeout(Duration startTimeout)
Sets the value of
ContainerDefinitionOptions.getStartTimeout() |
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.
|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.stopTimeout(Duration stopTimeout)
(experimental) Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.stopTimeout(Duration stopTimeout)
Sets the value of
ContainerDefinitionOptions.getStopTimeout() |
GelfLogDriver.Builder |
GelfLogDriver.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
(experimental) TCP Only The number of seconds to wait between reconnection attempts.
|
GelfLogDriverProps.Builder |
GelfLogDriverProps.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
Sets the value of
GelfLogDriverProps.getTcpReconnectDelay() |
HealthCheck.Builder |
HealthCheck.Builder.timeout(Duration timeout)
Sets the value of
HealthCheck.getTimeout() |
| Constructor and Description |
|---|
Jsii$Proxy(ContainerImage image,
List<String> command,
String containerName,
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,
List<String> inferenceAcceleratorResources,
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,
String containerName,
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,
List<String> inferenceAcceleratorResources,
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,
String containerName,
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,
List<String> inferenceAcceleratorResources,
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,
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,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
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,
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,
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,
String containerName,
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,
List<String> inferenceAcceleratorResources,
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 |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkMultipleTargetGroupsEc2ServiceProps.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() |
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 |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
ApplicationMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
Duration |
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
Duration |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getHealthCheckGracePeriod() |
default Duration |
QueueProcessingServiceBaseProps.getRetentionPeriod()
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
Duration |
QueueProcessingServiceBaseProps.Jsii$Proxy.getRetentionPeriod() |
Duration |
QueueProcessingFargateServiceProps.Jsii$Proxy.getRetentionPeriod() |
Duration |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getRetentionPeriod() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
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.
|
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
NetworkMultipleTargetGroupsEc2ServiceProps.Builder |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
NetworkLoadBalancedEc2Service.Builder |
NetworkLoadBalancedEc2Service.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
(experimental) The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
|
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.
|
NetworkMultipleTargetGroupsServiceBaseProps.Builder |
NetworkMultipleTargetGroupsServiceBaseProps.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.
|
NetworkLoadBalancedServiceBaseProps.Builder |
NetworkLoadBalancedServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
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.
|
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.
|
NetworkLoadBalancedFargateServiceProps.Builder |
NetworkLoadBalancedFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getHealthCheckGracePeriod() |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
|
NetworkLoadBalancedEc2ServiceProps.Builder |
NetworkLoadBalancedEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkLoadBalancedServiceBaseProps.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.
|
NetworkMultipleTargetGroupsFargateServiceProps.Builder |
NetworkMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod() |
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProcessingServiceBaseProps.getRetentionPeriod() |
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Dead Letter Queue retains a message.
|
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,
ApplicationProtocolVersion protocolVersion,
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,
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,
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,
ApplicationProtocolVersion protocolVersion,
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,
ApplicationProtocolVersion protocolVersion,
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,
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 |
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() |
default Duration |
HelmChartOptions.getTimeout()
(experimental) Amount of time to wait for any individual Kubernetes operation.
|
Duration |
HelmChartOptions.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() |
HelmChartProps.Builder |
HelmChartProps.Builder.timeout(Duration timeout)
Sets the value of
HelmChartOptions.getTimeout() |
HelmChart.Builder |
HelmChart.Builder.timeout(Duration timeout)
(experimental) Amount of time to wait for any individual Kubernetes operation.
|
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() |
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() |
| 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,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
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 |
|---|---|
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 |
|---|---|
Duration |
NetworkTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
AddNetworkTargetsProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
AddNetworkTargetsProps.Jsii$Proxy.getDeregistrationDelay() |
default Duration |
BaseTargetGroupProps.getDeregistrationDelay()
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
Duration |
BaseTargetGroupProps.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 |
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 |
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.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.getStickinessCookieDuration()
(experimental) The stickiness cookie expiration period.
|
Duration |
ApplicationTargetGroupProps.Jsii$Proxy.getStickinessCookieDuration() |
default Duration |
AddApplicationTargetsProps.getStickinessCookieDuration()
(experimental) The stickiness cookie expiration period.
|
Duration |
AddApplicationTargetsProps.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 |
|---|---|
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() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.deregistrationDelay(Duration deregistrationDelay)
(experimental) The amount of time for Elastic Load Balancing to wait before deregistering a target.
|
NetworkTargetGroup.Builder |
NetworkTargetGroup.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() |
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
BaseTargetGroupProps.getDeregistrationDelay() |
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.deregistrationDelay(Duration deregistrationDelay)
Sets the value of
AddApplicationTargetsProps.getDeregistrationDelay() |
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration)
(experimental) Enable sticky routing via a cookie to members of this target group.
|
void |
ApplicationTargetGroup.enableCookieStickiness(Duration duration,
String cookieName)
(experimental) Enable sticky routing via a cookie to members of this target group.
|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.idleTimeout(Duration idleTimeout)
Sets the value of
ApplicationLoadBalancerProps.getIdleTimeout() |
ApplicationLoadBalancer.Builder |
ApplicationLoadBalancer.Builder.idleTimeout(Duration idleTimeout)
(experimental) The load balancer idle timeout, in seconds.
|
HealthCheck.Builder |
HealthCheck.Builder.interval(Duration interval)
Sets the value of
HealthCheck.getInterval() |
AuthenticateOidcOptions.Builder |
AuthenticateOidcOptions.Builder.sessionTimeout(Duration sessionTimeout)
Sets the value of
AuthenticateOidcOptions.getSessionTimeout() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.slowStart(Duration slowStart)
Sets the value of
ApplicationTargetGroupProps.getSlowStart() |
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.slowStart(Duration slowStart)
(experimental) The time period during which the load balancer sends a newly registered target a linearly increasing share of the traffic to the target group.
|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.slowStart(Duration slowStart)
Sets the value of
AddApplicationTargetsProps.getSlowStart() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration)
Sets the value of
ApplicationTargetGroupProps.getStickinessCookieDuration() |
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() |
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 healthyGrpcCodes,
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,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
String targetGroupName,
List<? extends IApplicationLoadBalancerTarget> targets,
List<? extends ListenerCondition> conditions,
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,
Boolean preserveClientIp,
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(Number port,
Duration deregistrationDelay,
HealthCheck healthCheck,
Boolean preserveClientIp,
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(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 |
|---|---|
AuthenticateCognitoActionProps.Builder |
AuthenticateCognitoActionProps.Builder.sessionTimeout(Duration sessionTimeout)
Sets the value of
AuthenticateCognitoActionProps.getSessionTimeout() |
AuthenticateCognitoAction.Builder |
AuthenticateCognitoAction.Builder.sessionTimeout(Duration sessionTimeout)
(experimental) The maximum duration of the authentication session.
|
| 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 |
|---|---|
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 |
CodePipelineTargetOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
SfnStateMachineProps.Jsii$Proxy.getMaxEventAge() |
Duration |
CodeBuildProjectProps.Jsii$Proxy.getMaxEventAge() |
Duration |
LogGroupProps.Jsii$Proxy.getMaxEventAge() |
Duration |
ApiGatewayProps.Jsii$Proxy.getMaxEventAge() |
Duration |
LambdaFunctionProps.Jsii$Proxy.getMaxEventAge() |
| Modifier and Type | Method and Description |
|---|---|
TargetBaseProps.Builder |
TargetBaseProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
CodePipelineTargetOptions.Builder |
CodePipelineTargetOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
SfnStateMachineProps.Builder |
SfnStateMachineProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
ApiGateway.Builder |
ApiGateway.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() |
LogGroupProps.Builder |
LogGroupProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
TargetBaseProps.getMaxEventAge() |
CodePipeline.Builder |
CodePipeline.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
ApiGatewayProps.Builder |
ApiGatewayProps.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.
|
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.
|
LambdaFunctionProps.Builder |
LambdaFunctionProps.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(IRole eventRole,
Map<String,String> headerParameters,
String method,
String path,
List<String> pathParameterValues,
RuleTargetInput postBody,
Map<String,String> queryStringParameters,
String stage,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
ApiGatewayProps.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 input,
IRole role,
IQueue deadLetterQueue,
Duration maxEventAge,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SfnStateMachineProps.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. |
| Modifier and Type | Method and Description |
|---|---|
default Duration |
EndpointGroupOptions.getHealthCheckInterval()
(experimental) The time between health checks for each endpoint.
|
Duration |
EndpointGroupOptions.Jsii$Proxy.getHealthCheckInterval() |
Duration |
EndpointGroupProps.Jsii$Proxy.getHealthCheckInterval() |
| Modifier and Type | Method and Description |
|---|---|
EndpointGroupOptions.Builder |
EndpointGroupOptions.Builder.healthCheckInterval(Duration healthCheckInterval)
Sets the value of
EndpointGroupOptions.getHealthCheckInterval() |
EndpointGroupProps.Builder |
EndpointGroupProps.Builder.healthCheckInterval(Duration healthCheckInterval)
Sets the value of
EndpointGroupOptions.getHealthCheckInterval() |
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckInterval(Duration healthCheckInterval)
(experimental) The time between health checks for each endpoint.
|
| Constructor and Description |
|---|
Jsii$Proxy(IListener listener,
String endpointGroupName,
List<? extends IEndpoint> endpoints,
Duration healthCheckInterval,
String healthCheckPath,
Number healthCheckPort,
HealthCheckProtocol healthCheckProtocol,
Number healthCheckThreshold,
List<? extends PortOverride> portOverrides,
String region,
Number trafficDialPercentage)
Constructor that initializes the object based on literal property values passed by the
EndpointGroupProps.Builder. |
Jsii$Proxy(String endpointGroupName,
List<? extends IEndpoint> endpoints,
Duration healthCheckInterval,
String healthCheckPath,
Number healthCheckPort,
HealthCheckProtocol healthCheckProtocol,
Number healthCheckThreshold,
List<? extends PortOverride> portOverrides,
String region,
Number trafficDialPercentage)
Constructor that initializes the object based on literal property values passed by the
EndpointGroupOptions.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 |
|---|---|
LazyRoleProps.Builder |
LazyRoleProps.Builder.maxSessionDuration(Duration maxSessionDuration)
Sets the value of
RoleProps.getMaxSessionDuration() |
LazyRole.Builder |
LazyRole.Builder.maxSessionDuration(Duration maxSessionDuration)
(experimental) The maximum session duration that you want to set for the specified role.
|
Role.Builder |
Role.Builder.maxSessionDuration(Duration maxSessionDuration)
(experimental) The maximum session duration that you want to set for the specified role.
|
RoleProps.Builder |
RoleProps.Builder.maxSessionDuration(Duration maxSessionDuration)
Sets the value of
RoleProps.getMaxSessionDuration() |
| Constructor and Description |
|---|
Jsii$Proxy(IPrincipal assumedBy,
String description,
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,
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 |
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,
KeySpec keySpec,
KeyUsage keyUsage,
Duration pendingWindow,
PolicyDocument policy,
RemovalPolicy removalPolicy)
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() |
default Duration |
EventSourceMappingOptions.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
VersionOptions.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 |
DockerImageFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
FunctionOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
VersionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
SingletonFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
AliasOptions.Jsii$Proxy.getMaxEventAge() |
Duration |
AliasProps.Jsii$Proxy.getMaxEventAge() |
Duration |
EventInvokeConfigProps.Jsii$Proxy.getMaxEventAge() |
Duration |
FunctionProps.Jsii$Proxy.getMaxEventAge() |
default Duration |
EventSourceMappingOptions.getMaxRecordAge()
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getMaxRecordAge() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleInCooldown() |
Duration |
UtilizationScalingOptions.Jsii$Proxy.getScaleOutCooldown() |
Duration |
DockerImageFunctionProps.Jsii$Proxy.getTimeout() |
default Duration |
FunctionOptions.getTimeout()
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
Duration |
FunctionOptions.Jsii$Proxy.getTimeout() |
Duration |
SingletonFunctionProps.Jsii$Proxy.getTimeout() |
Duration |
FunctionProps.Jsii$Proxy.getTimeout() |
default Duration |
EventSourceMappingOptions.getTumblingWindow()
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis.
|
Duration |
EventSourceMappingOptions.Jsii$Proxy.getTumblingWindow() |
Duration |
EventSourceMappingProps.Jsii$Proxy.getTumblingWindow() |
| Modifier and Type | Method and Description |
|---|---|
LogRetentionRetryOptions.Builder |
LogRetentionRetryOptions.Builder.base(Duration base)
Sets the value of
LogRetentionRetryOptions.getBase() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
EventSourceMappingOptions.getMaxBatchingWindow() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
EventSourceMappingOptions.getMaxBatchingWindow() |
VersionOptions.Builder |
VersionOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
EventInvokeConfigOptions.Builder |
EventInvokeConfigOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
FunctionOptions.Builder |
FunctionOptions.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
VersionProps.Builder |
VersionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.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.
|
EventInvokeConfig.Builder |
EventInvokeConfig.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() |
AliasProps.Builder |
AliasProps.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.
|
EventInvokeConfigProps.Builder |
EventInvokeConfigProps.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.
|
SingletonFunction.Builder |
SingletonFunction.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() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
EventSourceMappingOptions.getMaxRecordAge() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
EventSourceMappingOptions.getMaxRecordAge() |
UtilizationScalingOptions.Builder |
UtilizationScalingOptions.Builder.scaleInCooldown(Duration scaleInCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleInCooldown() |
UtilizationScalingOptions.Builder |
UtilizationScalingOptions.Builder.scaleOutCooldown(Duration scaleOutCooldown)
Sets the value of
BaseTargetTrackingProps.getScaleOutCooldown() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
FunctionOptions.Builder |
FunctionOptions.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
Function.Builder |
Function.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
SingletonFunction.Builder |
SingletonFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
FunctionProps.Builder |
FunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
EventSourceMappingOptions.getTumblingWindow() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
EventSourceMappingOptions.getTumblingWindow() |
| 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,
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,
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,
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)
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,
Duration tumblingWindow)
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,
Duration tumblingWindow)
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,
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 |
|---|---|
default Duration |
StreamEventSourceProps.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
SqsEventSourceProps.getMaxBatchingWindow()
(experimental) The maximum amount of time to gather records before invoking the function.
|
Duration |
SqsEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getMaxBatchingWindow() |
default Duration |
StreamEventSourceProps.getMaxRecordAge()
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getMaxRecordAge() |
default Duration |
StreamEventSourceProps.getTumblingWindow()
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
Duration |
StreamEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
KafkaEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
DynamoEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
KinesisEventSourceProps.Jsii$Proxy.getTumblingWindow() |
Duration |
ManagedKafkaEventSourceProps.Jsii$Proxy.getTumblingWindow() |
| Modifier and Type | Method and Description |
|---|---|
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
SqsEventSource.Builder |
SqsEventSource.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() |
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxBatchingWindow(Duration maxBatchingWindow)
(experimental) The maximum amount of time to gather records before invoking the function.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.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.
|
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.
|
SqsEventSourceProps.Builder |
SqsEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
SqsEventSourceProps.getMaxBatchingWindow() |
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.maxBatchingWindow(Duration maxBatchingWindow)
Sets the value of
StreamEventSourceProps.getMaxBatchingWindow() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.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() |
DynamoEventSource.Builder |
DynamoEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.maxRecordAge(Duration maxRecordAge)
(experimental) The maximum age of a record that Lambda sends to a function for processing.
|
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.maxRecordAge(Duration maxRecordAge)
Sets the value of
StreamEventSourceProps.getMaxRecordAge() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
DynamoEventSource.Builder |
DynamoEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.tumblingWindow(Duration tumblingWindow)
(experimental) The size of the tumbling windows to group records sent to DynamoDB or Kinesis Valid Range: 0 - 15 minutes.
|
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.tumblingWindow(Duration tumblingWindow)
Sets the value of
StreamEventSourceProps.getTumblingWindow() |
| Constructor and Description |
|---|
Jsii$Proxy(ISecret secret,
String topic,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
Duration tumblingWindow)
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,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
SelfManagedKafkaEventSourceProps.Builder. |
Jsii$Proxy(Number batchSize,
Boolean enabled,
Duration maxBatchingWindow)
Constructor that initializes the object based on literal property values passed by the
SqsEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
Duration tumblingWindow)
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,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
DynamoEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
KinesisEventSourceProps.Builder. |
Jsii$Proxy(String clusterArn,
ISecret secret,
String topic,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
ManagedKafkaEventSourceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
NodejsFunctionProps.Jsii$Proxy.getMaxEventAge() |
Duration |
NodejsFunctionProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.maxEventAge(Duration maxEventAge)
Sets the value of
EventInvokeConfigOptions.getMaxEventAge() |
NodejsFunction.Builder |
NodejsFunction.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.timeout(Duration timeout)
Sets the value of
FunctionOptions.getTimeout() |
NodejsFunction.Builder |
NodejsFunction.Builder.timeout(Duration timeout)
(experimental) The function execution time (in seconds) after which Lambda terminates the function.
|
| 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,
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 |
|---|---|
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 |
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 |
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 |
ServerlessScalingOptions.getAutoPause()
(experimental) The time before an Aurora Serverless database cluster is paused.
|
Duration |
ServerlessScalingOptions.Jsii$Proxy.getAutoPause() |
Duration |
DatabaseInstanceFromSnapshotProps.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 |
ServerlessClusterProps.getBackupRetention()
(experimental) The number of days during which automatic DB snapshots are retained.
|
Duration |
ServerlessClusterProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getBackupRetention() |
Duration |
DatabaseInstanceSourceProps.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() |
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 |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceProps.Jsii$Proxy.getMonitoringInterval() |
Duration |
DatabaseInstanceSourceProps.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 |
|---|---|
RotationSingleUserOptions.Builder |
RotationSingleUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationSingleUserOptions.getAutomaticallyAfter() |
RotationMultiUserOptions.Builder |
RotationMultiUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationMultiUserOptions.getAutomaticallyAfter() |
ServerlessScalingOptions.Builder |
ServerlessScalingOptions.Builder.autoPause(Duration autoPause)
Sets the value of
ServerlessScalingOptions.getAutoPause() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.backupRetention(Duration backupRetention)
(experimental) The number of days during which automatic DB snapshots are retained.
|
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.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() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.backupRetention(Duration backupRetention)
Sets the value of
DatabaseInstanceNewProps.getBackupRetention() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.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.
|
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.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.idleClientTimeout(Duration idleClientTimeout)
(experimental) The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.idleClientTimeout(Duration idleClientTimeout)
Sets the value of
DatabaseProxyOptions.getIdleClientTimeout() |
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseClusterProps.getMonitoringInterval() |
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.
|
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.
|
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() |
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.
|
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.
|
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instance.
|
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.monitoringInterval(Duration monitoringInterval)
Sets the value of
DatabaseInstanceNewProps.getMonitoringInterval() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.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 retention,
String preferredWindow)
Constructor that initializes the object based on literal property values passed by the
BackupProps.Builder. |
Jsii$Proxy(Duration automaticallyAfter,
String excludeCharacters)
Constructor that initializes the object based on literal property values passed by the
RotationSingleUserOptions.Builder. |
Jsii$Proxy(IClusterEngine engine,
InstanceProps instanceProps,
BackupProps backup,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
String clusterIdentifier,
Credentials credentials,
String defaultDatabaseName,
Boolean deletionProtection,
Boolean iamAuthentication,
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,
Boolean iamAuthentication,
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 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 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 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 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 vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceFromSnapshotProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
CaaAmazonRecordProps.Jsii$Proxy.getTtl() |
Duration |
ARecordProps.Jsii$Proxy.getTtl() |
Duration |
SrvRecordProps.Jsii$Proxy.getTtl() |
Duration |
MxRecordProps.Jsii$Proxy.getTtl() |
Duration |
TxtRecordProps.Jsii$Proxy.getTtl() |
Duration |
CaaRecordProps.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() |
default Duration |
CrossAccountZoneDelegationRecordProps.getTtl()
(experimental) The resource record cache time to live (TTL).
|
Duration |
CrossAccountZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
RecordSetProps.Jsii$Proxy.getTtl() |
Duration |
ZoneDelegationRecordProps.Jsii$Proxy.getTtl() |
Duration |
CnameRecordProps.Jsii$Proxy.getTtl() |
default Duration |
RecordSetOptions.getTtl()
(experimental) The resource record cache time to live (TTL).
|
Duration |
RecordSetOptions.Jsii$Proxy.getTtl() |
Duration |
AaaaRecordProps.Jsii$Proxy.getTtl() |
Duration |
NsRecordProps.Jsii$Proxy.getTtl() |
| Modifier and Type | Method and Description |
|---|---|
CaaAmazonRecordProps.Builder |
CaaAmazonRecordProps.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).
|
ARecordProps.Builder |
ARecordProps.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).
|
NsRecord.Builder |
NsRecord.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).
|
SrvRecordProps.Builder |
SrvRecordProps.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() |
CrossAccountZoneDelegationRecord.Builder |
CrossAccountZoneDelegationRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
TxtRecordProps.Builder |
TxtRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CaaRecordProps.Builder |
CaaRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ZoneDelegationOptions.Builder |
ZoneDelegationOptions.Builder.ttl(Duration ttl)
Sets the value of
ZoneDelegationOptions.getTtl() |
CrossAccountZoneDelegationRecordProps.Builder |
CrossAccountZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
CrossAccountZoneDelegationRecordProps.getTtl() |
CaaAmazonRecord.Builder |
CaaAmazonRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
RecordSetProps.Builder |
RecordSetProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
ZoneDelegationRecordProps.Builder |
ZoneDelegationRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
CnameRecordProps.Builder |
CnameRecordProps.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).
|
CaaRecord.Builder |
CaaRecord.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() |
AaaaRecordProps.Builder |
AaaaRecordProps.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).
|
NsRecordProps.Builder |
NsRecordProps.Builder.ttl(Duration ttl)
Sets the value of
RecordSetOptions.getTtl() |
TxtRecord.Builder |
TxtRecord.Builder.ttl(Duration ttl)
(experimental) The resource record cache time to live (TTL).
|
| Constructor and Description |
|---|
Jsii$Proxy(IHostedZone delegatedZone,
IRole delegationRole,
String parentHostedZoneId,
String parentHostedZoneName,
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
CaaAmazonRecordProps.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(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> 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(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
NsRecordProps.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 CacheControl |
CacheControl.maxAge(Duration t)
(experimental) Sets 'max-age=
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
(experimental) Sets 's-maxage=
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
RotationScheduleProps.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
RotationScheduleOptions.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
RotationScheduleOptions.Jsii$Proxy.getAutomaticallyAfter() |
default Duration |
SecretRotationProps.getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
Duration |
SecretRotationProps.Jsii$Proxy.getAutomaticallyAfter() |
| Modifier and Type | Method and Description |
|---|---|
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationScheduleOptions.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.
|
SecretRotationProps.Builder |
SecretRotationProps.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
SecretRotationProps.getAutomaticallyAfter() |
| 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 |
|---|---|
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() |
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.
|
| 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 |
|---|---|
SigningProfile.Builder |
SigningProfile.Builder.signatureValidity(Duration signatureValidity)
(experimental) The validity period for signatures generated using this signing profile.
|
SigningProfileProps.Builder |
SigningProfileProps.Builder.signatureValidity(Duration signatureValidity)
Sets the value of
SigningProfileProps.getSignatureValidity() |
| 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 |
|---|---|
QueueProps.Builder |
QueueProps.Builder.dataKeyReuse(Duration dataKeyReuse)
Sets the value of
QueueProps.getDataKeyReuse() |
Queue.Builder |
Queue.Builder.dataKeyReuse(Duration dataKeyReuse)
(experimental) The length of time that Amazon SQS reuses a data key before calling KMS again.
|
QueueProps.Builder |
QueueProps.Builder.deliveryDelay(Duration deliveryDelay)
Sets the value of
QueueProps.getDeliveryDelay() |
Queue.Builder |
Queue.Builder.deliveryDelay(Duration deliveryDelay)
(experimental) The time in seconds that the delivery of all messages in the queue is delayed.
|
QueueProps.Builder |
QueueProps.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime)
Sets the value of
QueueProps.getReceiveMessageWaitTime() |
Queue.Builder |
Queue.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime)
(experimental) Default wait time for ReceiveMessage calls.
|
QueueProps.Builder |
QueueProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
QueueProps.getRetentionPeriod() |
Queue.Builder |
Queue.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Amazon SQS retains a message.
|
QueueProps.Builder |
QueueProps.Builder.visibilityTimeout(Duration visibilityTimeout)
Sets the value of
QueueProps.getVisibilityTimeout() |
Queue.Builder |
Queue.Builder.visibilityTimeout(Duration visibilityTimeout)
(experimental) Timeout of processing a single message.
|
| 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 |
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() |
Duration |
StateGraph.getTimeout()
(experimental) Set a timeout to render into the graph JSON.
|
default Duration |
StateMachineProps.getTimeout()
(experimental) Maximum run time for this state machine.
|
Duration |
StateMachineProps.Jsii$Proxy.getTimeout() |
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.
|
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.
|
StateMachineProps.Builder |
StateMachineProps.Builder.timeout(Duration timeout)
Sets the value of
StateMachineProps.getTimeout() |
StateMachine.Builder |
StateMachine.Builder.timeout(Duration timeout)
(experimental) Maximum run time for this state machine.
|
TaskStateBaseProps.Builder |
TaskStateBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
| 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(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 comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
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() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getHeartbeat() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getHeartbeat() |
Duration |
SnsPublishProps.Jsii$Proxy.getHeartbeat() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoGetItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getHeartbeat() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getHeartbeat() |
Duration |
GlueStartJobRunProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getHeartbeat() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getHeartbeat() |
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getHeartbeat() |
Duration |
EksCallProps.Jsii$Proxy.getHeartbeat() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrAddStepProps.Jsii$Proxy.getHeartbeat() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getHeartbeat() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getHeartbeat() |
Duration |
CallApiGatewayEndpointBaseProps.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() |
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod()
(experimental) The period, in seconds, over which the statistic is applied.
|
Duration |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Jsii$Proxy.getPeriod() |
Duration |
StepFunctionsStartExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
CodeBuildStartBuildProps.Jsii$Proxy.getTimeout() |
Duration |
EvaluateExpressionProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoPutItemProps.Jsii$Proxy.getTimeout() |
Duration |
BatchSubmitJobProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceGroupByNameProps.Jsii$Proxy.getTimeout() |
Duration |
EmrSetClusterTerminationProtectionProps.Jsii$Proxy.getTimeout() |
Duration |
SnsPublishProps.Jsii$Proxy.getTimeout() |
Duration |
SqsSendMessageProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoUpdateItemProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayHttpApiEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoGetItemProps.Jsii$Proxy.getTimeout() |
Duration |
LambdaInvokeProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateTrainingJobProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStartQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCancelStepProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateTransformJobProps.Jsii$Proxy.getTimeout() |
Duration |
GlueDataBrewStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateEndpointConfigProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaStopQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerUpdateEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
EmrCreateClusterProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy.getTimeout() |
Duration |
EmrModifyInstanceFleetByNameProps.Jsii$Proxy.getTimeout() |
Duration |
GlueStartJobRunProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryResultsProps.Jsii$Proxy.getTimeout() |
Duration |
SageMakerCreateModelProps.Jsii$Proxy.getTimeout() |
Duration |
DynamoDeleteItemProps.Jsii$Proxy.getTimeout() |
Duration |
EksCallProps.Jsii$Proxy.getTimeout() |
Duration |
EcsRunTaskProps.Jsii$Proxy.getTimeout() |
Duration |
EmrAddStepProps.Jsii$Proxy.getTimeout() |
Duration |
EmrTerminateClusterProps.Jsii$Proxy.getTimeout() |
Duration |
AthenaGetQueryExecutionProps.Jsii$Proxy.getTimeout() |
Duration |
CallApiGatewayEndpointBaseProps.Jsii$Proxy.getTimeout() |
| Modifier and Type | Method and Description |
|---|---|
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder |
EmrModifyInstanceGroupByName.ShrinkPolicyProperty.Builder.decommissionTimeout(Duration decommissionTimeout)
|
SqsSendMessageProps.Builder |
SqsSendMessageProps.Builder.delay(Duration delay)
Sets the value of
SqsSendMessageProps.getDelay() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.delay(Duration delay)
(experimental) The length of time, for which to delay a message.
|
EcsRunTask.Builder |
EcsRunTask.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrAddStep.Builder |
EmrAddStep.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SqsSendMessageProps.Builder |
SqsSendMessageProps.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() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EksCall.Builder |
EksCall.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EvaluateExpression.Builder |
EvaluateExpression.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SnsPublish.Builder |
SnsPublish.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EksCallProps.Builder |
EksCallProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.heartbeat(Duration heartbeat)
Sets the value of
TaskStateBaseProps.getHeartbeat() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Builder |
EmrModifyInstanceGroupByName.InstanceResizePolicyProperty.Builder.instanceTerminationTimeout(Duration instanceTerminationTimeout)
|
ModelClientOptions.Builder |
ModelClientOptions.Builder.invocationsTimeout(Duration invocationsTimeout)
Sets the value of
ModelClientOptions.getInvocationsTimeout() |
StoppingCondition.Builder |
StoppingCondition.Builder.maxRuntime(Duration maxRuntime)
Sets the value of
StoppingCondition.getMaxRuntime() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.notifyDelayAfter(Duration notifyDelayAfter)
Sets the value of
GlueStartJobRunProps.getNotifyDelayAfter() |
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.notifyDelayAfter(Duration notifyDelayAfter)
(experimental) After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder |
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.Builder.period(Duration period)
Sets the value of
EmrCreateCluster.CloudWatchAlarmDefinitionProperty.getPeriod() |
EcsRunTask.Builder |
EcsRunTask.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
StepFunctionsStartExecutionProps.Builder |
StepFunctionsStartExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrSetClusterTerminationProtection.Builder |
EmrSetClusterTerminationProtection.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
LambdaInvoke.Builder |
LambdaInvoke.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
BatchSubmitJobProps.Builder |
BatchSubmitJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrModifyInstanceGroupByNameProps.Builder |
EmrModifyInstanceGroupByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrTerminateCluster.Builder |
EmrTerminateCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrSetClusterTerminationProtectionProps.Builder |
EmrSetClusterTerminationProtectionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrAddStep.Builder |
EmrAddStep.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SnsPublishProps.Builder |
SnsPublishProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SqsSendMessageProps.Builder |
SqsSendMessageProps.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() |
CallApiGatewayHttpApiEndpointProps.Builder |
CallApiGatewayHttpApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EksCall.Builder |
EksCall.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallApiGatewayRestApiEndpoint.Builder |
CallApiGatewayRestApiEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaGetQueryExecution.Builder |
AthenaGetQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpoint.Builder |
SageMakerCreateEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrModifyInstanceGroupByName.Builder |
EmrModifyInstanceGroupByName.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
StepFunctionsStartExecution.Builder |
StepFunctionsStartExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateTrainingJobProps.Builder |
SageMakerCreateTrainingJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStepProps.Builder |
EmrCancelStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueDataBrewStartJobRunProps.Builder |
GlueDataBrewStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SqsSendMessage.Builder |
SqsSendMessage.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpointProps.Builder |
SageMakerCreateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrModifyInstanceFleetByName.Builder |
EmrModifyInstanceFleetByName.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateEndpointConfigProps.Builder |
SageMakerCreateEndpointConfigProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EvaluateExpression.Builder |
EvaluateExpression.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStopQueryExecutionProps.Builder |
AthenaStopQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerUpdateEndpointProps.Builder |
SageMakerUpdateEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SnsPublish.Builder |
SnsPublish.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
CallApiGatewayRestApiEndpointProps.Builder |
CallApiGatewayRestApiEndpointProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrModifyInstanceFleetByNameProps.Builder |
EmrModifyInstanceFleetByNameProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueStartJobRunProps.Builder |
GlueStartJobRunProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
AthenaGetQueryResultsProps.Builder |
AthenaGetQueryResultsProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayHttpApiEndpoint.Builder |
CallApiGatewayHttpApiEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EksCallProps.Builder |
EksCallProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
SageMakerCreateTrainingJob.Builder |
SageMakerCreateTrainingJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
GlueStartJobRun.Builder |
GlueStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
EmrAddStepProps.Builder |
EmrAddStepProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrTerminateClusterProps.Builder |
EmrTerminateClusterProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
GlueDataBrewStartJobRun.Builder |
GlueDataBrewStartJobRun.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaGetQueryExecutionProps.Builder |
AthenaGetQueryExecutionProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
CallApiGatewayEndpointBaseProps.Builder |
CallApiGatewayEndpointBaseProps.Builder.timeout(Duration timeout)
Sets the value of
TaskStateBaseProps.getTimeout() |
EmrCancelStep.Builder |
EmrCancelStep.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
| 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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateTrainingJobProps.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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
LambdaInvokeProps.Builder. |
Jsii$Proxy(IProject project,
Map<String,? extends BuildEnvironmentVariable> environmentVariablesOverride,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoGetItemProps.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,
Map<String,? extends Object> resultSelector,
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 comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoDeleteItemProps.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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoUpdateItemProps.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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EvaluateExpressionProps.Builder. |
Jsii$Proxy(String apiId,
Stack apiStack,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CallApiGatewayHttpApiEndpointProps.Builder. |
Jsii$Proxy(String name,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AthenaStopQueryExecutionProps.Builder. |
Jsii$Proxy(String clusterId,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AthenaGetQueryExecutionProps.Builder. |
Jsii$Proxy(String clusterId,
String instanceFleetName,
Number targetOnDemandCapacity,
Number targetSpotCapacity,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerUpdateEndpointProps.Builder. |
Jsii$Proxy(String jobDefinitionArn,
String jobName,
String jobQueueArn,
Number arraySize,
Number attempts,
BatchContainerOverrides containerOverrides,
List<? extends BatchJobDependency> dependsOn,
TaskInput payload,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
BatchSubmitJobProps.Builder. |
Jsii$Proxy(String endpointConfigName,
String endpointName,
TaskInput tags,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateTransformJobProps.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,
Map<String,? extends Object> resultSelector,
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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SnsPublishProps.Builder. |
Copyright © 2021. All rights reserved.