InfrastructureConfiguration constructor

InfrastructureConfiguration({
  1. String? arn,
  2. String? dateCreated,
  3. String? dateUpdated,
  4. String? description,
  5. String? instanceProfileName,
  6. List<String>? instanceTypes,
  7. String? keyPair,
  8. Logging? logging,
  9. String? name,
  10. Map<String, String>? resourceTags,
  11. List<String>? securityGroupIds,
  12. String? snsTopicArn,
  13. String? subnetId,
  14. Map<String, String>? tags,
  15. 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,
});