CloudFormationCapabilities
- class aws_cdk.aws_cloudformation.CloudFormationCapabilities(value)
- Bases: - Enum- (deprecated) Capabilities that affect whether CloudFormation is allowed to change IAM resources. - Deprecated:
- use - core.CfnCapabilities
- Stability:
- deprecated 
 - Attributes - ANONYMOUS_IAM
- (deprecated) Capability to create anonymous IAM resources. - Pass this capability if you’re only creating anonymous resources. 
 - AUTO_EXPAND
- (deprecated) Capability to run CloudFormation macros. - Pass this capability if your template includes macros, for example AWS::Include or AWS::Serverless. - Stability:
- deprecated 
- Link:
 
 - NAMED_IAM
- (deprecated) Capability to create named IAM resources. - Pass this capability if you’re creating IAM resources that have physical names. - CloudFormationCapabilities.NamedIAMimplies- CloudFormationCapabilities.IAM; you don’t have to pass both.
 - NONE
- (deprecated) No IAM Capabilities. - Pass this capability if you wish to block the creation IAM resources.