aws-cdk-lib.aws_healthlake.CfnFHIRDatastore.CreatedAtProperty

interface CreatedAtProperty

LanguageType name
.NETAmazon.CDK.AWS.HealthLake.CfnFHIRDatastore.CreatedAtProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awshealthlake#CfnFHIRDatastore_CreatedAtProperty
Javasoftware.amazon.awscdk.services.healthlake.CfnFHIRDatastore.CreatedAtProperty
Pythonaws_cdk.aws_healthlake.CfnFHIRDatastore.CreatedAtProperty
TypeScript aws-cdk-lib » aws_healthlake » CfnFHIRDatastore » CreatedAtProperty

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-lib';
const createdAtProperty: healthlake.CfnFHIRDatastore.CreatedAtProperty = {
  nanos: 123,
  seconds: 'seconds',
};

Properties

NameTypeDescription
nanosnumberCfnFHIRDatastore.CreatedAtProperty.Nanos.
secondsstringCfnFHIRDatastore.CreatedAtProperty.Seconds.

nanos

Type: number

CfnFHIRDatastore.CreatedAtProperty.Nanos.


seconds

Type: string

CfnFHIRDatastore.CreatedAtProperty.Seconds.