@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:44.612Z")
public interface ResourcePolicyProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.secretsmanager.*; Secret secret; ResourcePolicyProps resourcePolicyProps = ResourcePolicyProps.builder() .secret(secret) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ResourcePolicyProps.Builder
A builder for
ResourcePolicyProps |
static class |
ResourcePolicyProps.Jsii$Proxy
An implementation for
ResourcePolicyProps |
Modifier and Type | Method and Description |
---|---|
static ResourcePolicyProps.Builder |
builder() |
ISecret |
getSecret()
The secret to attach a resource-based permissions policy.
|
ISecret getSecret()
static ResourcePolicyProps.Builder builder()
ResourcePolicyProps.Builder
of ResourcePolicyProps