CfnLabelProps
- class aws_cdk.aws_frauddetector.CfnLabelProps(*, name, description=None, tags=None)
Bases:
object
Properties for defining a
CfnLabel
.- Parameters:
- Link:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-label.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_frauddetector as frauddetector cfn_label_props = frauddetector.CfnLabelProps( name="name", # the properties below are optional description="description", tags=[CfnTag( key="key", value="value" )] )
Attributes
- description
The label description.
- name
The label name.
Pattern:
^[0-9a-z_-]+$