Stack constructor
Stack({
- String? agentVersion,
- String? arn,
- Map<
StackAttributesKeys, String> ? attributes, - ChefConfiguration? chefConfiguration,
- StackConfigurationManager? configurationManager,
- String? createdAt,
- Source? customCookbooksSource,
- String? customJson,
- String? defaultAvailabilityZone,
- String? defaultInstanceProfileArn,
- String? defaultOs,
- RootDeviceType? defaultRootDeviceType,
- String? defaultSshKeyName,
- String? defaultSubnetId,
- String? hostnameTheme,
- String? name,
- String? region,
- String? serviceRoleArn,
- String? stackId,
- bool? useCustomCookbooks,
- bool? useOpsworksSecurityGroups,
- 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,
});