@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.347Z") @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.eventschemas.*;
Object policy;
CfnRegistryPolicyProps cfnRegistryPolicyProps = CfnRegistryPolicyProps.builder()
.policy(policy)
.registryName("registryName")
// the properties below are optional
.revisionId("revisionId")
.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 |
getPolicy()
A resource-based policy.
|
String |
getRegistryName()
The name of the registry.
|
default String |
getRevisionId()
The revision ID of the policy.
|
@Stability(value=Stable) @NotNull Object getPolicy()
@Stability(value=Stable) @NotNull String getRegistryName()
@Stability(value=Stable) @Nullable default String getRevisionId()
@Stability(value=Stable) static CfnRegistryPolicyProps.Builder builder()
CfnRegistryPolicyProps.Builder of CfnRegistryPolicyPropsCopyright © 2022. All rights reserved.