Class: Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::UpdatePackageGroupOriginConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_allowed_repositories ⇒ Array<Types::PackageGroupAllowedRepository>
The repository name and restrictions to add to the allowed repository list of the specified package group.
-
#domain ⇒ String
The name of the domain which contains the package group for which to update the origin configuration.
-
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain.
-
#package_group ⇒ String
The pattern of the package group for which to update the origin configuration.
-
#remove_allowed_repositories ⇒ Array<Types::PackageGroupAllowedRepository>
The repository name and restrictions to remove from the allowed repository list of the specified package group.
-
#restrictions ⇒ Hash<String,String>
The origin configuration settings that determine how package versions can enter repositories.
Instance Attribute Details
#add_allowed_repositories ⇒ Array<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 '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 ⇒ String
The name of the domain which contains the package group for which to update the origin configuration.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 |
# File '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_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 |
# File '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_group ⇒ String
The pattern of the package group for which to update the origin configuration.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 |
# File '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_repositories ⇒ Array<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 '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 |
#restrictions ⇒ Hash<String,String>
The origin configuration settings that determine how package versions can enter repositories.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 |
# File '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 |