interface CreatedAtProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthLake.Mixins.CfnFHIRDatastorePropsMixin.CreatedAtProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthlake/mixins#CfnFHIRDatastorePropsMixin_CreatedAtProperty |
Java | software.amazon.awscdk.mixins.preview.services.healthlake.mixins.CfnFHIRDatastorePropsMixin.CreatedAtProperty |
Python | aws_cdk.mixins_preview.aws_healthlake.mixins.CfnFHIRDatastorePropsMixin.CreatedAtProperty |
TypeScript | @aws-cdk/mixins-preview » aws_healthlake » mixins » 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 { mixins as healthlake_mixins } from '@aws-cdk/mixins-preview/aws-healthlake';
const createdAtProperty: healthlake_mixins.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