GradientEdge CDK Utils
    Preparing search index...

    Interface ResolveEventgridSystemTopicProps

    Properties for resolving an existing EventGrid system topic

    interface ResolveEventgridSystemTopicProps {
        resourceGroupName: Input<string>;
        systemTopicName: Input<string>;
    }

    Hierarchy

    • GetSystemTopicOutputArgs
      • ResolveEventgridSystemTopicProps
    Index

    Properties

    resourceGroupName: Input<string>

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

    systemTopicName: Input<string>

    Name of the system topic.