Uses of Class
io.github.cdklabs.cdkpipelines.github.StackCapabilities
-
-
Uses of StackCapabilities in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github that return StackCapabilities Modifier and Type Method Description static StackCapabilitiesStackCapabilities. valueOf(String name)Returns the enum constant of this type with the specified name.static StackCapabilities[]StackCapabilities. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.cdkpipelines.github that return types with arguments of type StackCapabilities Modifier and Type Method Description default List<StackCapabilities>AddGitHubStageOptions. getStackCapabilities()In some cases, you must explicitly acknowledge that your CloudFormation stack template contains certain capabilities in order for CloudFormation to create the stack.List<StackCapabilities>AddGitHubStageOptions.Jsii$Proxy. getStackCapabilities()Method parameters in io.github.cdklabs.cdkpipelines.github with type arguments of type StackCapabilities Modifier and Type Method Description AddGitHubStageOptions.BuilderAddGitHubStageOptions.Builder. stackCapabilities(List<? extends StackCapabilities> stackCapabilities)Sets the value ofAddGitHubStageOptions.getStackCapabilities()
-