![]() |
![]()
| ![]() |
![]()
NAMEPaws::AccessAnalyzer::KmsKeyConfiguration USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::AccessAnalyzer::KmsKeyConfiguration object: $service_obj->Method(Att1 => { Grants => $value, ..., KeyPolicies => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AccessAnalyzer::KmsKeyConfiguration object: $result = $service_obj->Method(...); $result->Att1->Grants DESCRIPTIONProposed access control configuration for a KMS key. You can propose a configuration for a new KMS key or an existing KMS key that you own by specifying the key policy and KMS grant configuration. If the configuration is for an existing key and you do not specify the key policy, the access preview uses the existing policy for the key. If the access preview is for a new resource and you do not specify the key policy, then the access preview uses the default key policy. The proposed key policy cannot be an empty string. For more information, see Default key policy (https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default). For more information about key policy limits, see Resource quotas (https://docs.aws.amazon.com/kms/latest/developerguide/resource-limits.html). ATTRIBUTESGrants => ArrayRef[Paws::AccessAnalyzer::KmsGrantConfiguration]A list of proposed grant configurations for the KMS key. If the proposed grant configuration is for an existing key, the access preview uses the proposed list of grant configurations in place of the existing grants. Otherwise, the access preview uses the existing grants for the key. KeyPolicies => Paws::AccessAnalyzer::KmsKeyPoliciesMapResource policy configuration for the KMS key. The only valid value for the name of the key policy is "default". For more information, see Default key policy (https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default). SEE ALSOThis class forms part of Paws, describing an object used in Paws::AccessAnalyzer BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|