ServiceSourceConfigurationImageRepository class
Constructors
-
ServiceSourceConfigurationImageRepository({Input<
ServiceSourceConfigurationImageRepositoryImageConfiguration?> ? imageConfiguration, required Input<String> imageIdentifier, required Input<String> imageRepositoryType}) -
Creates a new ServiceSourceConfigurationImageRepository.
imageConfigurationConfiguration for running the identified image. SeeimageConfigurationbelow.imageIdentifierIdentifier of an image. For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.imageRepositoryTypeType of the image repository. This reflects the repository provider and whether the repository is private or public. Valid values:ECR,ECR_PUBLIC.const -
ServiceSourceConfigurationImageRepository.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
imageConfiguration
→ Input<
ServiceSourceConfigurationImageRepositoryImageConfiguration?> ? -
Configuration for running the identified image. See
imageConfigurationbelow.final -
imageIdentifier
→ Input<
String> -
Identifier of an image. For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
final
-
imageRepositoryType
→ Input<
String> -
Type of the image repository. This reflects the repository provider and whether the repository is private or public. Valid values:
ECR,ECR_PUBLIC.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
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited