Class DomainInputMappingFieldsArgs
Inherited Members
Namespace: Pulumi.Azure.EventGrid.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DomainInputMappingFieldsArgs : ResourceArgs
Constructors
View SourceDomainInputMappingFieldsArgs()
Declaration
public DomainInputMappingFieldsArgs()
Properties
View SourceDataVersion
Specifies the data version of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Declaration
public Input<string> DataVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventTime
Specifies the event time of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Declaration
public Input<string> EventTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventType
Specifies the event type of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Declaration
public Input<string> EventType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
Specifies the id of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subject
Specifies the subject of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Declaration
public Input<string> Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Topic
Specifies the topic of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.
Declaration
public Input<string> Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |