Interface IManagedPolicy.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,IManagedPolicy
,IManagedPolicyRef
,IManagedPolicyRef.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IManagedPolicy.Jsii$Proxy
- Enclosing interface:
IManagedPolicy
@Internal
public static interface IManagedPolicy.Jsii$Default
extends IManagedPolicy, IManagedPolicyRef.Jsii$Default
Internal default implementation for
IManagedPolicy
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IManagedPolicy
IManagedPolicy.Jsii$Default, IManagedPolicy.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IManagedPolicyRef
IManagedPolicyRef.Jsii$Default, IManagedPolicyRef.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
The ARN of the managed policy.default ManagedPolicyReference
(experimental) A reference to a ManagedPolicy resource.default software.constructs.Node
getNode()
The tree node.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
- Specified by:
getNode
in interfaceIManagedPolicyRef.Jsii$Default
-
getManagedPolicyRef
(experimental) A reference to a ManagedPolicy resource.- Specified by:
getManagedPolicyRef
in interfaceIManagedPolicyRef
- Specified by:
getManagedPolicyRef
in interfaceIManagedPolicyRef.Jsii$Default
-
getManagedPolicyArn
The ARN of the managed policy.- Specified by:
getManagedPolicyArn
in interfaceIManagedPolicy
-