Package-level declarations

Types

Link copied to clipboard
data class CanaryArtifactConfigArgs(val s3Encryption: Output<CanaryS3EncryptionArgs>? = null) : ConvertibleToJava<CanaryArtifactConfigArgs>
Link copied to clipboard
data class CanaryBaseScreenshotArgs(val ignoreCoordinates: Output<List<String>>? = null, val screenshotName: Output<String>) : ConvertibleToJava<CanaryBaseScreenshotArgs>
Link copied to clipboard
data class CanaryCodeArgs(val handler: Output<String>, val s3Bucket: Output<String>? = null, val s3Key: Output<String>? = null, val s3ObjectVersion: Output<String>? = null, val script: Output<String>? = null, val sourceLocationArn: Output<String>? = null) : ConvertibleToJava<CanaryCodeArgs>
Link copied to clipboard
Link copied to clipboard
data class CanaryRunConfigArgs(val activeTracing: Output<Boolean>? = null, val environmentVariables: Output<Map<String, String>>? = null, val memoryInMb: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<CanaryRunConfigArgs>
Link copied to clipboard
data class CanaryS3EncryptionArgs(val encryptionMode: Output<String>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<CanaryS3EncryptionArgs>
Link copied to clipboard
data class CanaryScheduleArgs(val durationInSeconds: Output<String>? = null, val expression: Output<String>) : ConvertibleToJava<CanaryScheduleArgs>
Link copied to clipboard
Link copied to clipboard
data class CanaryVisualReferenceArgs(val baseCanaryRunId: Output<String>, val baseScreenshots: Output<List<CanaryBaseScreenshotArgs>>? = null) : ConvertibleToJava<CanaryVisualReferenceArgs>
Link copied to clipboard
data class CanaryVpcConfigArgs(val ipv6AllowedForDualStack: Output<Boolean>? = null, val securityGroupIds: Output<List<String>>, val subnetIds: Output<List<String>>, val vpcId: Output<String>? = null) : ConvertibleToJava<CanaryVpcConfigArgs>
Link copied to clipboard
data class GetCanaryPlainArgs(val name: String) : ConvertibleToJava<GetCanaryPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetGroupPlainArgs(val name: String) : ConvertibleToJava<GetGroupPlainArgs>
Link copied to clipboard