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