ServerLaunchConfiguration constructor

ServerLaunchConfiguration({
  1. bool? associatePublicIpAddress,
  2. S3Location? configureScript,
  3. ScriptType? configureScriptType,
  4. String? ec2KeyName,
  5. String? iamInstanceProfileName,
  6. String? instanceType,
  7. String? logicalId,
  8. String? securityGroup,
  9. Server? server,
  10. String? subnet,
  11. UserData? userData,
  12. String? vpc,
})

Implementation

ServerLaunchConfiguration({
  this.associatePublicIpAddress,
  this.configureScript,
  this.configureScriptType,
  this.ec2KeyName,
  this.iamInstanceProfileName,
  this.instanceType,
  this.logicalId,
  this.securityGroup,
  this.server,
  this.subnet,
  this.userData,
  this.vpc,
});