com.pulumi.azure.eventgrid.inputs.SystemTopicEventSubscriptionDeadLetterIdentityArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azure.eventgrid.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class SystemTopicEventSubscriptionDeadLetterIdentityArgs extends com.pulumi.resources.ResourceArgs {
public static final SystemTopicEventSubscriptionDeadLetterIdentityArgs Empty = new SystemTopicEventSubscriptionDeadLetterIdentityArgs();
/**
* Specifies the type of Managed Service Identity that is used for dead lettering. Allowed value is `SystemAssigned`, `UserAssigned`.
*
*/
@Import(name="type", required=true)
private Output type;
/**
* @return Specifies the type of Managed Service Identity that is used for dead lettering. Allowed value is `SystemAssigned`, `UserAssigned`.
*
*/
public Output type() {
return this.type;
}
/**
* The user identity associated with the resource.
*
*/
@Import(name="userAssignedIdentity")
private @Nullable Output userAssignedIdentity;
/**
* @return The user identity associated with the resource.
*
*/
public Optional