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