Interface CfnAnalysis.StringParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.StringParameterProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.StringParameterPropertystatic final classAn implementation forCfnAnalysis.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
-