class Aws::Imagebuilder::Types::TargetContainerRepository

The container repository where the output container image is stored.

@note When making an API call, you may pass TargetContainerRepository

data as a hash:

    {
      service: "ECR", # required, accepts ECR
      repository_name: "NonEmptyString", # required
    }

@!attribute [rw] service

Specifies the service in which this image was registered.
@return [String]

@!attribute [rw] repository_name

The name of the container repository where the output container
image is stored. This name is prefixed by the repository location.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/TargetContainerRepository AWS API Documentation

Constants

SENSITIVE