
com.pulumi.azurenative.iotoperations.inputs.KubernetesReferenceArgs 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.iotoperations.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;
/**
* Kubernetes reference
*
*/
public final class KubernetesReferenceArgs extends com.pulumi.resources.ResourceArgs {
public static final KubernetesReferenceArgs Empty = new KubernetesReferenceArgs();
/**
* APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
*
*/
@Import(name="apiGroup")
private @Nullable Output apiGroup;
/**
* @return APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy