Class CfnSpaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnSpaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSpaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSpaceProps
@Stability(Stable)
@Internal
public static final class CfnSpaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSpaceProps
An implementation for
CfnSpaceProps-
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.CfnSpaceProps
CfnSpaceProps.Builder, CfnSpaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSpaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSpaceProps.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 of the Amazon Web Services account where the space is being created.final StringA description of the space.final StringgetName()The display name of the space.final ObjectA list of permissions granted on the space.final ObjectA list of QuickSight resources attached to the space.final StringThe unique identifier for the space.getTags()A list of key-value pairs to associate with the space resource.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 theCfnSpaceProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnSpacePropsThe ID of the Amazon Web Services account where the space is being created.- Specified by:
getAwsAccountIdin interfaceCfnSpaceProps- See Also:
-
getName
Description copied from interface:CfnSpacePropsThe display name of the space.- Specified by:
getNamein interfaceCfnSpaceProps- See Also:
-
getSpaceId
Description copied from interface:CfnSpacePropsThe unique identifier for the space.- Specified by:
getSpaceIdin interfaceCfnSpaceProps- See Also:
-
getDescription
Description copied from interface:CfnSpacePropsA description of the space.- Specified by:
getDescriptionin interfaceCfnSpaceProps- See Also:
-
getPermissions
Description copied from interface:CfnSpacePropsA list of permissions granted on the space.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSpace.ResourcePermissionProperty>- Specified by:
getPermissionsin interfaceCfnSpaceProps- See Also:
-
getResources
Description copied from interface:CfnSpacePropsA list of QuickSight resources attached to the space.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSpace.SpaceResourceProperty>- Specified by:
getResourcesin interfaceCfnSpaceProps- See Also:
-
getTags
Description copied from interface:CfnSpacePropsA list of key-value pairs to associate with the space resource.- Specified by:
getTagsin interfaceCfnSpaceProps- 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()
-