eventgrid

package
v0.0.0-...-0e4e14f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2025 License: MPL-2.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventGridNamespaceResource

type EventGridNamespaceResource struct{}

func (EventGridNamespaceResource) Arguments

func (EventGridNamespaceResource) Attributes

func (r EventGridNamespaceResource) Attributes() map[string]*pluginsdk.Schema

func (EventGridNamespaceResource) Create

func (EventGridNamespaceResource) Delete

func (EventGridNamespaceResource) IDValidationFunc

func (EventGridNamespaceResource) ModelObject

func (r EventGridNamespaceResource) ModelObject() interface{}

func (EventGridNamespaceResource) Read

func (EventGridNamespaceResource) ResourceType

func (r EventGridNamespaceResource) ResourceType() string

func (EventGridNamespaceResource) Update

type EventGridNamespaceResourceModel

type EventGridNamespaceResourceModel struct {
	Name                     string                                     `tfschema:"name"`
	Location                 string                                     `tfschema:"location"`
	ResourceGroup            string                                     `tfschema:"resource_group_name"`
	Capacity                 int64                                      `tfschema:"capacity"`
	InboundIpRules           []InboundIpRuleModel                       `tfschema:"inbound_ip_rule"`
	Identity                 []identity.ModelSystemAssignedUserAssigned `tfschema:"identity"`
	PublicNetworkAccess      string                                     `tfschema:"public_network_access"`
	Sku                      string                                     `tfschema:"sku"`
	TopicSpacesConfiguration []TopicSpacesConfigurationModel            `tfschema:"topic_spaces_configuration"`
	Tags                     map[string]string                          `tfschema:"tags"`
}

type EventSubscriptionEndpointType

type EventSubscriptionEndpointType string

EventSubscriptionEndpointType enumerates the values for event subscription endpoint types.

const (
	// AzureFunctionEndpoint ...
	AzureFunctionEndpoint EventSubscriptionEndpointType = "azure_function_endpoint"
	// EventHubEndpointID ...
	EventHubEndpointID EventSubscriptionEndpointType = "eventhub_endpoint_id"
	// HybridConnectionEndpointID ...
	HybridConnectionEndpointID EventSubscriptionEndpointType = "hybrid_connection_endpoint_id"
	// ServiceBusQueueEndpointID ...
	ServiceBusQueueEndpointID EventSubscriptionEndpointType = "service_bus_queue_endpoint_id"
	// ServiceBusTopicEndpointID ...
	ServiceBusTopicEndpointID EventSubscriptionEndpointType = "service_bus_topic_endpoint_id"
	// StorageQueueEndpoint ...
	StorageQueueEndpoint EventSubscriptionEndpointType = "storage_queue_endpoint"
	// WebHookEndpoint ...
	WebHookEndpoint EventSubscriptionEndpointType = "webhook_endpoint"
)

type InboundIpRuleModel

type InboundIpRuleModel struct {
	IpMask string `tfschema:"ip_mask"`
	Action string `tfschema:"action"`
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type RoutingEnrichmentModel

type RoutingEnrichmentModel struct {
	Key   string `tfschema:"key"`
	Value string `tfschema:"value"`
}

type TopicSpacesConfigurationModel

type TopicSpacesConfigurationModel struct {
	AlternativeAuthenticationNameSources       []string                 `tfschema:"alternative_authentication_name_source"`
	MaximumClientSessionsPerAuthenticationName int64                    `tfschema:"maximum_client_sessions_per_authentication_name"`
	MaximumSessionExpiryInHours                int64                    `tfschema:"maximum_session_expiry_in_hours"`
	RouteTopicResourceId                       string                   `tfschema:"route_topic_id"`
	DynamicRoutingEnrichment                   []RoutingEnrichmentModel `tfschema:"dynamic_routing_enrichment"`
	StaticRoutingEnrichment                    []RoutingEnrichmentModel `tfschema:"static_routing_enrichment"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL