com.pulumi.googlenative.apigee.v1.ArchiveDeploymentArgs 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.googlenative.apigee.v1;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ArchiveDeploymentArgs extends com.pulumi.resources.ResourceArgs {
public static final ArchiveDeploymentArgs Empty = new ArchiveDeploymentArgs();
@Import(name="environmentId", required=true)
private Output environmentId;
public Output environmentId() {
return this.environmentId;
}
/**
* Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.
*
*/
@Import(name="gcsUri")
private @Nullable Output gcsUri;
/**
* @return Input only. The Google Cloud Storage signed URL returned from GenerateUploadUrl and used to upload the Archive zip file.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy