Interface ResourcePolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ResourcePolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.296Z")
@Stability(Stable)
public interface ResourcePolicyProps
extends software.amazon.jsii.JsiiSerializable
Construction properties for a ResourcePolicy.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forResourcePolicyProps
static final class
An implementation forResourcePolicyProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResourcePolicyProps.Builder
builder()
The secret to attach a resource-based permissions policy.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecret
The secret to attach a resource-based permissions policy. -
builder
- Returns:
- a
ResourcePolicyProps.Builder
ofResourcePolicyProps
-