CanaryArgs

constructor(artifactConfig: Output<CanaryArtifactConfigArgs>? = null, artifactS3Location: Output<String>? = null, code: Output<CanaryCodeArgs>? = null, deleteLambdaResourcesOnCanaryDeletion: Output<Boolean>? = null, executionRoleArn: Output<String>? = null, failureRetentionPeriod: Output<Int>? = null, name: Output<String>? = null, resourcesToReplicateTags: Output<List<CanaryResourceToTag>>? = null, runConfig: Output<CanaryRunConfigArgs>? = null, runtimeVersion: Output<String>? = null, schedule: Output<CanaryScheduleArgs>? = null, startCanaryAfterCreation: Output<Boolean>? = null, successRetentionPeriod: Output<Int>? = null, tags: Output<List<TagArgs>>? = null, visualReference: Output<CanaryVisualReferenceArgs>? = null, vpcConfig: Output<CanaryVpcConfigArgs>? = null)