This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_sfn_activity

account_id

Type: STRING

activity_arn

Type: STRING
Provider name: activityArn
Description: The Amazon Resource Name (ARN) that identifies the activity.

creation_date

Type: TIMESTAMP
Provider name: creationDate
Description: The date the activity is created.

encryption_configuration

Type: STRUCT
Provider name: encryptionConfiguration
Description: Settings for configured server-side encryption.

  • kms_data_key_reuse_period_seconds
    Type: INT32
    Provider name: kmsDataKeyReusePeriodSeconds
    Description: Maximum duration that Step Functions will reuse data keys. When the period expires, Step Functions will call GenerateDataKey. Only applies to customer managed keys.
  • kms_key_id
    Type: STRING
    Provider name: kmsKeyId
    Description: An alias, alias ARN, key ID, or key ARN of a symmetric encryption KMS key to encrypt data. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.
  • type
    Type: STRING
    Provider name: type
    Description: Encryption type

name

Type: STRING
Provider name: name
Description: The name of the activity. A name must not contain:

  • white space
  • brackets < > { } [ ]
  • wildcard characters ? *
  • special characters " # % \ ^ | ~ ` $ & , ; : /
  • control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

tags

Type: UNORDERED_LIST_STRING