Class: Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_allowed_repositoriesArray<Types::PackageGroupAllowedRepository>

The repository name and restrictions to add to the allowed repository list of the specified package group.



4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-codeartifact/types.rb', line 4176

class UpdatePackageGroupOriginConfigurationRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :restrictions,
  :add_allowed_repositories,
  :remove_allowed_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The name of the domain which contains the package group for which to update the origin configuration.

Returns:

  • (String)


4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-codeartifact/types.rb', line 4176

class UpdatePackageGroupOriginConfigurationRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :restrictions,
  :add_allowed_repositories,
  :remove_allowed_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ownerString

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Returns:

  • (String)


4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-codeartifact/types.rb', line 4176

class UpdatePackageGroupOriginConfigurationRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :restrictions,
  :add_allowed_repositories,
  :remove_allowed_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#package_groupString

The pattern of the package group for which to update the origin configuration.

Returns:

  • (String)


4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-codeartifact/types.rb', line 4176

class UpdatePackageGroupOriginConfigurationRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :restrictions,
  :add_allowed_repositories,
  :remove_allowed_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#remove_allowed_repositoriesArray<Types::PackageGroupAllowedRepository>

The repository name and restrictions to remove from the allowed repository list of the specified package group.



4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-codeartifact/types.rb', line 4176

class UpdatePackageGroupOriginConfigurationRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :restrictions,
  :add_allowed_repositories,
  :remove_allowed_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#restrictionsHash<String,String>

The origin configuration settings that determine how package versions can enter repositories.

Returns:

  • (Hash<String,String>)


4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
# File 'lib/aws-sdk-codeartifact/types.rb', line 4176

class UpdatePackageGroupOriginConfigurationRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :restrictions,
  :add_allowed_repositories,
  :remove_allowed_repositories)
  SENSITIVE = []
  include Aws::Structure
end