| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCanaryResult> |
AbstractAWSSyntheticsAsync.createCanaryAsync(CreateCanaryRequest request,
AsyncHandler<CreateCanaryRequest,CreateCanaryResult> asyncHandler) |
Future<CreateCanaryResult> |
AWSSyntheticsAsync.createCanaryAsync(CreateCanaryRequest createCanaryRequest,
AsyncHandler<CreateCanaryRequest,CreateCanaryResult> asyncHandler)
Creates a canary.
|
Future<CreateCanaryResult> |
AWSSyntheticsAsyncClient.createCanaryAsync(CreateCanaryRequest request,
AsyncHandler<CreateCanaryRequest,CreateCanaryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCanaryRequest |
CreateCanaryRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCanaryRequest |
CreateCanaryRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCanaryRequest |
CreateCanaryRequest.clone() |
CreateCanaryRequest |
CreateCanaryRequest.withArtifactConfig(ArtifactConfigInput artifactConfig)
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for
artifacts that the canary uploads to Amazon S3.
|
CreateCanaryRequest |
CreateCanaryRequest.withArtifactS3Location(String artifactS3Location)
The location in Amazon S3 where Synthetics stores artifacts from the test runs of this canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withCode(CanaryCodeInput code)
A structure that includes the entry point from which the canary should start running your script.
|
CreateCanaryRequest |
CreateCanaryRequest.withExecutionRoleArn(String executionRoleArn)
The ARN of the IAM role to be used to run the canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withFailureRetentionPeriodInDays(Integer failureRetentionPeriodInDays)
The number of days to retain data about failed runs of this canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withName(String name)
The name for this canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the configuration for individual canary runs, such as timeout value and environment
variables.
|
CreateCanaryRequest |
CreateCanaryRequest.withRuntimeVersion(String runtimeVersion)
Specifies the runtime version to use for the canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withSchedule(CanaryScheduleInput schedule)
A structure that contains information about how often the canary is to run and when these test runs are to stop.
|
CreateCanaryRequest |
CreateCanaryRequest.withSuccessRetentionPeriodInDays(Integer successRetentionPeriodInDays)
The number of days to retain data about successful runs of this canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withTags(Map<String,String> tags)
A list of key-value pairs to associate with the canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withVpcConfig(VpcConfigInput vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
Copyright © 2024. All rights reserved.