Struct aws_sdk_accessanalyzer::model::KmsKeyConfiguration [−][src]
#[non_exhaustive]pub struct KmsKeyConfiguration {
pub key_policies: Option<HashMap<String, String>>,
pub grants: Option<Vec<KmsGrantConfiguration>>,
}
Expand description
Proposed 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. For more information about key policy limits, see Resource quotas.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.key_policies: Option<HashMap<String, String>>
Resource 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.
grants: Option<Vec<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.
Implementations
Resource 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.
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.
Creates a new builder-style object to manufacture KmsKeyConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for KmsKeyConfiguration
impl Send for KmsKeyConfiguration
impl Sync for KmsKeyConfiguration
impl Unpin for KmsKeyConfiguration
impl UnwindSafe for KmsKeyConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more