Class ClusterEncryptionInfoArgs
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.Msk.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEncryptionInfoArgs : ResourceArgs
Constructors
View SourceClusterEncryptionInfoArgs()
Declaration
public ClusterEncryptionInfoArgs()
Properties
View SourceEncryptionAtRestKmsKeyArn
You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest.
Declaration
public Input<string> EncryptionAtRestKmsKeyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EncryptionInTransit
Configuration block to specify encryption in transit. See below.
Declaration
public Input<ClusterEncryptionInfoEncryptionInTransitArgs> EncryptionInTransit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterEncryptionInfoEncryptionInTransitArgs> |