@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.531Z") @Stability(value=Stable) public interface CfnRegistryPolicyProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRegistryPolicyProps.Builder
A builder for
CfnRegistryPolicyProps |
static class |
CfnRegistryPolicyProps.Jsii$Proxy
An implementation for
CfnRegistryPolicyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRegistryPolicyProps.Builder |
builder() |
Object |
getPolicyText()
The JSON policy text for your registry.
|
@Stability(value=Stable) @NotNull Object getPolicyText()
@Stability(value=Stable) static CfnRegistryPolicyProps.Builder builder()
CfnRegistryPolicyProps.Builder of CfnRegistryPolicyPropsCopyright © 2022. All rights reserved.