GradientEdge CDK Utils
    Preparing search index...

    Interface ResolveEventgridNamespaceProps

    Properties for resolving an existing EventGrid namespace

    interface ResolveEventgridNamespaceProps {
        namespaceName: Input<string>;
        resourceGroupName: Input<string>;
    }

    Hierarchy

    • GetNamespaceOutputArgs
      • ResolveEventgridNamespaceProps
    Index
    namespaceName: Input<string>

    Name of the namespace.

    resourceGroupName: Input<string>

    The name of the resource group within the user's subscription.