Class CfnFolderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnFolderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFolderProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFolderProps
@Stability(Stable)
@Internal
public static final class CfnFolderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFolderProps
An implementation for
CfnFolderProps-
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.quicksight.CfnFolderProps
CfnFolderProps.Builder, CfnFolderProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFolderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFolderProps.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 StringThe ID for the AWS account where you want to create the folder.final StringThe ID of the folder.final StringThe type of folder it is.final StringgetName()A display name for the folder.final StringThe Amazon Resource Name (ARN) for the folder.final ObjectA structure that describes the principals and the resource-level permissions of a folder.final StringThe sharing scope of the folder.getTags()A list of tags for the folders that you want to apply overrides to.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 theCfnFolderProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnFolderPropsThe ID for the AWS account where you want to create the folder.- Specified by:
getAwsAccountIdin interfaceCfnFolderProps- See Also:
-
getFolderId
Description copied from interface:CfnFolderPropsThe ID of the folder.- Specified by:
getFolderIdin interfaceCfnFolderProps- See Also:
-
getFolderType
Description copied from interface:CfnFolderPropsThe type of folder it is.- Specified by:
getFolderTypein interfaceCfnFolderProps- See Also:
-
getName
Description copied from interface:CfnFolderPropsA display name for the folder.- Specified by:
getNamein interfaceCfnFolderProps- See Also:
-
getParentFolderArn
Description copied from interface:CfnFolderPropsThe Amazon Resource Name (ARN) for the folder.- Specified by:
getParentFolderArnin interfaceCfnFolderProps- See Also:
-
getPermissions
Description copied from interface:CfnFolderPropsA structure that describes the principals and the resource-level permissions of a folder.To specify no permissions, omit
Permissions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFolder.ResourcePermissionProperty>- Specified by:
getPermissionsin interfaceCfnFolderProps- See Also:
-
getSharingModel
Description copied from interface:CfnFolderPropsThe sharing scope of the folder.- Specified by:
getSharingModelin interfaceCfnFolderProps- See Also:
-
getTags
Description copied from interface:CfnFolderPropsA list of tags for the folders that you want to apply overrides to.- Specified by:
getTagsin interfaceCfnFolderProps- 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()
-