Interface CfnFHIRDatastore.ICreatedAtProperty
The time that a Data Store was created.
Namespace: Amazon.CDK.AWS.HealthLake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICreatedAtProperty
Syntax (vb)
Public Interface ICreatedAtProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.HealthLake;
var createdAtProperty = new CreatedAtProperty {
Nanos = 123,
Seconds = "seconds"
};
Synopsis
Properties
Nanos | Nanoseconds. |
Seconds | Seconds since epoch. |
Properties
Nanos
Nanoseconds.
double Nanos { get; }
Property Value
System.
Remarks
Seconds
Seconds since epoch.
string Seconds { get; }
Property Value
System.