Skip to content

Qbusiness  >  Structures  >  DataAccessor

DataAccessor

Structure Class

DataAccessor dataclass

Provides summary information about a data accessor.

Attributes

authentication_detail class-attribute instance-attribute
authentication_detail: DataAccessorAuthenticationDetail | None = None

The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor.

created_at class-attribute instance-attribute
created_at: datetime | None = None

The timestamp when the data accessor was created.

data_accessor_arn class-attribute instance-attribute
data_accessor_arn: str | None = None

The Amazon Resource Name (ARN) of the data accessor.

data_accessor_id class-attribute instance-attribute
data_accessor_id: str | None = None

The unique identifier of the data accessor.

display_name class-attribute instance-attribute
display_name: str | None = field(repr=False, default=None)

The friendly name of the data accessor.

idc_application_arn class-attribute instance-attribute
idc_application_arn: str | None = None

The Amazon Resource Name (ARN) of the associated IAM Identity Center application.

principal class-attribute instance-attribute
principal: str | None = None

The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.

updated_at class-attribute instance-attribute
updated_at: datetime | None = None

The timestamp when the data accessor was last updated.