Class CfnCapability.ArgoCdRoleMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnCapability.ArgoCdRoleMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapability.ArgoCdRoleMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapability.ArgoCdRoleMappingProperty
@Stability(Stable)
@Internal
public static final class CfnCapability.ArgoCdRoleMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapability.ArgoCdRoleMappingProperty
An implementation for
CfnCapability.ArgoCdRoleMappingProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnCapability.ArgoCdRoleMappingProperty
CfnCapability.ArgoCdRoleMappingProperty.Builder, CfnCapability.ArgoCdRoleMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapability.ArgoCdRoleMappingProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnCapability.ArgoCdRoleMappingProperty.Builder.
-
-
Method Details
-
getIdentities
Description copied from interface:CfnCapability.ArgoCdRoleMappingPropertyA list of IAM Identity Center identities (users or groups) that should be assigned this Argo CD role.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCapability.SsoIdentityProperty>- Specified by:
getIdentitiesin interfaceCfnCapability.ArgoCdRoleMappingProperty- See Also:
-
getRole
Description copied from interface:CfnCapability.ArgoCdRoleMappingPropertyThe Argo CD role to assign.Valid values are: ADMIN (full administrative access to Argo CD), EDITOR (edit access to Argo CD resources), or VIEWER (read-only access to Argo CD resources).
- Specified by:
getRolein interfaceCfnCapability.ArgoCdRoleMappingProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-