SecurityRequirementPackReference

class aws_cdk.interfaces.aws_securityagent.SecurityRequirementPackReference(*, pack_id)

Bases: object

A reference to a SecurityRequirementPack resource.

Parameters:

pack_id (str) – The PackId of the SecurityRequirementPack 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_securityagent as interfaces_securityagent

security_requirement_pack_reference = interfaces_securityagent.SecurityRequirementPackReference(
    pack_id="packId"
)

Attributes

pack_id

The PackId of the SecurityRequirementPack resource.