Class CfnUserProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iam.CfnUserProps.Jsii$Proxy
All Implemented Interfaces:
CfnUserProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnUserProps

@Stability(Stable) @Internal public static final class CfnUserProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProps
An implementation for CfnUserProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.CfnUserProps

    CfnUserProps.Builder, CfnUserProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnUserProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final List<String>
    A list of group names to which you want to add the user.
    final Object
    Creates a password for the specified IAM user.
    final List<String>
    A list of Amazon Resource Names (ARNs) of the IAM managed policies that you want to attach to the user.
    final String
    The path for the user name.
    final String
    The ARN of the managed policy that is used to set the permissions boundary for the user.
    final Object
    Adds or updates an inline policy document that is embedded in the specified IAM user.
    final List<CfnTag>
    A list of tags that you want to attach to the new user.
    final String
    The name of the user to create.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait