Interface CfnRegistryPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRegistryPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:24:57.413Z")
@Stability(Stable)
public interface CfnRegistryPolicyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnRegistryPolicy
.
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.ecr.*; Object policyText; CfnRegistryPolicyProps cfnRegistryPolicyProps = CfnRegistryPolicyProps.builder() .policyText(policyText) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRegistryPolicyProps
static final class
An implementation forCfnRegistryPolicyProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicyText
The JSON policy text for your registry.- See Also:
-
builder
- Returns:
- a
CfnRegistryPolicyProps.Builder
ofCfnRegistryPolicyProps
-