GradientEdge CDK Utils
    Preparing search index...

    Interface ResolveEventgridNamespaceTopicProps

    Properties for resolving an existing EventGrid namespace topic

    interface ResolveEventgridNamespaceTopicProps {
        namespaceName: Input<string>;
        resourceGroupName: Input<string>;
        topicName: Input<string>;
    }

    Hierarchy

    • GetNamespaceTopicOutputArgs
      • ResolveEventgridNamespaceTopicProps
    Index
    namespaceName: Input<string>

    Name of the namespace.

    resourceGroupName: Input<string>

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

    topicName: Input<string>

    Name of the namespace topic.