Class GetPartnerTopicEventSubscriptionDeliveryAttributesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.eventgrid.inputs.GetPartnerTopicEventSubscriptionDeliveryAttributesArgs
-
public final class GetPartnerTopicEventSubscriptionDeliveryAttributesArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPartnerTopicEventSubscriptionDeliveryAttributesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetPartnerTopicEventSubscriptionDeliveryAttributesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPartnerTopicEventSubscriptionDeliveryAttributesArgs.Builder
builder()
static GetPartnerTopicEventSubscriptionDeliveryAttributesArgs.Builder
builder(GetPartnerTopicEventSubscriptionDeliveryAttributesArgs defaults)
com.pulumi.core.Output<java.lang.String>
eventSubscriptionName()
com.pulumi.core.Output<java.lang.String>
partnerTopicName()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
-
-
-
Field Detail
-
Empty
public static final GetPartnerTopicEventSubscriptionDeliveryAttributesArgs 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.
-
partnerTopicName
public com.pulumi.core.Output<java.lang.String> partnerTopicName()
- Returns:
- Name of the partner topic.
-
resourceGroupName
public com.pulumi.core.Output<java.lang.String> resourceGroupName()
- Returns:
- The name of the resource group within the user's subscription.
-
builder
public static GetPartnerTopicEventSubscriptionDeliveryAttributesArgs.Builder builder()
-
builder
public static GetPartnerTopicEventSubscriptionDeliveryAttributesArgs.Builder builder(GetPartnerTopicEventSubscriptionDeliveryAttributesArgs defaults)
-
-