interface SseConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Omics.CfnAnnotationStore.SseConfigProperty |
Java | software.amazon.awscdk.services.omics.CfnAnnotationStore.SseConfigProperty |
Python | aws_cdk.aws_omics.CfnAnnotationStore.SseConfigProperty |
TypeScript | @aws-cdk/aws-omics » CfnAnnotationStore » SseConfigProperty |
Server-side encryption (SSE) settings for a store.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as omics from '@aws-cdk/aws-omics';
const sseConfigProperty: omics.CfnAnnotationStore.SseConfigProperty = {
type: 'type',
// the properties below are optional
keyArn: 'keyArn',
};
Properties
Name | Type | Description |
---|---|---|
type | string | The encryption type. |
key | string | An encryption key ARN. |
type
Type:
string
The encryption type.
keyArn?
Type:
string
(optional)
An encryption key ARN.