Class ClusterEncryptionConfigArgs
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 ClusterEncryptionConfigArgs : ResourceArgs
Constructors
View SourceClusterEncryptionConfigArgs()
Declaration
public ClusterEncryptionConfigArgs()
Properties
View SourceProvider
Configuration block with provider for encryption. Detailed below.
Declaration
public Input<ClusterEncryptionConfigProviderArgs> Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterEncryptionConfigProviderArgs> |
Resources
List of strings with resources to be encrypted. Valid values: secrets
Declaration
public InputList<string> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |