AmiDistributionConfiguration constructor

AmiDistributionConfiguration({
  1. Map<String, String>? amiTags,
  2. String? description,
  3. String? kmsKeyId,
  4. LaunchPermissionConfiguration? launchPermission,
  5. String? name,
  6. List<String>? targetAccountIds,
})

Implementation

AmiDistributionConfiguration({
  this.amiTags,
  this.description,
  this.kmsKeyId,
  this.launchPermission,
  this.name,
  this.targetAccountIds,
});