Show / Hide Table of Contents

Class CfnServicePropsMixin.EncryptionConfigurationProperty

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

Inheritance
object
CfnServicePropsMixin.EncryptionConfigurationProperty
Implements
CfnServicePropsMixin.IEncryptionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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.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

See: 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.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; }
Property Value

string

Remarks

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

Implements

CfnServicePropsMixin.IEncryptionConfigurationProperty
Back to top Generated by DocFX