com.pulumi.azure.containerservice.ClusterTrustedAccessRoleBindingArgs 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.azure.containerservice;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ClusterTrustedAccessRoleBindingArgs extends com.pulumi.resources.ResourceArgs {
public static final ClusterTrustedAccessRoleBindingArgs Empty = new ClusterTrustedAccessRoleBindingArgs();
/**
* Specifies the Kubernetes Cluster Id within which this Kubernetes Cluster Trusted Access Role Binding should exist. Changing this forces a new Kubernetes Cluster Trusted Access Role Binding to be created.
*
*/
@Import(name="kubernetesClusterId", required=true)
private Output kubernetesClusterId;
/**
* @return Specifies the Kubernetes Cluster Id within which this Kubernetes Cluster Trusted Access Role Binding should exist. Changing this forces a new Kubernetes Cluster Trusted Access Role Binding to be created.
*
*/
public Output kubernetesClusterId() {
return this.kubernetesClusterId;
}
/**
* Specifies the name of this Kubernetes Cluster Trusted Access Role Binding. Changing this forces a new Kubernetes Cluster Trusted Access Role Binding to be created.
*
*/
@Import(name="name")
private @Nullable Output name;
/**
* @return Specifies the name of this Kubernetes Cluster Trusted Access Role Binding. Changing this forces a new Kubernetes Cluster Trusted Access Role Binding to be created.
*
*/
public Optional