Class ClusterEncryptionConfig
Inheritance
System.Object
ClusterEncryptionConfig
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEncryptionConfig
Fields
View SourceProvider
Configuration block with provider for encryption. Detailed below.
Declaration
public readonly ClusterEncryptionConfigProvider Provider
Field Value
| Type | Description |
|---|---|
| ClusterEncryptionConfigProvider |
Resources
List of strings with resources to be encrypted. Valid values: secrets
Declaration
public readonly ImmutableArray<string> Resources
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |