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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFHIRDatastore.CreatedAtPropertystatic final classAn implementation forCfnFHIRDatastore.CreatedAtProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNanos
Nanoseconds.- See Also:
-
getSeconds
Seconds since epoch.- See Also:
-
builder
-