com.pulumi.googlenative.apigateway.v1.GatewayArgs 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.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 GatewayArgs extends com.pulumi.resources.ResourceArgs {
public static final GatewayArgs Empty = new GatewayArgs();
/**
* Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}
*
*/
@Import(name="apiConfig", required=true)
private Output apiConfig;
/**
* @return Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}
*
*/
public Output apiConfig() {
return this.apiConfig;
}
/**
* Optional. Display name.
*
*/
@Import(name="displayName")
private @Nullable Output displayName;
/**
* @return Optional. Display name.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy