Class SecurityConfigurationEncryptionConfigurationS3EncryptionArgs
Inheritance
System.Object
SecurityConfigurationEncryptionConfigurationS3EncryptionArgs
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.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SecurityConfigurationEncryptionConfigurationS3EncryptionArgs : ResourceArgs
Constructors
View SourceSecurityConfigurationEncryptionConfigurationS3EncryptionArgs()
Declaration
public SecurityConfigurationEncryptionConfigurationS3EncryptionArgs()
Properties
View SourceKmsKeyArn
Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
Declaration
public Input<string> KmsKeyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3EncryptionMode
Encryption mode to use for S3 data. Valid values: DISABLED, SSE-KMS, SSE-S3. Default value: DISABLED.
Declaration
public Input<string> S3EncryptionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |