| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnResourcePolicy.Builder |
CfnResourcePolicy.Builder.blockPublicPolicy(Boolean blockPublicPolicy)
Specifies whether to block resource-based policies that allow broad access to the secret.
|
CfnResourcePolicy.Builder |
CfnResourcePolicy.Builder.blockPublicPolicy(IResolvable blockPublicPolicy)
Specifies whether to block resource-based policies that allow broad access to the secret.
|
static CfnResourcePolicy.Builder |
CfnResourcePolicy.Builder.create(software.constructs.Construct scope,
String id) |
CfnResourcePolicy.Builder |
CfnResourcePolicy.Builder.resourcePolicy(Object resourcePolicy)
A JSON-formatted string for an AWS resource-based policy.
|
CfnResourcePolicy.Builder |
CfnResourcePolicy.Builder.secretId(String secretId)
The ARN or name of the secret to attach the resource-based policy.
|
Copyright © 2022. All rights reserved.