Class: Aws::ECR::Types::PutRegistryPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutRegistryPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_text ⇒ String
The JSON policy text to apply to your registry.
Instance Attribute Details
#policy_text ⇒ String
The JSON policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see [Registry permissions] in the *Amazon Elastic Container Registry User Guide*.
[1]: docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html
3230 3231 3232 3233 3234 |
# File 'lib/aws-sdk-ecr/types.rb', line 3230 class PutRegistryPolicyRequest < Struct.new( :policy_text) SENSITIVE = [] include Aws::Structure end |