View a markdown version of this page

AWS::SupportAuthZ::SupportPermit Condition - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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