Este producto no es compatible con el sitio Datadog seleccionado. ().
Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

aws_healthlake_datastore

account_id

Type: STRING

created_at

Type: TIMESTAMP
Provider name: CreatedAt
Description: The time that a data store was created.

datastore_arn

Type: STRING
Provider name: DatastoreArn
Description: The Amazon Resource Name used in the creation of the data store.

datastore_endpoint

Type: STRING
Provider name: DatastoreEndpoint
Description: The AWS endpoint for the data store. Each data store will have it’s own endpoint with data store ID in the endpoint URL.

datastore_id

Type: STRING
Provider name: DatastoreId
Description: The AWS-generated ID number for the data store.

datastore_name

Type: STRING
Provider name: DatastoreName
Description: The user-generated name for the data store.

datastore_status

Type: STRING
Provider name: DatastoreStatus
Description: The status of the data store.

datastore_type_version

Type: STRING
Provider name: DatastoreTypeVersion
Description: The FHIR version. Only R4 version data is supported.

error_cause

Type: STRUCT
Provider name: ErrorCause
Description: The error cause for the current data store operation.

  • error_category
    Type: STRING
    Provider name: ErrorCategory
    Description: The error category of the create/delete data store operation. Possible statuses are RETRYABLE_ERROR or NON_RETRYABLE_ERROR.
  • error_message
    Type: STRING
    Provider name: ErrorMessage
    Description: The text of the error message.

identity_provider_configuration

Type: STRUCT
Provider name: IdentityProviderConfiguration
Description: The identity provider that you selected when you created the data store.

  • authorization_strategy
    Type: STRING
    Provider name: AuthorizationStrategy
    Description: The authorization strategy that you selected when you created the data store.
  • fine_grained_authorization_enabled
    Type: BOOLEAN
    Provider name: FineGrainedAuthorizationEnabled
    Description: If you enabled fine-grained authorization when you created the data store.
  • idp_lambda_arn
    Type: STRING
    Provider name: IdpLambdaArn
    Description: The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server.
  • metadata
    Type: STRING
    Provider name: Metadata
    Description: The JSON metadata elements that you want to use in your identity provider configuration. Required elements are listed based on the launch specification of the SMART application. For more information on all possible elements, see Metadata in SMART’s App Launch specification. authorization_endpoint: The URL to the OAuth2 authorization endpoint. grant_types_supported: An array of grant types that are supported at the token endpoint. You must provide at least one grant type option. Valid options are authorization_code and client_credentials. token_endpoint: The URL to the OAuth2 token endpoint. capabilities: An array of strings of the SMART capabilities that the authorization server supports. code_challenge_methods_supported: An array of strings of supported PKCE code challenge methods. You must include the S256 method in the array of PKCE code challenge methods.

preload_data_config

Type: STRUCT
Provider name: PreloadDataConfig
Description: The preloaded data configuration for the data store. Only data preloaded from Synthea is supported.

  • preload_data_type
    Type: STRING
    Provider name: PreloadDataType
    Description: The type of preloaded data. Only Synthea preloaded data is supported.

sse_configuration

Type: STRUCT
Provider name: SseConfiguration
Description: The server-side encryption key configuration for a customer provided encryption key (CMK).

  • kms_encryption_config
    Type: STRUCT
    Provider name: KmsEncryptionConfig
    Description: The KMS encryption configuration used to provide details for data encryption.
    • cmk_type
      Type: STRING
      Provider name: CmkType
      Description: The type of customer-managed-key(CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.
    • kms_key_id
      Type: STRING
      Provider name: KmsKeyId
      Description: The KMS encryption key id/alias used to encrypt the data store contents at rest.

tags

Type: UNORDERED_LIST_STRING