Interface CfnFHIRDatastore.CreatedAtProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFHIRDatastore.CreatedAtProperty.Jsii$Proxy
Enclosing class:
CfnFHIRDatastore

@Stability(Stable) public static interface CfnFHIRDatastore.CreatedAtProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.healthlake.*;
 CreatedAtProperty createdAtProperty = CreatedAtProperty.builder()
         .nanos(123)
         .seconds("seconds")
         .build();
 

See Also: