deprecatedStatus property

DeprecatedStatus? deprecatedStatus
final

The deprecation status of the type.

Valid values include:

  • LIVE: The type is registered and can be used in CloudFormation operations, dependent on its provisioning behavior and visibility scope.
  • DEPRECATED: The type has been deregistered and can no longer be used in CloudFormation operations.

Implementation

final DeprecatedStatus? deprecatedStatus;