DataAutomationLibrary¶
Structure Class¶
DataAutomationLibrary
dataclass
¶
Contains the information of a DataAutomationLibrary.
Attributes¶
entity_types
class-attribute
instance-attribute
¶
entity_types: list[EntityTypeInfo] | None = None
List of info for each entity type in the DataAutomationLibrary
kms_encryption_context
class-attribute
instance-attribute
¶
kms_encryption_context: dict[str, str] | None = None
KMS Encryption Context
library_arn
instance-attribute
¶
library_arn: str
ARN generated at the server side when a DataAutomationLibrary is created
library_description
class-attribute
instance-attribute
¶
library_description: str | None = field(repr=False, default=None)
Description of the DataAutomationLibrary
library_name
class-attribute
instance-attribute
¶
library_name: str = field(repr=False)
Name of the DataAutomationLibrary