TransformServerGroup
Summary​
Configuration used to specify the options for provisioning a server group for the transform server.Attributes​
The attributes are the same as the __init__ method parameters. See below.
__init__(...)​
Instantiates a new TransformServerGroup.Parameters
name: strA unique name for the Transform Server Group.scaling_config: Union[AutoscalingConfig, ProvisionedScalingConfig, NoneType]A configuration for creating an autoscaling or provisioned server group.description: Optional[str] = NoneA human-readable description.tags: Optional[Dict[str, str]] = NoneTags associated with this Tecton Object (key-value pairs of arbitrary metadata).owner: Optional[str] = NoneOwner name (typically the email of the primary maintainer).prevent_destroy: bool = FalseIf True, this Tecton object will be blocked from being deleted or re-created (i.e. a destructive update) during tecton plan/apply. To remove or update this object,prevent_destroymust be set to False via the same tecton apply or a separate tecton apply.prevent_destroycan be used to prevent accidental changes such as inadvertently deleting a Feature Service used in production or recreating a Feature View that triggers expensive rematerialization jobs.prevent_destroyalso blocks changes to dependent Tecton objects that would trigger a recreate of the tagged object, e.g. ifprevent_destroyis set on a Feature Service, that will also prevent deletions or re-creates of Feature Views used in that service.prevent_destroyis only enforced in live (i.e. non-dev) workspaces.environment: Optional[str] = NoneThe name of the Python environment.options: Optional[Dict[str, str]] = NoneAdditional options to configure the Transform Server Group. Used for advanced use cases and beta features.