Package org.cdk8s.plus25
Class ClusterRolePolicyRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.ClusterRolePolicyRule.Jsii$Proxy
-
- All Implemented Interfaces:
ClusterRolePolicyRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClusterRolePolicyRule
@Stability(Stable) @Internal public static final class ClusterRolePolicyRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterRolePolicyRule
An implementation forClusterRolePolicyRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.ClusterRolePolicyRule
ClusterRolePolicyRule.Builder, ClusterRolePolicyRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClusterRolePolicyRule.Builder builder)Constructor that initializes the object based on literal property values passed by theClusterRolePolicyRule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<IApiEndpoint>getEndpoints()Endpoints this rule applies to.List<String>getVerbs()Verbs to allow.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ClusterRolePolicyRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theClusterRolePolicyRule.Builder.
-
-
Method Detail
-
getEndpoints
public final List<IApiEndpoint> getEndpoints()
Description copied from interface:ClusterRolePolicyRuleEndpoints this rule applies to.Can be either api resources or non api resources.
- Specified by:
getEndpointsin interfaceClusterRolePolicyRule
-
getVerbs
public final List<String> getVerbs()
Description copied from interface:ClusterRolePolicyRuleVerbs to allow.(e.g ['get', 'watch'])
- Specified by:
getVerbsin interfaceClusterRolePolicyRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-