ParameterDeclaration
public struct ParameterDeclaration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default value of the parameter.
Declaration
Swift
public let defaultValue: String?
-
The description that is associate with the parameter.
Declaration
Swift
public let description: String?
-
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
Declaration
Swift
public let noEcho: Bool?
-
The criteria that AWS CloudFormation uses to validate parameter values.
Declaration
Swift
public let parameterConstraints: ParameterConstraints?
-
The name that is associated with the parameter.
Declaration
Swift
public let parameterKey: String?
-
The type of parameter.
Declaration
Swift
public let parameterType: String?
-
Undocumented
Declaration
Swift
public init(defaultValue: String? = nil, description: String? = nil, noEcho: Bool? = nil, parameterConstraints: ParameterConstraints? = nil, parameterKey: String? = nil, parameterType: String? = nil)