AgentSpaceReference

class aws_cdk.interfaces.aws_securityagent.AgentSpaceReference(*, agent_space_id)

Bases: object

A reference to a AgentSpace resource.

Parameters:

agent_space_id (str) – The AgentSpaceId of the AgentSpace 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

agent_space_reference = interfaces_securityagent.AgentSpaceReference(
    agent_space_id="agentSpaceId"
)

Attributes

agent_space_id

The AgentSpaceId of the AgentSpace resource.