com.pulumi.azure.eventgrid.inputs.EventSubscriptionDeliveryPropertyArgs 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.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class EventSubscriptionDeliveryPropertyArgs extends com.pulumi.resources.ResourceArgs {
public static final EventSubscriptionDeliveryPropertyArgs Empty = new EventSubscriptionDeliveryPropertyArgs();
/**
* The name of the header to send on to the destination
*
*/
@Import(name="headerName", required=true)
private Output headerName;
/**
* @return The name of the header to send on to the destination
*
*/
public Output headerName() {
return this.headerName;
}
/**
* True if the `value` is a secret and should be protected, otherwise false. If True, then this value won't be returned from Azure API calls
*
*/
@Import(name="secret")
private @Nullable Output secret;
/**
* @return True if the `value` is a secret and should be protected, otherwise false. If True, then this value won't be returned from Azure API calls
*
*/
public Optional