CfnFeedProps
- class aws_cdk.aws_elementalinference.CfnFeedProps(*, name, outputs, tags=None)
Bases:
objectProperties for defining a
CfnFeed.- Parameters:
name (
str)outputs (
Union[IResolvable,Sequence[Union[IResolvable,GetOutputProperty,Dict[str,Any]]]])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 import aws_elementalinference as elementalinference # cropping: Any cfn_feed_props = elementalinference.CfnFeedProps( name="name", outputs=[elementalinference.CfnFeed.GetOutputProperty( name="name", output_config=elementalinference.CfnFeed.OutputConfigProperty( clipping=elementalinference.CfnFeed.ClippingConfigProperty( callback_metadata="callbackMetadata" ), cropping=cropping ), status="status", # the properties below are optional description="description" )], # the properties below are optional tags={ "tags_key": "tags" } )
Attributes
- name
-
- Type:
see
- outputs
-
- Type:
see