DeployArguments Class

Assembly
Cake.CloudFormation.dll
Namespace
Cake.CloudFormation
Base Types
graph BT Type-->Base0["BaseArguments"] click Base0 "/api/Cake.CloudFormation/BaseArguments" Base0-->Base1["Object"] Type["DeployArguments"] class Type type-node

Syntax

public class DeployArguments : BaseArguments

Constructors

Name Summary
DeployArguments()

Properties

Name Value Summary
ArgumentCustomization Dictionary<string, string>
Inherited from BaseArguments
Capabilities List<string>
ForceUpload bool
KmsKeyId string
NoExecuteChangeset bool
NoFailOnEmptyChangeset bool
NotificationArns List<string>
ParameterOverrides Dictionary<string, string>
Profile string
Inherited from BaseArguments
RoleArn string
S3Bucket string
S3Prefix string
StackName string
Tags Dictionary<string, string>
TemplateFile string

Methods

Extension Methods

Name Value Summary
Dump<DeployArguments>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<DeployArguments>(DeployArguments[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DeployArguments>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DeployArguments>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<DeployArguments>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<DeployArguments>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin