InfrastructureConfiguration constructor
      
      InfrastructureConfiguration({ 
    
    
- String? arn,
- String? dateCreated,
- String? dateUpdated,
- String? description,
- String? instanceProfileName,
- List<String> ? instanceTypes,
- String? keyPair,
- Logging? logging,
- String? name,
- Map<String, String> ? resourceTags,
- List<String> ? securityGroupIds,
- String? snsTopicArn,
- String? subnetId,
- Map<String, String> ? tags,
- bool? terminateInstanceOnFailure,
Implementation
InfrastructureConfiguration({
  this.arn,
  this.dateCreated,
  this.dateUpdated,
  this.description,
  this.instanceProfileName,
  this.instanceTypes,
  this.keyPair,
  this.logging,
  this.name,
  this.resourceTags,
  this.securityGroupIds,
  this.snsTopicArn,
  this.subnetId,
  this.tags,
  this.terminateInstanceOnFailure,
});