com.pulumi.googlenative.apigee.v1.EnvironmentEntryArgs 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.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class EnvironmentEntryArgs extends com.pulumi.resources.ResourceArgs {
public static final EnvironmentEntryArgs Empty = new EnvironmentEntryArgs();
@Import(name="environmentId", required=true)
private Output environmentId;
public Output environmentId() {
return this.environmentId;
}
@Import(name="keyvaluemapId", required=true)
private Output keyvaluemapId;
public Output keyvaluemapId() {
return this.keyvaluemapId;
}
/**
* Resource URI that can be used to identify the scope of the key value map entries.
*
*/
@Import(name="name")
private @Nullable Output name;
/**
* @return Resource URI that can be used to identify the scope of the key value map entries.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy