Add-VSGlueClassifierXMLClassifier
Add-VSGlueClassifierXMLClassifier
SYNOPSIS
Adds an AWS::Glue::Classifier.XMLClassifier resource property to the template. A classifier for XML content.
SYNTAX
Add-VSGlueClassifierXMLClassifier [-RowTag] <Object> [-Classification] <Object> [[-Name] <Object>]
[<CommonParameters>]
DESCRIPTION
Adds an AWS::Glue::Classifier.XMLClassifier resource property to the template. A classifier for XML content.
PARAMETERS
-RowTag
The XML tag designating the element that contains each record in an XML document being parsed. This can’t identify a self-closing element closed by />. An empty row element that contains only attributes can be parsed as long as it ends with a closing tag for example, <row item_a=”A” item_b=”B”></row> is okay, but <row item_a=”A” item_b=”B” /> is not.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-rowtag PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Classification
An identifier of the data format that the classifier matches.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-classification PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
The name of the classifier.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-classifier-xmlclassifier.html#cfn-glue-classifier-xmlclassifier-name PrimitiveType: String UpdateType: Immutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.