Enum CfnCapabilities
Capabilities that affect whether CloudFormation is allowed to change IAM resources.
public enum CfnCapabilities
Fields
ANONYMOUS_IAM = 1
Capability to create anonymous IAM resources.
AUTO_EXPAND = 3
Capability to run CloudFormation macros.
NAMED_IAM = 2
Capability to create named IAM resources.
NONE = 0
No IAM Capabilities.