Class CfnAnnotationStore
Creates an annotation store.
Inherited Members
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnnotationStore : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnAnnotationStore
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
CloudformationResource: AWS::Omics::AnnotationStore
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.Omics;
var schema;
var cfnAnnotationStore = new CfnAnnotationStore(this, "MyCfnAnnotationStore", new CfnAnnotationStoreProps {
Name = "name",
StoreFormat = "storeFormat",
// the properties below are optional
Description = "description",
Reference = new ReferenceItemProperty {
ReferenceArn = "referenceArn"
},
SseConfig = new SseConfigProperty {
Type = "type",
// the properties below are optional
KeyArn = "keyArn"
},
StoreOptions = new StoreOptionsProperty {
TsvStoreOptions = new TsvStoreOptionsProperty {
AnnotationType = "annotationType",
FormatToHeader = new Dictionary<string, string> {
{ "formatToHeaderKey", "formatToHeader" }
},
Schema = schema
}
},
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
When the store was created. |
Attr |
The store's ID. |
Attr |
The store's status. |
Attr |
The store's status message. |
Attr |
The store's ARN. |
Attr |
The store's size in bytes. |
Attr |
When the store was updated. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Description | A description for the store. |
Name | The name of the Annotation Store. |
Reference | The genome reference for the store's annotations. |
Sse |
The store's server-side encryption (SSE) settings. |
Store |
The annotation file format of the store. |
Store |
File parsing options for the annotation store. |
Tags | Tag Manager which manages the tags for this resource. |
Tags |
Tags for the store. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnAnnotationStore(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnAnnotationStore(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnAnnotationStore(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnAnnotationStore(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnAnnotationStore(Construct, String, ICfnAnnotationStoreProps)
public CfnAnnotationStore(Construct scope, string id, ICfnAnnotationStoreProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Annotation Store Props Resource properties.
Properties
AttrCreationTime
When the store was created.
public virtual string AttrCreationTime { get; }
Property Value
System.
Remarks
CloudformationAttribute: CreationTime
AttrId
The store's ID.
public virtual string AttrId { get; }
Property Value
System.
Remarks
CloudformationAttribute: Id
AttrStatus
The store's status.
public virtual string AttrStatus { get; }
Property Value
System.
Remarks
CloudformationAttribute: Status
AttrStatusMessage
The store's status message.
public virtual string AttrStatusMessage { get; }
Property Value
System.
Remarks
CloudformationAttribute: StatusMessage
AttrStoreArn
The store's ARN.
public virtual string AttrStoreArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: StoreArn
AttrStoreSizeBytes
The store's size in bytes.
public virtual IResolvable AttrStoreSizeBytes { get; }
Property Value
Remarks
CloudformationAttribute: StoreSizeBytes
AttrUpdateTime
When the store was updated.
public virtual string AttrUpdateTime { get; }
Property Value
System.
Remarks
CloudformationAttribute: UpdateTime
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
Description
A description for the store.
public virtual string Description { get; set; }
Property Value
System.
Name
The name of the Annotation Store.
public virtual string Name { get; set; }
Property Value
System.
Reference
The genome reference for the store's annotations.
public virtual object Reference { get; set; }
Property Value
System.
SseConfig
The store's server-side encryption (SSE) settings.
public virtual object SseConfig { get; set; }
Property Value
System.
StoreFormat
The annotation file format of the store.
public virtual string StoreFormat { get; set; }
Property Value
System.
StoreOptions
File parsing options for the annotation store.
public virtual object StoreOptions { get; set; }
Property Value
System.
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
Tags for the store.
public virtual IDictionary<string, string> TagsRaw { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.