interface CreatedAtProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.HealthLake.CfnFHIRDatastorePropsMixin.CreatedAtProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awshealthlake#CfnFHIRDatastorePropsMixin_CreatedAtProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnFHIRDatastorePropsMixin.CreatedAtProperty |
Python | aws_cdk.cfn_property_mixins.aws_healthlake.CfnFHIRDatastorePropsMixin.CreatedAtProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_healthlake » CfnFHIRDatastorePropsMixin » CreatedAtProperty |
The time that a Data Store was created.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_healthlake as healthlake } from '@aws-cdk/cfn-property-mixins';
const createdAtProperty: healthlake.CfnFHIRDatastorePropsMixin.CreatedAtProperty = {
nanos: 123,
seconds: 'seconds',
};
Properties
| Name | Type | Description |
|---|---|---|
| nanos? | number | Nanoseconds. |
| seconds? | string | Seconds since epoch. |
nanos?
Type:
number
(optional)
Nanoseconds.
seconds?
Type:
string
(optional)
Seconds since epoch.

.NET
Go
Java
Python
TypeScript