Interface RepositoryArgs

interface RepositoryArgs {
    lifeCyclePolicyArgs?: classic.ecr.LifecyclePolicyArgs;
    repository?: any;
    tags?: any;
}

Properties

lifeCyclePolicyArgs?: classic.ecr.LifecyclePolicyArgs

The arguments controlling the [LifecyclePolicy] for this [Repository]. If undefined, a default one will be created using LifecyclePolicy.getDefaultLifecyclePolicyArgs.

repository?: any

Underlying repository. If not provided, a new one will be created on your behalf.

tags?: any

A mapping of tags to assign to the resource.

Generated using TypeDoc