Class CfnUserProfileMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnUserProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfileMixinProps
@Stability(Stable)
@Internal
public static final class CfnUserProfileMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfileMixinProps
An implementation for
CfnUserProfileMixinProps-
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.cfnpropertymixins.services.opsworks.CfnUserProfileMixinProps
CfnUserProfileMixinProps.Builder, CfnUserProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfileMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectWhether users can specify their own SSH public key through the My Settings page.final StringThe user's IAM ARN.final StringThe user's SSH public key.final StringThe user's SSH user name.final inthashCode()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 theCfnUserProfileMixinProps.Builder.
-
-
Method Details
-
getAllowSelfManagement
Description copied from interface:CfnUserProfileMixinPropsWhether users can specify their own SSH public key through the My Settings page.For more information, see Managing User Permissions .
Returns union: either
BooleanorIResolvable- Specified by:
getAllowSelfManagementin interfaceCfnUserProfileMixinProps- See Also:
-
getIamUserArn
Description copied from interface:CfnUserProfileMixinPropsThe user's IAM ARN.- Specified by:
getIamUserArnin interfaceCfnUserProfileMixinProps- See Also:
-
getSshPublicKey
Description copied from interface:CfnUserProfileMixinPropsThe user's SSH public key.- Specified by:
getSshPublicKeyin interfaceCfnUserProfileMixinProps- See Also:
-
getSshUsername
Description copied from interface:CfnUserProfileMixinPropsThe user's SSH user name.- Specified by:
getSshUsernamein interfaceCfnUserProfileMixinProps- 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()
-