Package org.cdk8s.plus24
Class RolePolicyRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.RolePolicyRule.Jsii$Proxy
-
- All Implemented Interfaces:
RolePolicyRule
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RolePolicyRule
@Stability(Stable) @Internal public static final class RolePolicyRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RolePolicyRule
An implementation forRolePolicyRule
-
-
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.plus24.RolePolicyRule
RolePolicyRule.Builder, RolePolicyRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(RolePolicyRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theRolePolicyRule.Builder
.protected
Jsii$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()
boolean
equals(Object o)
List<IApiResource>
getResources()
Resources this rule applies to.List<String>
getVerbs()
Verbs to allow.int
hashCode()
-
-
-
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(RolePolicyRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theRolePolicyRule.Builder
.
-
-
Method Detail
-
getResources
public final List<IApiResource> getResources()
Description copied from interface:RolePolicyRule
Resources this rule applies to.- Specified by:
getResources
in interfaceRolePolicyRule
-
getVerbs
public final List<String> getVerbs()
Description copied from interface:RolePolicyRule
Verbs to allow.(e.g ['get', 'watch'])
- Specified by:
getVerbs
in interfaceRolePolicyRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-