Class GetTopicEventSubscriptionDeliveryAttributesResult
- java.lang.Object
-
- com.pulumi.azurenative.eventgrid.outputs.GetTopicEventSubscriptionDeliveryAttributesResult
-
public final class GetTopicEventSubscriptionDeliveryAttributesResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTopicEventSubscriptionDeliveryAttributesResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTopicEventSubscriptionDeliveryAttributesResult.Builder
builder()
static GetTopicEventSubscriptionDeliveryAttributesResult.Builder
builder(GetTopicEventSubscriptionDeliveryAttributesResult defaults)
java.util.List<com.pulumi.core.Either<DynamicDeliveryAttributeMappingResponse,StaticDeliveryAttributeMappingResponse>>
value()
-
-
-
Method Detail
-
value
public java.util.List<com.pulumi.core.Either<DynamicDeliveryAttributeMappingResponse,StaticDeliveryAttributeMappingResponse>> value()
- Returns:
- A collection of DeliveryAttributeMapping
-
builder
public static GetTopicEventSubscriptionDeliveryAttributesResult.Builder builder()
-
builder
public static GetTopicEventSubscriptionDeliveryAttributesResult.Builder builder(GetTopicEventSubscriptionDeliveryAttributesResult defaults)
-
-