CfnFeedMixinProps
- class aws_cdk.cfn_property_mixins.aws_elementalinference.CfnFeedMixinProps(*, name=None, outputs=None, tags=None)
Bases:
objectProperties for CfnFeedPropsMixin.
- Parameters:
name (
Optional[str])outputs (
Union[IResolvable,Sequence[Union[IResolvable,GetOutputProperty,Dict[str,Any]]],None])tags (
Optional[Mapping[str,str]])
- See:
- ExampleMetadata:
fixture=_generated
Example:
# 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_elementalinference as elementalinference # cropping: Any cfn_feed_mixin_props = elementalinference.CfnFeedMixinProps( name="name", outputs=[elementalinference.CfnFeedPropsMixin.GetOutputProperty( description="description", name="name", output_config=elementalinference.CfnFeedPropsMixin.OutputConfigProperty( clipping=elementalinference.CfnFeedPropsMixin.ClippingConfigProperty( callback_metadata="callbackMetadata" ), cropping=cropping ), status="status" )], tags={ "tags_key": "tags" } )
Attributes
- name
-
- Type:
see
- outputs
-
- Type:
see