RegistryRecordReference

class aws_cdk.interfaces.aws_agentregistry.RegistryRecordReference(*, record_arn)

Bases: object

A reference to a RegistryRecord resource.

Parameters:

record_arn (str) – The RecordArn of the RegistryRecord 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_agentregistry as interfaces_agentregistry

registry_record_reference = interfaces_agentregistry.RegistryRecordReference(
    record_arn="recordArn"
)

Attributes

record_arn

The RecordArn of the RegistryRecord resource.