Get Regional Parameter Version Render Result
data class GetRegionalParameterVersionRenderResult(val disabled: Boolean, val id: String, val location: String, val name: String, val parameter: String, val parameterData: String, val parameterVersionId: String, val project: String, val renderedParameterData: String)
A collection of values returned by getRegionalParameterVersionRender.
Constructors
Properties
Link copied to clipboard
The Parameter data.
Link copied to clipboard
Link copied to clipboard
The Rendered Parameter Data specifies that if you use __REF__()
to reference a secret and the format is JSON or YAML, the placeholder __REF__()
will be replaced with the actual secret value. However, if the format is UNFORMATTED, it will stay the same as the original parameter_data
.