Class DomainState
Inherited Members
Namespace: Pulumi.Azure.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DomainState : ResourceArgs
Constructors
View SourceDomainState()
Declaration
public DomainState()
Properties
View SourceEndpoint
The Endpoint associated with the EventGrid Domain.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InputMappingDefaultValues
A input_mapping_default_values block as defined below.
Declaration
public Input<DomainInputMappingDefaultValuesGetArgs> InputMappingDefaultValues { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DomainInputMappingDefaultValuesGetArgs> |
InputMappingFields
A input_mapping_fields block as defined below.
Declaration
public Input<DomainInputMappingFieldsGetArgs> InputMappingFields { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DomainInputMappingFieldsGetArgs> |
InputSchema
Specifies the schema in which incoming events will be published to this domain. Allowed values are CloudEventSchemaV1_0, CustomEventSchema, or EventGridSchema. Defaults to eventgridschema. Changing this forces a new resource to be created.
Declaration
public Input<string> InputSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the EventGrid Domain resource. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryAccessKey
The Primary Shared Access Key associated with the EventGrid Domain.
Declaration
public Input<string> PrimaryAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the EventGrid Domain exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryAccessKey
The Secondary Shared Access Key associated with the EventGrid Domain.
Declaration
public Input<string> SecondaryAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |