CfnOutcomeMixinProps
- class aws_cdk.cfn_property_mixins.aws_frauddetector.CfnOutcomeMixinProps(*, description=None, name=None, tags=None)
Bases:
objectProperties for CfnOutcomePropsMixin.
- Parameters:
- See:
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import CfnTag # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_frauddetector as frauddetector cfn_outcome_mixin_props = frauddetector.CfnOutcomeMixinProps( description="description", name="name", tags=[CfnTag( key="key", value="value" )] )
Attributes
- description
The outcome description.
- name
The outcome name.