ICloudFormationTemplateResource.DisabledCapabilities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
By default CloudFormation provisioning is given the CAPABILITY_IAM, CAPABILITY_NAMED_IAM and CAPABILITY_AUTO_EXPAND capabilities. To disable any or all of these capabilities add the these names to this collection.
public System.Collections.Generic.IList<string> DisabledCapabilities { get; }
member this.DisabledCapabilities : System.Collections.Generic.IList<string>
Public ReadOnly Property DisabledCapabilities As IList(Of String)