Canary Args
constructor(artifactConfig: Output<CanaryArtifactConfigArgs>? = null, artifactS3Location: Output<String>? = null, deleteLambda: Output<Boolean>? = null, executionRoleArn: Output<String>? = null, failureRetentionPeriod: Output<Int>? = null, handler: Output<String>? = null, name: Output<String>? = null, runConfig: Output<CanaryRunConfigArgs>? = null, runtimeVersion: Output<String>? = null, s3Bucket: Output<String>? = null, s3Key: Output<String>? = null, s3Version: Output<String>? = null, schedule: Output<CanaryScheduleArgs>? = null, startCanary: Output<Boolean>? = null, successRetentionPeriod: Output<Int>? = null, tags: Output<Map<String, String>>? = null, vpcConfig: Output<CanaryVpcConfigArgs>? = null, zipFile: Output<String>? = null)