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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeartifact/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.



4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4156

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)


4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4156

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)


4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4156

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)


4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4156

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.



4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4156

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>)


4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 4156

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