Show / Hide Table of Contents

Class CfnService.EncryptionConfigurationProperty

Describes a custom encryption key that AWS App Runner uses to encrypt copies of the source repository and service logs.

Inheritance
System.Object
CfnService.EncryptionConfigurationProperty
Implements
CfnService.IEncryptionConfigurationProperty
Namespace: Amazon.CDK.AWS.AppRunner
Assembly: Amazon.CDK.AWS.AppRunner.dll
Syntax (csharp)
public class EncryptionConfigurationProperty : Object, CfnService.IEncryptionConfigurationProperty
Syntax (vb)
Public Class EncryptionConfigurationProperty
    Inherits Object
    Implements CfnService.IEncryptionConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-encryptionconfiguration.html

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.AWS.AppRunner;

var encryptionConfigurationProperty = new EncryptionConfigurationProperty {
    KmsKey = "kmsKey"
};

Synopsis

Constructors

EncryptionConfigurationProperty()

Properties

KmsKey

The ARN of the KMS key that's used for encryption.

Constructors

EncryptionConfigurationProperty()

public EncryptionConfigurationProperty()

Properties

KmsKey

The ARN of the KMS key that's used for encryption.

public string KmsKey { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-encryptionconfiguration.html#cfn-apprunner-service-encryptionconfiguration-kmskey

Implements

CfnService.IEncryptionConfigurationProperty
Back to top Generated by DocFX