ISecretsManagerPutResourcePolicyRequest
Interface in AWS.SecretsManager
Interface for PutResourcePolicy requests.
Ancestors
Properties
BlockPublicPolicy
property BlockPublicPolicy: TOptional<Boolean>
Specify whether to block resource-based policies that allow broad access to the secret. For example, those that use a wildcard for the principal.
ResourcePolicy
property ResourcePolicy: string
Specify a JSON-formatted string for and AWS resource-based policy.
SecretId
property SecretId: string
Specify the Amazon Resource Name (ARN) or name of the secret to attach the resource-based policy to.