Environment constructor
Environment({
- String? arn,
- ConnectionType? connectionType,
- String? description,
- String? id,
- EnvironmentLifecycle? lifecycle,
- String? name,
- String? ownerArn,
- EnvironmentType? type,
Implementation
Environment({
this.arn,
this.connectionType,
this.description,
this.id,
this.lifecycle,
this.name,
this.ownerArn,
this.type,
});