mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Change StackPolicyBody and StackPolicyUrl to accept string instead of array of strings
This commit is contained in:
Vendored
+2
-2
@@ -616,8 +616,8 @@ export module CloudFormation {
|
||||
ResourceTypes?: string[];
|
||||
OnFailure?: string[]; // cannot specify both DisableRollback and OnFailure
|
||||
// DO_NOTHING | ROLLBACK | DELETE
|
||||
StackPolicyBody?: string[]; // cannot specify both StackPolicyBody and StackPolicyURL
|
||||
StackPolicyURL?: string[]; // cannot specify both StackPolicyBody and StackPolicyURL
|
||||
StackPolicyBody?: string; // cannot specify both StackPolicyBody and StackPolicyURL
|
||||
StackPolicyURL?: string; // cannot specify both StackPolicyBody and StackPolicyURL
|
||||
Tags?: CloudFormation.Tag[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user