Show / Hide Table of Contents

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 Source

Provider

Configuration block with provider for encryption. Detailed below.

Declaration
public readonly ClusterEncryptionConfigProvider Provider
Field Value
Type Description
ClusterEncryptionConfigProvider
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.