LicenseSpecification constructor

LicenseSpecification({
  1. required String licenseConfigurationArn,
  2. String? amiAssociationScope,
})

Implementation

LicenseSpecification({
  required this.licenseConfigurationArn,
  this.amiAssociationScope,
});