@Stability(value=Stable) @Internal public static final class CfnRecipe.RecipeParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecipe.RecipeParametersProperty
CfnRecipe.RecipeParametersPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRecipe.RecipeParametersProperty.Builder, CfnRecipe.RecipeParametersProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRecipe.RecipeParametersProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRecipe.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAggregateFunction()
The name of an aggregation function to apply.
|
String |
getBase()
The number of digits used in a counting system.
|
String |
getCaseStatement()
A case statement associated with a recipe.
|
String |
getCategoryMap()
A category map used for one-hot encoding.
|
String |
getCharsToRemove()
Characters to remove from a step that applies one-hot encoding or tokenization.
|
String |
getCollapseConsecutiveWhitespace()
Remove any non-word non-punctuation character.
|
String |
getColumnDataType()
The data type of the column.
|
String |
getColumnRange()
A range of columns to which a step is applied.
|
String |
getCount()
The number of times a string needs to be repeated.
|
String |
getCustomCharacters()
One or more characters that can be substituted or removed, depending on the context.
|
String |
getCustomStopWords()
A list of words to ignore in a step that applies word tokenization.
|
String |
getCustomValue()
A list of custom values to use in a step that requires that you provide a value to finish the operation.
|
String |
getDatasetsColumns()
A list of the dataset columns included in a project.
|
String |
getDateAddValue()
A value that specifies how many units of time to add or subtract for a date math operation.
|
String |
getDateTimeFormat()
A date format to apply to a date.
|
String |
getDateTimeParameters()
A set of parameters associated with a datetime.
|
String |
getDeleteOtherRows()
Determines whether unmapped rows in a categorical mapping should be deleted.
|
String |
getDelimiter()
The delimiter to use when parsing separated values in a text file.
|
String |
getEndPattern()
The end pattern to locate.
|
String |
getEndPosition()
The end position to locate.
|
String |
getEndValue()
The end value to locate.
|
String |
getExpandContractions()
A list of word contractions and what they expand to.
|
String |
getExponent()
The exponent to apply in an exponential operation.
|
String |
getFalseString()
A value that represents `FALSE` .
|
String |
getGroupByAggFunctionOptions()
Specifies options to apply to the `GROUP BY` used in an aggregation.
|
String |
getGroupByColumns()
The columns to use in the `GROUP BY` clause.
|
String |
getHiddenColumns()
A list of columns to hide.
|
String |
getIgnoreCase()
Indicates that lower and upper case letters are treated equally.
|
String |
getIncludeInSplit()
Indicates if this column is participating in a split transform.
|
Object |
getInput()
The input location to load the dataset from - Amazon S3 or AWS Glue Data Catalog .
|
String |
getInterval()
The number of characters to split by.
|
String |
getIsText()
Indicates if the content is text.
|
String |
getJoinKeys()
The keys or columns involved in a join.
|
String |
getJoinType()
The type of join to use, for example, `INNER JOIN` , `OUTER JOIN` , and so on.
|
String |
getLeftColumns()
The columns on the left side of the join.
|
String |
getLimit()
The number of times to perform `split` or `replaceBy` in a string.
|
String |
getLowerBound()
The lower boundary for a value.
|
String |
getMapType()
The type of mappings to apply to construct a new dynamic frame.
|
String |
getModeType()
Determines the manner in which mode value is calculated, in case there is more than one mode value.
|
Object |
getMultiLine()
Specifies whether JSON input contains embedded new line characters.
|
String |
getNumRows()
The number of rows to consider in a window.
|
String |
getNumRowsAfter()
The number of rows to consider after the current row in a window.
|
String |
getNumRowsBefore()
The number of rows to consider before the current row in a window.
|
String |
getOrderByColumn()
A column to sort the results by.
|
String |
getOrderByColumns()
The columns to sort the results by.
|
String |
getOther()
The value to assign to unmapped cells, in categorical mapping.
|
String |
getPattern()
The pattern to locate.
|
String |
getPatternOption1()
The starting pattern to split between.
|
String |
getPatternOption2()
The ending pattern to split between.
|
String |
getPatternOptions()
For splitting by multiple delimiters: A JSON-encoded string that lists the patterns in the format.
|
String |
getPeriod()
The size of the rolling window.
|
String |
getPosition()
The character index within a string.
|
String |
getRemoveAllPunctuation()
If `true` , removes all of the following characters: `.` `.!` `.,` `.?`.
|
String |
getRemoveAllQuotes()
If `true` , removes all single quotes and double quotes.
|
String |
getRemoveAllWhitespace()
If `true` , removes all whitespaces from the value.
|
String |
getRemoveCustomCharacters()
If `true` , removes all chraracters specified by `CustomCharacters` .
|
String |
getRemoveCustomValue()
If `true` , removes all chraracters specified by `CustomValue` .
|
String |
getRemoveLeadingAndTrailingPunctuation()
If `true` , removes the following characters if they occur at the start or end of the value: `.` `!` `,` `?`.
|
String |
getRemoveLeadingAndTrailingQuotes()
If `true` , removes single quotes and double quotes from the beginning and end of the value.
|
String |
getRemoveLeadingAndTrailingWhitespace()
If `true` , removes all whitespaces from the beginning and end of the value.
|
String |
getRemoveLetters()
If `true` , removes all uppercase and lowercase alphabetic characters (A through Z;
|
String |
getRemoveNumbers()
If `true` , removes all numeric characters (0 through 9).
|
String |
getRemoveSourceColumn()
If `true` , the source column will be removed after un-nesting that column.
|
String |
getRemoveSpecialCharacters()
If `true` , removes all of the following characters: `!
|
String |
getRightColumns()
The columns on the right side of a join.
|
String |
getSampleSize()
The number of rows in the sample.
|
String |
getSampleType()
The sampling type to apply to the dataset.
|
Object |
getSecondaryInputs()
A list of secondary inputs in a UNION transform.
|
String |
getSecondInput()
A object value to indicate the second dataset used in a join.
|
Object |
getSheetIndexes()
One or more sheet numbers in the Excel file, which will be included in a dataset.
|
List<String> |
getSheetNames()
Oone or more named sheets in the Excel file, which will be included in a dataset.
|
String |
getSourceColumn()
A source column needed for an operation, step, or transform.
|
String |
getSourceColumn1()
A source column needed for an operation, step, or transform.
|
String |
getSourceColumn2()
A source column needed for an operation, step, or transform.
|
String |
getSourceColumns()
A list of source columns needed for an operation, step, or transform.
|
String |
getStartColumnIndex()
The index number of the first column used by an operation, step, or transform.
|
String |
getStartPattern()
The starting pattern to locate.
|
String |
getStartPosition()
The starting position to locate.
|
String |
getStartValue()
The starting value to locate.
|
String |
getStemmingMode()
Indicates this operation uses stems and lemmas (base words) for word tokenization.
|
String |
getStepCount()
The total number of transforms in this recipe.
|
String |
getStepIndex()
The index ID of a step.
|
String |
getStopWordsMode()
Indicates this operation uses stop words as part of word tokenization.
|
String |
getStrategy()
The resolution strategy to apply in resolving ambiguities.
|
String |
getTargetColumn()
The column targeted by this operation.
|
String |
getTargetColumnNames()
The names to give columns altered by this operation.
|
String |
getTargetDateFormat()
The date format to convert to.
|
String |
getTargetIndex()
The index number of an object that is targeted by this operation.
|
String |
getTimeZone()
The current timezone that you want to use for dates.
|
String |
getTokenizerPattern()
A regex expression to use when splitting text into terms, also called words or tokens.
|
String |
getTrueString()
A value to use to represent `TRUE` .
|
String |
getUdfLang()
The language that's used in the user-defined function.
|
String |
getUnits()
Specifies a unit of time.
|
String |
getUnpivotColumn()
Cast columns as rows, so that each value is a different row in a single column.
|
String |
getUpperBound()
The upper boundary for a value.
|
String |
getUseNewDataFrame()
Create a new container to hold a dataset.
|
String |
getValue()
A static value that can be used in a comparison, a substitution, or in another context-specific way.
|
String |
getValue1()
A value that's used by this operation.
|
String |
getValue2()
A value that's used by this operation.
|
String |
getValueColumn()
The column that is provided as a value that's used by this operation.
|
String |
getViewFrame()
The subset of rows currently available for viewing.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRecipe.RecipeParametersProperty.Builder builder)
CfnRecipe.ActionProperty.Builder.public final String getAggregateFunction()
CfnRecipe.RecipeParametersPropertygetAggregateFunction in interface CfnRecipe.RecipeParametersPropertypublic final String getBase()
CfnRecipe.RecipeParametersPropertygetBase in interface CfnRecipe.RecipeParametersPropertypublic final String getCaseStatement()
CfnRecipe.RecipeParametersPropertygetCaseStatement in interface CfnRecipe.RecipeParametersPropertypublic final String getCategoryMap()
CfnRecipe.RecipeParametersPropertygetCategoryMap in interface CfnRecipe.RecipeParametersPropertypublic final String getCharsToRemove()
CfnRecipe.RecipeParametersPropertygetCharsToRemove in interface CfnRecipe.RecipeParametersPropertypublic final String getCollapseConsecutiveWhitespace()
CfnRecipe.RecipeParametersPropertygetCollapseConsecutiveWhitespace in interface CfnRecipe.RecipeParametersPropertypublic final String getColumnDataType()
CfnRecipe.RecipeParametersPropertygetColumnDataType in interface CfnRecipe.RecipeParametersPropertypublic final String getColumnRange()
CfnRecipe.RecipeParametersPropertygetColumnRange in interface CfnRecipe.RecipeParametersPropertypublic final String getCount()
CfnRecipe.RecipeParametersPropertygetCount in interface CfnRecipe.RecipeParametersPropertypublic final String getCustomCharacters()
CfnRecipe.RecipeParametersPropertygetCustomCharacters in interface CfnRecipe.RecipeParametersPropertypublic final String getCustomStopWords()
CfnRecipe.RecipeParametersPropertygetCustomStopWords in interface CfnRecipe.RecipeParametersPropertypublic final String getCustomValue()
CfnRecipe.RecipeParametersPropertygetCustomValue in interface CfnRecipe.RecipeParametersPropertypublic final String getDatasetsColumns()
CfnRecipe.RecipeParametersPropertygetDatasetsColumns in interface CfnRecipe.RecipeParametersPropertypublic final String getDateAddValue()
CfnRecipe.RecipeParametersPropertygetDateAddValue in interface CfnRecipe.RecipeParametersPropertypublic final String getDateTimeFormat()
CfnRecipe.RecipeParametersPropertygetDateTimeFormat in interface CfnRecipe.RecipeParametersPropertypublic final String getDateTimeParameters()
CfnRecipe.RecipeParametersPropertygetDateTimeParameters in interface CfnRecipe.RecipeParametersPropertypublic final String getDeleteOtherRows()
CfnRecipe.RecipeParametersPropertygetDeleteOtherRows in interface CfnRecipe.RecipeParametersPropertypublic final String getDelimiter()
CfnRecipe.RecipeParametersPropertygetDelimiter in interface CfnRecipe.RecipeParametersPropertypublic final String getEndPattern()
CfnRecipe.RecipeParametersPropertygetEndPattern in interface CfnRecipe.RecipeParametersPropertypublic final String getEndPosition()
CfnRecipe.RecipeParametersPropertygetEndPosition in interface CfnRecipe.RecipeParametersPropertypublic final String getEndValue()
CfnRecipe.RecipeParametersPropertygetEndValue in interface CfnRecipe.RecipeParametersPropertypublic final String getExpandContractions()
CfnRecipe.RecipeParametersPropertyFor eample: can't ; cannot ; can not .
getExpandContractions in interface CfnRecipe.RecipeParametersPropertypublic final String getExponent()
CfnRecipe.RecipeParametersPropertygetExponent in interface CfnRecipe.RecipeParametersPropertypublic final String getFalseString()
CfnRecipe.RecipeParametersPropertygetFalseString in interface CfnRecipe.RecipeParametersPropertypublic final String getGroupByAggFunctionOptions()
CfnRecipe.RecipeParametersPropertygetGroupByAggFunctionOptions in interface CfnRecipe.RecipeParametersPropertypublic final String getGroupByColumns()
CfnRecipe.RecipeParametersPropertygetGroupByColumns in interface CfnRecipe.RecipeParametersPropertypublic final String getHiddenColumns()
CfnRecipe.RecipeParametersPropertygetHiddenColumns in interface CfnRecipe.RecipeParametersPropertypublic final String getIgnoreCase()
CfnRecipe.RecipeParametersPropertygetIgnoreCase in interface CfnRecipe.RecipeParametersPropertypublic final String getIncludeInSplit()
CfnRecipe.RecipeParametersPropertygetIncludeInSplit in interface CfnRecipe.RecipeParametersPropertypublic final Object getInput()
CfnRecipe.RecipeParametersPropertygetInput in interface CfnRecipe.RecipeParametersPropertypublic final String getInterval()
CfnRecipe.RecipeParametersPropertygetInterval in interface CfnRecipe.RecipeParametersPropertypublic final String getIsText()
CfnRecipe.RecipeParametersPropertygetIsText in interface CfnRecipe.RecipeParametersPropertypublic final String getJoinKeys()
CfnRecipe.RecipeParametersPropertygetJoinKeys in interface CfnRecipe.RecipeParametersPropertypublic final String getJoinType()
CfnRecipe.RecipeParametersPropertygetJoinType in interface CfnRecipe.RecipeParametersPropertypublic final String getLeftColumns()
CfnRecipe.RecipeParametersPropertygetLeftColumns in interface CfnRecipe.RecipeParametersPropertypublic final String getLimit()
CfnRecipe.RecipeParametersPropertygetLimit in interface CfnRecipe.RecipeParametersPropertypublic final String getLowerBound()
CfnRecipe.RecipeParametersPropertygetLowerBound in interface CfnRecipe.RecipeParametersPropertypublic final String getMapType()
CfnRecipe.RecipeParametersPropertygetMapType in interface CfnRecipe.RecipeParametersPropertypublic final String getModeType()
CfnRecipe.RecipeParametersProperty
Valid values: NONE | AVERAGE | MINIMUM | MAXIMUM
getModeType in interface CfnRecipe.RecipeParametersPropertypublic final Object getMultiLine()
CfnRecipe.RecipeParametersPropertygetMultiLine in interface CfnRecipe.RecipeParametersPropertypublic final String getNumRows()
CfnRecipe.RecipeParametersPropertygetNumRows in interface CfnRecipe.RecipeParametersPropertypublic final String getNumRowsAfter()
CfnRecipe.RecipeParametersPropertygetNumRowsAfter in interface CfnRecipe.RecipeParametersPropertypublic final String getNumRowsBefore()
CfnRecipe.RecipeParametersPropertygetNumRowsBefore in interface CfnRecipe.RecipeParametersPropertypublic final String getOrderByColumn()
CfnRecipe.RecipeParametersPropertygetOrderByColumn in interface CfnRecipe.RecipeParametersPropertypublic final String getOrderByColumns()
CfnRecipe.RecipeParametersPropertygetOrderByColumns in interface CfnRecipe.RecipeParametersPropertypublic final String getOther()
CfnRecipe.RecipeParametersPropertygetOther in interface CfnRecipe.RecipeParametersPropertypublic final String getPattern()
CfnRecipe.RecipeParametersPropertygetPattern in interface CfnRecipe.RecipeParametersPropertypublic final String getPatternOption1()
CfnRecipe.RecipeParametersPropertygetPatternOption1 in interface CfnRecipe.RecipeParametersPropertypublic final String getPatternOption2()
CfnRecipe.RecipeParametersPropertygetPatternOption2 in interface CfnRecipe.RecipeParametersPropertypublic final String getPatternOptions()
CfnRecipe.RecipeParametersProperty
For example: [{\"pattern\":\"1\",\"includeInSplit\":true}]
getPatternOptions in interface CfnRecipe.RecipeParametersPropertypublic final String getPeriod()
CfnRecipe.RecipeParametersPropertygetPeriod in interface CfnRecipe.RecipeParametersPropertypublic final String getPosition()
CfnRecipe.RecipeParametersPropertygetPosition in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveAllPunctuation()
CfnRecipe.RecipeParametersPropertygetRemoveAllPunctuation in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveAllQuotes()
CfnRecipe.RecipeParametersPropertygetRemoveAllQuotes in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveAllWhitespace()
CfnRecipe.RecipeParametersPropertygetRemoveAllWhitespace in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveCustomCharacters()
CfnRecipe.RecipeParametersPropertygetRemoveCustomCharacters in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveCustomValue()
CfnRecipe.RecipeParametersPropertygetRemoveCustomValue in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveLeadingAndTrailingPunctuation()
CfnRecipe.RecipeParametersPropertygetRemoveLeadingAndTrailingPunctuation in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveLeadingAndTrailingQuotes()
CfnRecipe.RecipeParametersPropertygetRemoveLeadingAndTrailingQuotes in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveLeadingAndTrailingWhitespace()
CfnRecipe.RecipeParametersPropertygetRemoveLeadingAndTrailingWhitespace in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveLetters()
CfnRecipe.RecipeParametersPropertya through z).
getRemoveLetters in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveNumbers()
CfnRecipe.RecipeParametersPropertygetRemoveNumbers in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveSourceColumn()
CfnRecipe.RecipeParametersProperty(Used with nested column types, such as Map, Struct, or Array.)
getRemoveSourceColumn in interface CfnRecipe.RecipeParametersPropertypublic final String getRemoveSpecialCharacters()
CfnRecipe.RecipeParametersProperty
" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~
getRemoveSpecialCharacters in interface CfnRecipe.RecipeParametersPropertypublic final String getRightColumns()
CfnRecipe.RecipeParametersPropertygetRightColumns in interface CfnRecipe.RecipeParametersPropertypublic final String getSampleSize()
CfnRecipe.RecipeParametersPropertygetSampleSize in interface CfnRecipe.RecipeParametersPropertypublic final String getSampleType()
CfnRecipe.RecipeParametersProperty
Valid values: FIRST_N | LAST_N | RANDOM
getSampleType in interface CfnRecipe.RecipeParametersPropertypublic final Object getSecondaryInputs()
CfnRecipe.RecipeParametersPropertygetSecondaryInputs in interface CfnRecipe.RecipeParametersPropertypublic final String getSecondInput()
CfnRecipe.RecipeParametersPropertygetSecondInput in interface CfnRecipe.RecipeParametersPropertypublic final Object getSheetIndexes()
CfnRecipe.RecipeParametersPropertygetSheetIndexes in interface CfnRecipe.RecipeParametersPropertypublic final List<String> getSheetNames()
CfnRecipe.RecipeParametersPropertygetSheetNames in interface CfnRecipe.RecipeParametersPropertypublic final String getSourceColumn()
CfnRecipe.RecipeParametersPropertygetSourceColumn in interface CfnRecipe.RecipeParametersPropertypublic final String getSourceColumn1()
CfnRecipe.RecipeParametersPropertygetSourceColumn1 in interface CfnRecipe.RecipeParametersPropertypublic final String getSourceColumn2()
CfnRecipe.RecipeParametersPropertygetSourceColumn2 in interface CfnRecipe.RecipeParametersPropertypublic final String getSourceColumns()
CfnRecipe.RecipeParametersPropertygetSourceColumns in interface CfnRecipe.RecipeParametersPropertypublic final String getStartColumnIndex()
CfnRecipe.RecipeParametersPropertygetStartColumnIndex in interface CfnRecipe.RecipeParametersPropertypublic final String getStartPattern()
CfnRecipe.RecipeParametersPropertygetStartPattern in interface CfnRecipe.RecipeParametersPropertypublic final String getStartPosition()
CfnRecipe.RecipeParametersPropertygetStartPosition in interface CfnRecipe.RecipeParametersPropertypublic final String getStartValue()
CfnRecipe.RecipeParametersPropertygetStartValue in interface CfnRecipe.RecipeParametersPropertypublic final String getStemmingMode()
CfnRecipe.RecipeParametersPropertygetStemmingMode in interface CfnRecipe.RecipeParametersPropertypublic final String getStepCount()
CfnRecipe.RecipeParametersPropertygetStepCount in interface CfnRecipe.RecipeParametersPropertypublic final String getStepIndex()
CfnRecipe.RecipeParametersPropertygetStepIndex in interface CfnRecipe.RecipeParametersPropertypublic final String getStopWordsMode()
CfnRecipe.RecipeParametersPropertygetStopWordsMode in interface CfnRecipe.RecipeParametersPropertypublic final String getStrategy()
CfnRecipe.RecipeParametersPropertygetStrategy in interface CfnRecipe.RecipeParametersPropertypublic final String getTargetColumn()
CfnRecipe.RecipeParametersPropertygetTargetColumn in interface CfnRecipe.RecipeParametersPropertypublic final String getTargetColumnNames()
CfnRecipe.RecipeParametersPropertygetTargetColumnNames in interface CfnRecipe.RecipeParametersPropertypublic final String getTargetDateFormat()
CfnRecipe.RecipeParametersPropertygetTargetDateFormat in interface CfnRecipe.RecipeParametersPropertypublic final String getTargetIndex()
CfnRecipe.RecipeParametersPropertygetTargetIndex in interface CfnRecipe.RecipeParametersPropertypublic final String getTimeZone()
CfnRecipe.RecipeParametersPropertygetTimeZone in interface CfnRecipe.RecipeParametersPropertypublic final String getTokenizerPattern()
CfnRecipe.RecipeParametersPropertygetTokenizerPattern in interface CfnRecipe.RecipeParametersPropertypublic final String getTrueString()
CfnRecipe.RecipeParametersPropertygetTrueString in interface CfnRecipe.RecipeParametersPropertypublic final String getUdfLang()
CfnRecipe.RecipeParametersPropertygetUdfLang in interface CfnRecipe.RecipeParametersPropertypublic final String getUnits()
CfnRecipe.RecipeParametersProperty
For example: MINUTES ; SECONDS ; HOURS ; etc.
getUnits in interface CfnRecipe.RecipeParametersPropertypublic final String getUnpivotColumn()
CfnRecipe.RecipeParametersPropertygetUnpivotColumn in interface CfnRecipe.RecipeParametersPropertypublic final String getUpperBound()
CfnRecipe.RecipeParametersPropertygetUpperBound in interface CfnRecipe.RecipeParametersPropertypublic final String getUseNewDataFrame()
CfnRecipe.RecipeParametersPropertygetUseNewDataFrame in interface CfnRecipe.RecipeParametersPropertypublic final String getValue()
CfnRecipe.RecipeParametersProperty
A Value can be a number, string, or other datatype, depending on the recipe action in which it's used.
getValue in interface CfnRecipe.RecipeParametersPropertypublic final String getValue1()
CfnRecipe.RecipeParametersPropertygetValue1 in interface CfnRecipe.RecipeParametersPropertypublic final String getValue2()
CfnRecipe.RecipeParametersPropertygetValue2 in interface CfnRecipe.RecipeParametersPropertypublic final String getValueColumn()
CfnRecipe.RecipeParametersPropertygetValueColumn in interface CfnRecipe.RecipeParametersPropertypublic final String getViewFrame()
CfnRecipe.RecipeParametersPropertygetViewFrame in interface CfnRecipe.RecipeParametersProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.