Class CfnServicePropsMixin.EncryptionConfigurationProperty
Describes a custom encryption key that AWS App Runner uses to encrypt copies of the source repository and service logs.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppRunner
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServicePropsMixin.EncryptionConfigurationProperty : CfnServicePropsMixin.IEncryptionConfigurationProperty
Syntax (vb)
Public Class CfnServicePropsMixin.EncryptionConfigurationProperty Implements CfnServicePropsMixin.IEncryptionConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppRunner;
var encryptionConfigurationProperty = new EncryptionConfigurationProperty {
KmsKey = "kmsKey"
};
Synopsis
Constructors
| EncryptionConfigurationProperty() | Describes a custom encryption key that AWS App Runner uses to encrypt copies of the source repository and service logs. |
Properties
| KmsKey | The ARN of the KMS key that's used for encryption. |
Constructors
EncryptionConfigurationProperty()
Describes a custom encryption key that AWS App Runner uses to encrypt copies of the source repository and service logs.
public EncryptionConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppRunner;
var encryptionConfigurationProperty = new EncryptionConfigurationProperty {
KmsKey = "kmsKey"
};
Properties
KmsKey
The ARN of the KMS key that's used for encryption.
public string? KmsKey { get; set; }