Class ClusterCertificateAuthorityGetArgs
Inherited Members
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 SourceClusterCertificateAuthorityGetArgs()
Declaration
public ClusterCertificateAuthorityGetArgs()
Properties
View SourceData
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> |