Stack constructor

Stack({
  1. String? agentVersion,
  2. String? arn,
  3. Map<StackAttributesKeys, String>? attributes,
  4. ChefConfiguration? chefConfiguration,
  5. StackConfigurationManager? configurationManager,
  6. String? createdAt,
  7. Source? customCookbooksSource,
  8. String? customJson,
  9. String? defaultAvailabilityZone,
  10. String? defaultInstanceProfileArn,
  11. String? defaultOs,
  12. RootDeviceType? defaultRootDeviceType,
  13. String? defaultSshKeyName,
  14. String? defaultSubnetId,
  15. String? hostnameTheme,
  16. String? name,
  17. String? region,
  18. String? serviceRoleArn,
  19. String? stackId,
  20. bool? useCustomCookbooks,
  21. bool? useOpsworksSecurityGroups,
  22. String? vpcId,
})

Implementation

Stack({
  this.agentVersion,
  this.arn,
  this.attributes,
  this.chefConfiguration,
  this.configurationManager,
  this.createdAt,
  this.customCookbooksSource,
  this.customJson,
  this.defaultAvailabilityZone,
  this.defaultInstanceProfileArn,
  this.defaultOs,
  this.defaultRootDeviceType,
  this.defaultSshKeyName,
  this.defaultSubnetId,
  this.hostnameTheme,
  this.name,
  this.region,
  this.serviceRoleArn,
  this.stackId,
  this.useCustomCookbooks,
  this.useOpsworksSecurityGroups,
  this.vpcId,
});