interface UpdateFlywheelRequest {
    ActiveModelArn?: string;
    DataAccessRoleArn?: string;
    DataSecurityConfig?: UpdateDataSecurityConfig;
    FlywheelArn: undefined | string;
}

Hierarchy (view full)

Properties

ActiveModelArn?: string

The Amazon Resource Number (ARN) of the active model version.

DataAccessRoleArn?: string

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

DataSecurityConfig?: UpdateDataSecurityConfig

Flywheel data security configuration.

FlywheelArn: undefined | string

The Amazon Resource Number (ARN) of the flywheel to update.