GradientEdge CDK Utils
    Preparing search index...
    interface WorkersKvProps {
        accountId: Input<string>;
        keyName: Input<string>;
        metadata?: Input<string>;
        namespaceId: Input<string>;
        value: Input<string>;
    }

    Hierarchy

    • WorkersKvArgs
      • WorkersKvProps
    Index

    Properties

    accountId: Input<string>

    Identifier.

    keyName: Input<string>

    A key's name. The name may be at most 512 bytes. All printable, non-whitespace characters are valid. Use percent-encoding to define key names as part of a URL.

    metadata?: Input<string>

    Associates arbitrary JSON data with a key/value pair.

    namespaceId: Input<string>

    Namespace identifier tag.

    value: Input<string>

    A byte sequence to be stored, up to 25 MiB in length.