GradientEdge CDK Utils
    Preparing search index...
    interface EventgridSystemTopicProps {
        identity?: Input<IdentityInfoArgs>;
        location?: Input<string>;
        resourceGroupName: Input<string>;
        source?: Input<string>;
        systemTopicName?: Input<string>;
        tags?: Input<{ [key: string]: Input<string> }>;
        topicType?: Input<string>;
    }

    Hierarchy

    • SystemTopicArgs
      • EventgridSystemTopicProps
    Index

    Properties

    identity?: Input<IdentityInfoArgs>

    Identity information for the resource.

    location?: Input<string>

    Location of the resource.

    resourceGroupName: Input<string>

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

    source?: Input<string>

    Source for the system topic.

    systemTopicName?: Input<string>

    Name of the system topic.

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

    Tags of the resource.

    topicType?: Input<string>

    TopicType for the system topic.