Interface CfnDashboard.StringParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.StringParameterProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.StringParameterProperty
extends software.amazon.jsii.JsiiSerializable
A string parameter.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; StringParameterProperty stringParameterProperty = StringParameterProperty.builder() .name("name") .values(List.of("values")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.StringParameterProperty
static final class
An implementation forCfnDashboard.StringParameterProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
A display name for a string parameter.- See Also:
-
getValues
The values of a string parameter.- See Also:
-
builder
-