CfnGraphProps
- class aws_cdk.aws_detective.CfnGraphProps(*, tags=None)
Bases:
object
Properties for defining a
CfnGraph
.- Parameters:
tags (
Optional
[Sequence
[Union
[CfnTag
,Dict
[str
,Any
]]]]) – The tag values to assign to the new behavior graph.- Link:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html
- 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_detective as detective cfn_graph_props = detective.CfnGraphProps( tags=[CfnTag( key="key", value="value" )] )
Attributes
- tags
The tag values to assign to the new behavior graph.