Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 910 Bytes

File metadata and controls

21 lines (14 loc) · 910 Bytes

ParameterGroupConfigurationEntity

Properties

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]

Enum: Map<String, InnerEnum>

Name Value
SENSITIVE "SENSITIVE"
NON_SENSITIVE "NON_SENSITIVE"