Interface OSMLRepositoryProps

Represents the properties required to configure the OSMLRepository Construct.

interface OSMLRepositoryProps {
    removalPolicy: RemovalPolicy;
    repositoryName: string;
}

Properties

removalPolicy: RemovalPolicy

The removal policy for the repository.

repositoryName: string

The name of the repository.

Generated using TypeDoc