FrameworkReference

class aws_cdk.aws_backup.FrameworkReference(*, framework_arn)

Bases: object

A reference to a Framework resource.

Parameters:

framework_arn (str) – The FrameworkArn of the Framework 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 import aws_backup as backup

framework_reference = backup.FrameworkReference(
    framework_arn="frameworkArn"
)

Attributes

framework_arn

The FrameworkArn of the Framework resource.