
com.pulumi.azurenative.containerregistry.inputs.ExportPipelineTargetPropertiesArgs 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.azurenative.containerregistry.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;
/**
* The properties of the export pipeline target.
*
*/
public final class ExportPipelineTargetPropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final ExportPipelineTargetPropertiesArgs Empty = new ExportPipelineTargetPropertiesArgs();
/**
* They key vault secret uri to obtain the target storage SAS token.
*
*/
@Import(name="keyVaultUri", required=true)
private Output keyVaultUri;
/**
* @return They key vault secret uri to obtain the target storage SAS token.
*
*/
public Output keyVaultUri() {
return this.keyVaultUri;
}
/**
* The type of target for the export pipeline.
*
*/
@Import(name="type")
private @Nullable Output type;
/**
* @return The type of target for the export pipeline.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy