Class CfnDatastore
Create a data store.
Inherited Members
Namespace: Amazon.CDK.AwsHealthimaging
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDatastore : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnDatastore
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
CloudformationResource: AWS::HealthImaging::Datastore
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_healthimaging;
var cfnDatastore = new CfnDatastore(this, "MyCfnDatastore", new CfnDatastoreProps {
DatastoreName = "datastoreName",
KmsKeyArn = "kmsKeyArn",
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
CfnDatastore(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnDatastore(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnDatastore(Construct, String, ICfnDatastoreProps) |
Properties
AttrCreatedAt | The timestamp when the data store was created. |
AttrDatastoreArn | The Amazon Resource Name (ARN) for the data store. |
AttrDatastoreId | The data store identifier. |
AttrDatastoreStatus | The data store status. |
AttrUpdatedAt | The timestamp when the data store was last updated. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
DatastoreName | The data store name. |
KmsKeyArn | The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data. |
Tags | The tags provided when creating a data store. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnDatastore(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnDatastore(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnDatastore(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnDatastore(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnDatastore(Construct, String, ICfnDatastoreProps)
public CfnDatastore(Construct scope, string id, ICfnDatastoreProps props = null)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnDatastoreProps
Resource properties.
Properties
AttrCreatedAt
The timestamp when the data store was created.
public virtual string AttrCreatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreatedAt
AttrDatastoreArn
The Amazon Resource Name (ARN) for the data store.
public virtual string AttrDatastoreArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: DatastoreArn
AttrDatastoreId
The data store identifier.
public virtual string AttrDatastoreId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: DatastoreId
AttrDatastoreStatus
The data store status.
public virtual string AttrDatastoreStatus { get; }
Property Value
System.String
Remarks
CloudformationAttribute: DatastoreStatus
AttrUpdatedAt
The timestamp when the data store was last updated.
public virtual string AttrUpdatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: UpdatedAt
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
DatastoreName
The data store name.
public virtual string DatastoreName { get; set; }
Property Value
System.String
KmsKeyArn
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
public virtual string KmsKeyArn { get; set; }
Property Value
System.String
Tags
The tags provided when creating a data store.
public virtual IDictionary<string, string> Tags { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
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.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>