| Name | Type | Description | Notes |
|---|---|---|---|
| groupName | String | The name of the external parameter group to which the provided parameter names apply. | [optional] |
| parameterContextName | String | The name of the ParameterContext that receives the parameters in this group | [optional] |
| parameterSensitivities | [Map<String, InnerEnum>](#Map<String, InnerEnum>) | All fetched parameter names that should be applied. | [optional] |
| _synchronized | Boolean | True if this group should be synchronized to a ParameterContext, including creating one if it does not exist. | [optional] |
| Name | Value |
|---|---|
| SENSITIVE | "SENSITIVE" |
| NON_SENSITIVE | "NON_SENSITIVE" |