Interface SharedVolumeConstructor

interface SharedVolumeConstructor {
    new SharedVolumeConstructornew (name, opts?): SharedVolume;
}

Constructors

Constructors

  • Construct a new Volume with the given unique name.

    Parameters

    • name: string

      The unique name of the volume.

    • Optional opts: ResourceOptions

      A bag of options that controls how this resource behaves.

    Returns SharedVolume

Generated using TypeDoc