ResourceScanReference

class aws_cdk.interfaces.aws_cloudformation.ResourceScanReference(*, resource_scan_id)

Bases: object

A reference to a ResourceScan resource.

Parameters:

resource_scan_id (str) – The ResourceScanId of the ResourceScan resource.

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.interfaces import aws_cloudformation as interfaces_cloudformation

resource_scan_reference = interfaces_cloudformation.ResourceScanReference(
    resource_scan_id="resourceScanId"
)

Attributes

resource_scan_id

The ResourceScanId of the ResourceScan resource.