NRN
Create an NRN
Creates a new NRN or replaces an existing one. This operation overwrites any previous value.
⚠️ Deprecation notice
This operation might be removed in the future. We recommend using Providers instead.
post/nrn
Request body
NrnCreate required
An object where keys represent NRN values or profiles.
Example request
{
"aws.lambdaFunctionName": "MyFunction",
"development::aws.log_reader_role": "dev_role",
"production::aws.log_reader_role": "prod_role"
}Response
The operation was successful.
Example response
{
"nrn": "organization=1:account=2",
"namespaces": {
"namespaces": {
"global": {
"some-key": "some-value"
}
}
},
"profiles": {
"profiles": {
"development": {
"some-namespace": {
"some-key": "some-value"
},
"production": {
"some-namespace": {
"some-key": "another-value"
}
}
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.