Show / Hide Table of Contents

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 CfnFHIRDatastore.ICreatedAtProperty
Syntax (vb)
Public Interface CfnFHIRDatastore.ICreatedAtProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-createdat.html

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

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-createdat.html#cfn-healthlake-fhirdatastore-createdat-nanos

Seconds

Seconds since epoch.

string Seconds { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-createdat.html#cfn-healthlake-fhirdatastore-createdat-seconds

Back to top Generated by DocFX