Class GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.eventgrid.inputs.GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs
-
public final class GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs.Builder
builder()
static GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs.Builder
builder(GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs defaults)
com.pulumi.core.Output<java.lang.String>
eventSubscriptionName()
com.pulumi.core.Output<java.lang.String>
namespaceName()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
com.pulumi.core.Output<java.lang.String>
topicName()
-
-
-
Field Detail
-
Empty
public static final GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs Empty
-
-
Method Detail
-
eventSubscriptionName
public com.pulumi.core.Output<java.lang.String> eventSubscriptionName()
- Returns:
- Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.
-
namespaceName
public com.pulumi.core.Output<java.lang.String> namespaceName()
- Returns:
- Name of the namespace.
-
resourceGroupName
public com.pulumi.core.Output<java.lang.String> resourceGroupName()
- Returns:
- The name of the resource group within the user's subscription.
-
topicName
public com.pulumi.core.Output<java.lang.String> topicName()
- Returns:
- Name of the namespace topic.
-
builder
public static GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs.Builder builder()
-
builder
public static GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs.Builder builder(GetNamespaceTopicEventSubscriptionDeliveryAttributesArgs defaults)
-
-