Show / Hide Table of Contents

Class ClusterEncryptionConfigGetArgs

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

Constructors

View Source

ClusterEncryptionConfigGetArgs()

Declaration
public ClusterEncryptionConfigGetArgs()

Properties

View Source

Provider

Configuration block with provider for encryption. Detailed below.

Declaration
public Input<ClusterEncryptionConfigProviderGetArgs> Provider { get; set; }
Property Value
Type Description
Input<ClusterEncryptionConfigProviderGetArgs>
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.