CfnReferenceStoreMixinProps
- class aws_cdk.mixins_preview.aws_omics.mixins.CfnReferenceStoreMixinProps(*, description=None, name=None, sse_config=None, tags=None)
Bases:
objectProperties for CfnReferenceStorePropsMixin.
- Parameters:
description (
Optional[str]) – A description for the store.name (
Optional[str]) – A name for the store.sse_config (
Union[IResolvable,SseConfigProperty,Dict[str,Any],None]) – Server-side encryption (SSE) settings for the store.tags (
Optional[Mapping[str,str]]) – Tags for the store.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-referencestore.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_omics import mixins as omics_mixins cfn_reference_store_mixin_props = omics_mixins.CfnReferenceStoreMixinProps( description="description", name="name", sse_config=omics_mixins.CfnReferenceStorePropsMixin.SseConfigProperty( key_arn="keyArn", type="type" ), tags={ "tags_key": "tags" } )
Attributes
- description
A description for the store.
- name
A name for the store.
- sse_config
Server-side encryption (SSE) settings for the store.