@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:28:57.266Z")
public interface CfnRegistryPolicyProps
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() |
java.lang.Object |
getPolicy()
A resource-based policy.
|
java.lang.String |
getRegistryName()
The name of the registry.
|
default java.lang.String |
getRevisionId()
The revision ID of the policy.
|
java.lang.Object getPolicy()
java.lang.String getRegistryName()
default java.lang.String getRevisionId()
static CfnRegistryPolicyProps.Builder builder()
CfnRegistryPolicyProps.Builder
of CfnRegistryPolicyProps