GradientEdge CDK Utils
    Preparing search index...

    Properties for creating a Cloudflare Workers KV Namespace

    interface WorkersKvNamespaceProps {
        accountId?: Input<string>;
        title: Input<string>;
    }

    Hierarchy

    • WorkersKvNamespaceArgs
      • WorkersKvNamespaceProps
    Index

    Properties

    Properties

    accountId?: Input<string>

    Identifier.

    title: Input<string>

    A human-readable string name for a Namespace.