DistributionConfigurationSummary class

A high-level overview of a distribution configuration.

Constructors

DistributionConfigurationSummary({String? arn, String? dateCreated, String? dateUpdated, String? description, String? name, List<String>? regions, Map<String, String>? tags})
DistributionConfigurationSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the distribution configuration.
final
dateCreated String?
The date on which the distribution configuration was created.
final
dateUpdated String?
The date on which the distribution configuration was updated.
final
description String?
The description of the distribution configuration.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the distribution configuration.
final
regions List<String>?
A list of Regions where the container image is distributed to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
The tags associated with the distribution configuration.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited