ParameterArgs

constructor(allowedPattern: Output<String>? = null, dataType: Output<ParameterDataType>? = null, description: Output<String>? = null, name: Output<String>? = null, policies: Output<String>? = null, tags: Output<Map<String, String>>? = null, tier: Output<ParameterTier>? = null, type: Output<ParameterType>? = null, value: Output<String>? = null)