com.pulumi.googlenative.apigateway.v1beta.ApiArgs 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.apigateway.v1beta;
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 ApiArgs extends com.pulumi.resources.ResourceArgs {
public static final ApiArgs Empty = new ApiArgs();
/**
* Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
*
*/
@Import(name="apiId", required=true)
private Output apiId;
/**
* @return Required. Identifier to assign to the API. Must be unique within scope of the parent resource.
*
*/
public Output apiId() {
return this.apiId;
}
/**
* Optional. Display name.
*
*/
@Import(name="displayName")
private @Nullable Output displayName;
/**
* @return Optional. Display name.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy