GradientEdge CDK Utils
    Preparing search index...

    Interface EventgridSystemTopicProps

    Properties for creating an EventGrid system topic

    interface EventgridSystemTopicProps {
        identity?: Input<IdentityInfoArgs | undefined>;
        location?: Input<string | undefined>;
        resourceGroupName: Input<string>;
        source?: Input<string | undefined>;
        systemTopicName?: Input<string | undefined>;
        tags?: Input<{ [key: string]: Input<string> } | undefined>;
        topicType?: Input<string | undefined>;
    }

    Hierarchy

    • SystemTopicArgs
      • EventgridSystemTopicProps
    Index
    identity?: Input<IdentityInfoArgs | undefined>

    Identity information for the resource.

    location?: Input<string | undefined>

    Location of the resource.

    resourceGroupName: Input<string>

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

    source?: Input<string | undefined>

    Source for the system topic.

    systemTopicName?: Input<string | undefined>

    Name of the system topic.

    tags?: Input<{ [key: string]: Input<string> } | undefined>

    Tags of the resource.

    topicType?: Input<string | undefined>

    TopicType for the system topic.