Show / Hide Table of Contents

Class ClusterCertificateAuthorityGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterCertificateAuthorityGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Eks.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterCertificateAuthorityGetArgs : ResourceArgs

Constructors

View Source

ClusterCertificateAuthorityGetArgs()

Declaration
public ClusterCertificateAuthorityGetArgs()

Properties

View Source

Data

The base64 encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.

Declaration
public Input<string> Data { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.