Distribution class
Defines the settings for a specific Region.
Constructors
-
Distribution({required String region, AmiDistributionConfiguration? amiDistributionConfiguration, ContainerDistributionConfiguration? containerDistributionConfiguration, List<
String> ? licenseConfigurationArns}) -
Distribution.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amiDistributionConfiguration → AmiDistributionConfiguration?
-
The specific AMI settings (for example, launch permissions, AMI tags).
final
- containerDistributionConfiguration → ContainerDistributionConfiguration?
-
Container distribution settings for encryption, licensing, and sharing in a
specific Region.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
licenseConfigurationArns
→ List<
String> ? -
The License Manager Configuration to associate with the AMI in the specified
Region.
final
- region → String
-
The target Region.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited