Class CloneEnvironmentOptions
Options for cloning an environment.
Inherited Members
Namespace: Pulumi.Esc.Sdk
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class CloneEnvironmentOptions
Properties
View SourcePreserveAccess
Whether to preserve access controls from the source environment.
Declaration
public bool PreserveAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PreserveEnvironmentTags
Whether to preserve environment tags from the source environment.
Declaration
public bool PreserveEnvironmentTags { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PreserveHistory
Whether to preserve the revision history from the source environment.
Declaration
public bool PreserveHistory { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PreserveRevisionTags
Whether to preserve revision tags from the source environment.
Declaration
public bool PreserveRevisionTags { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |