View a markdown version of this page

AWS::SupportAuthZ::SupportPermit Condition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SupportAuthZ::SupportPermit Condition

A time-window condition that controls when a support permit is active. Specify exactly one of AllowAfter or AllowBefore.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AllowAfter" : String, "AllowBefore" : String }

YAML

AllowAfter: String AllowBefore: String

Properties

AllowAfter

The permit is active only after this time. Specify the value as an ISO 8601 date-time string, such as 2026-09-01T00:00:00Z.

Required: No

Type: String

Update requires: Replacement

AllowBefore

The permit is active only before this time. Specify the value as an ISO 8601 date-time string, such as 2026-12-31T23:59:59Z.

Required: No

Type: String

Update requires: Replacement