EnvironmentRevision
EnvironmentRevision represents a specific revision of an environment definition.
Properties
numberinteger requiredA monotonically increasing integer identifying this revision.createdstring requiredThe timestamp when the revision was created.creatorLoginstring optionalThe login name of the user who created the revision.creatorNamestring optionalThe display name of the user who created the revision.tagsarray[string] optionalThe tags associated with this revision.- Information about the retraction, if this revision has been retracted.
- ↳
replacementinteger requiredThe revision number that replaced this retracted revision. - ↳
atstring requiredThe timestamp when the revision was retracted. - ↳
byLoginstring optionalThe login name of the user who retracted the revision. - ↳
byNamestring optionalThe display name of the user who retracted the revision. - ↳
reasonstring optionalThe reason the revision was retracted. - The change request that produced this revision, if any.
- ↳
idstring requiredThe unique identifier of the change request. - ↳
descriptionstring requiredA description of the change request.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.