- Navigation Guide
@aws-sdk/client-ssm
DeleteResourcePolicyCommandInput Interface
The input for DeleteResourcePolicyCommand.
Members
Name | Type | Details |
---|---|---|
PolicyHash Required | string | undefined | ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy. |
PolicyId Required | string | undefined | The policy ID. |
ResourceArn Required | string | undefined | Amazon Resource Name (ARN) of the resource to which the policies are attached. |
Full Signature
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest