public static interface GetResourcePoliciesResponseEntry.Builder extends SdkPojo, CopyableBuilder<GetResourcePoliciesResponseEntry.Builder,GetResourcePoliciesResponseEntry>
| Modifier and Type | Method and Description |
|---|---|
GetResourcePoliciesResponseEntry.Builder |
policy(String policy)
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can
manage your Systems Manager resources.
|
GetResourcePoliciesResponseEntry.Builder |
policyHash(String policyHash)
ID of the current policy version.
|
GetResourcePoliciesResponseEntry.Builder |
policyId(String policyId)
A policy ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourcePoliciesResponseEntry.Builder policyId(String policyId)
A policy ID.
policyId - A policy ID.GetResourcePoliciesResponseEntry.Builder policyHash(String policyHash)
ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.
policyHash - ID of the current policy version. The hash helps to prevent a situation where multiple users attempt
to overwrite a policy. You must provide this hash when updating or deleting a policy.GetResourcePoliciesResponseEntry.Builder policy(String policy)
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can
manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that
supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon
Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
policy - A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account)
that can manage your Systems Manager resources. Currently, OpsItemGroup is the only
resource that supports Systems Manager resource policies. The resource policy for
OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter
operational work items (OpsItems).Copyright © 2022. All rights reserved.