GetParameterPlainArgs

data class GetParameterPlainArgs(val name: String) : ConvertibleToJava<GetParameterPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the parameter. The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter Amazon Resource Name (ARN), is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: `arn:aws:ssm:us-east-2:111222333444:parameter/ExampleParameterName`

Functions

Link copied to clipboard
open override fun toJava(): GetParameterPlainArgs