Package-level declarations

Types

Link copied to clipboard
data class CanaryArtifactConfigArgs(val s3Encryption: Output<CanaryArtifactConfigS3EncryptionArgs>? = null) : ConvertibleToJava<CanaryArtifactConfigArgs>
Link copied to clipboard
data class CanaryArtifactConfigS3EncryptionArgs(val encryptionMode: Output<String>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<CanaryArtifactConfigS3EncryptionArgs>
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 CanaryScheduleArgs(val durationInSeconds: Output<Int>? = null, val expression: Output<String>) : ConvertibleToJava<CanaryScheduleArgs>
Link copied to clipboard
Link copied to clipboard
data class CanaryVpcConfigArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<CanaryVpcConfigArgs>