Show / Hide Table of Contents

Class ClusterEncryptionConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterEncryptionConfigArgs
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 ClusterEncryptionConfigArgs : ResourceArgs

Constructors

View Source

ClusterEncryptionConfigArgs()

Declaration
public ClusterEncryptionConfigArgs()

Properties

View Source

Provider

Configuration block with provider for encryption. Detailed below.

Declaration
public Input<ClusterEncryptionConfigProviderArgs> Provider { get; set; }
Property Value
Type Description
Input<ClusterEncryptionConfigProviderArgs>
View Source

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