---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_signer_signing_profile{% #aws_signer_signing_profile %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `arn`**Description**: The Amazon Resource Name (ARN) for the signing profile.

## `overrides`{% #overrides %}

**Type**: `STRUCT`**Provider name**: `overrides`**Description**: A list of overrides applied by the target signing profile for signing operations.

- `signing_configuration`**Type**: `STRUCT`**Provider name**: `signingConfiguration`**Description**: A signing configuration that overrides the default encryption or hash algorithm of a signing job.
  - `encryption_algorithm`**Type**: `STRING`**Provider name**: `encryptionAlgorithm`**Description**: A specified override of the default encryption algorithm that is used in a code-signing job.
  - `hash_algorithm`**Type**: `STRING`**Provider name**: `hashAlgorithm`**Description**: A specified override of the default hash algorithm that is used in a code-signing job.
- `signing_image_format`**Type**: `STRING`**Provider name**: `signingImageFormat`**Description**: A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats, `JSONEmbedded` or `JSONDetached`. (A third format value, `JSON`, is reserved for future use.) With `JSONEmbedded`, the signing image has the payload embedded in it. With `JSONDetached`, the payload is not be embedded in the signing image.

## `platform_display_name`{% #platform_display_name %}

**Type**: `STRING`**Provider name**: `platformDisplayName`**Description**: A human-readable name for the signing platform associated with the signing profile.

## `platform_id`{% #platform_id %}

**Type**: `STRING`**Provider name**: `platformId`**Description**: The ID of the platform that is used by the target signing profile.

## `profile_name`{% #profile_name %}

**Type**: `STRING`**Provider name**: `profileName`**Description**: The name of the target signing profile.

## `profile_version`{% #profile_version %}

**Type**: `STRING`**Provider name**: `profileVersion`**Description**: The current version of the signing profile.

## `profile_version_arn`{% #profile_version_arn %}

**Type**: `STRING`**Provider name**: `profileVersionArn`**Description**: The signing profile ARN, including the profile version.

## `revocation_record`{% #revocation_record %}

**Type**: `STRUCT`**Provider name**: `revocationRecord`

- `revocation_effective_from`**Type**: `TIMESTAMP`**Provider name**: `revocationEffectiveFrom`**Description**: The time when revocation becomes effective.
- `revoked_at`**Type**: `TIMESTAMP`**Provider name**: `revokedAt`**Description**: The time when the signing profile was revoked.
- `revoked_by`**Type**: `STRING`**Provider name**: `revokedBy`**Description**: The identity of the revoker.

## `signature_validity_period`{% #signature_validity_period %}

**Type**: `STRUCT`**Provider name**: `signatureValidityPeriod`

- `type`**Type**: `STRING`**Provider name**: `type`**Description**: The time unit for signature validity.
- `value`**Type**: `INT32`**Provider name**: `value`**Description**: The numerical value of the time unit for signature validity.

## `signing_material`{% #signing_material %}

**Type**: `STRUCT`**Provider name**: `signingMaterial`**Description**: The ARN of the certificate that the target profile uses for signing operations.

- `certificate_arn`**Type**: `STRING`**Provider name**: `certificateArn`**Description**: The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

## `signing_parameters`{% #signing_parameters %}

**Type**: `MAP_STRING_STRING`**Provider name**: `signingParameters`**Description**: A map of key-value pairs for signing operations that is attached to the target signing profile.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The status of the target signing profile.

## `status_reason`{% #status_reason %}

**Type**: `STRING`**Provider name**: `statusReason`**Description**: Reason for the status of the target signing profile.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
