Configuration constructor
Configuration({
- String? arn,
- AuthenticationStrategy? authenticationStrategy,
- DateTime? created,
- String? description,
- EngineType? engineType,
- String? engineVersion,
- String? id,
- ConfigurationRevision? latestRevision,
- String? name,
- Map<
String, String> ? tags,
Implementation
Configuration({
this.arn,
this.authenticationStrategy,
this.created,
this.description,
this.engineType,
this.engineVersion,
this.id,
this.latestRevision,
this.name,
this.tags,
});