GradientEdge CDK Utils
    Preparing search index...

    Interface EventgridNamespaceTopicProps

    Properties for creating an EventGrid namespace topic

    interface EventgridNamespaceTopicProps {
        eventRetentionInDays?: Input<number>;
        inputSchema?: Input<string>;
        namespaceName: Input<string>;
        publisherType?: Input<string>;
        resourceGroupName: Input<string>;
        topicName?: Input<string>;
    }

    Hierarchy

    • NamespaceTopicArgs
      • EventgridNamespaceTopicProps
    Index
    eventRetentionInDays?: Input<number>

    Event retention for the namespace topic expressed in days. The property default value is 1 day. Min event retention duration value is 1 day and max event retention duration value is 1 day.

    inputSchema?: Input<string>

    This determines the format that is expected for incoming events published to the topic.

    namespaceName: Input<string>

    Name of the namespace.

    publisherType?: Input<string>

    Publisher type of the namespace topic.

    resourceGroupName: Input<string>

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

    topicName?: Input<string>

    Name of the namespace topic.